Public Member Functions

SelBestOp Class Reference

Best individual selection operator. More...

#include <SelBestOp.h>

Inheritance diagram for SelBestOp:
SelectionOperator

List of all members.

Public Member Functions

bool initialize (StateP)
IndividualP select (const std::vector< IndividualP > &)

Detailed Description

Best individual selection operator.

Definition at line 9 of file SelBestOp.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files: