EvolvingObjects
eoRandomSelect< EOT > Class Template Reference

This file contains straightforward selectors: eoRandomSelect returns an individual uniformly selected eoBestSelect always return the best individual eoSequentialSelect returns all individuals in turn. More...

#include <eoRandomSelect.h>

Inheritance diagram for eoRandomSelect< EOT >:
eoSelectOne< EOT > eoUF< const eoPop< EOT > &, const EOT & > eoFunctorBase unary_function

List of all members.

Public Member Functions

virtual const EOT & operator() (const eoPop< EOT > &_pop)
 not a big deal!!!

Detailed Description

template<class EOT>
class eoRandomSelect< EOT >

This file contains straightforward selectors: eoRandomSelect returns an individual uniformly selected eoBestSelect always return the best individual eoSequentialSelect returns all individuals in turn.

eoRandomSelect: a selection method that selects ONE individual randomly

Definition at line 42 of file eoRandomSelect.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends