FastFlow  SVN-r182-Aug-14-2014
A high-level, lock-less, parallel programming (shared-memory) and distributed programming (distributed-memory) framework for multi-cores and many-cores systems
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces
poolEvolution.hpp File Reference

The PoolEvolution pattern models the evolution of a given population. More...

#include <iostream>
#include <vector>
#include <ff/node.hpp>
#include <ff/parallel_for.hpp>
+ Include dependency graph for poolEvolution.hpp:

Classes

class  ff::poolEvolution< T, env_t >
 The pool evolution parallel pattern. More...
 

Namespaces

 ff
 The principal namespace for the FastFlow library.
 

Detailed Description

The PoolEvolution pattern models the evolution of a given population.

This file describes the pool evolution pattern.