![]() |
ECF 1.5
|
Best individual selection operator. More...
#include <SelBestOp.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_ |
Best individual selection operator.
Definition at line 10 of file SelBestOp.h.
|
virtual |
Selection operator initialization. Must be called before individual selection.
Implements SelectionOperator.
Definition at line 4 of file SelBestOp.cpp.
|
virtual |
Select one individual from a set.
Implements SelectionOperator.
Definition at line 11 of file SelBestOp.cpp.