Best individual selection operator. More...
#include <SelBestOp.h>
Public Member Functions | |
| bool | initialize (StateP) |
| IndividualP | select (const std::vector< IndividualP > &) |
Best individual selection operator.
Definition at line 9 of file SelBestOp.h.
| bool SelBestOp::initialize | ( | StateP | ) | [virtual] |
Selection operator initialization. Must be called before individual selection.
Implements SelectionOperator.
Definition at line 5 of file SelBestOp.cpp.
| IndividualP SelBestOp::select | ( | const std::vector< IndividualP > & | ) | [virtual] |
Select one individual from a set.
Implements SelectionOperator.
Definition at line 12 of file SelBestOp.cpp.
1.7.1