![]() |
ECF 1.7
|
Worst individual selection operator. More...
#include <SelWorstOp.h>
Public Member Functions | |
| bool | initialize (StateP) |
| Selection operator initialization. Must be called before individual selection. | |
| IndividualP | select (const std::vector< IndividualP > &) |
| Select one individual from a set. | |
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.