ECF 1.5
Public Member Functions | List of all members

Best individual selection operator. More...

#include <SelBestOp.h>

Inheritance diagram for SelBestOp:
SelectionOperator

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_
 

Detailed Description

Best individual selection operator.

Definition at line 10 of file SelBestOp.h.

Member Function Documentation

◆ initialize()

bool SelBestOp::initialize ( StateP  )
virtual

Selection operator initialization. Must be called before individual selection.

Implements SelectionOperator.

Definition at line 4 of file SelBestOp.cpp.

◆ select()

IndividualP SelBestOp::select ( const std::vector< IndividualP > &  )
virtual

Select one individual from a set.

Implements SelectionOperator.

Definition at line 11 of file SelBestOp.cpp.


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