ECF 1.5
|
Worst individual selection operator. More...
#include <SelWorstOp.h>
Public Member Functions | |
bool | initialize (StateP) |
Selection operator initialization. Must be called before individual selection. More... | |
IndividualP | select (const std::vector< IndividualP > &) |
Select one individual from a set. More... | |
virtual bool | initialize (StateP)=0 |
Selection operator initialization. Must be called before individual selection. More... | |
virtual IndividualP | select (const std::vector< IndividualP > &)=0 |
Select one individual from a set. More... | |
Additional Inherited Members | |
Protected Attributes inherited from SelectionOperator | |
StateP | state_ |
Worst individual selection operator.
Definition at line 10 of file SelWorstOp.h.
|
virtual |
Selection operator initialization. Must be called before individual selection.
Implements SelectionOperator.
Definition at line 5 of file SelWorstOp.cpp.
|
virtual |
Select one individual from a set.
Implements SelectionOperator.
Definition at line 12 of file SelWorstOp.cpp.