EvolvingObjects
eoCMABreed< FitT > Class Template Reference

#include <eoCMABreed.h>

Inheritance diagram for eoCMABreed< FitT >:
eoBreed< eoVector< FitT, double > > eoBF< const eoPop< eoVector< FitT, double > > &, eoPop< eoVector< FitT, double > > &, void > eoFunctorBase binary_function

List of all members.

Public Member Functions

 eoCMABreed (eo::CMAState &state_, unsigned lambda_)
void operator() (const eoPop< EOT > &parents, eoPop< EOT > &offspring)
 The pure virtual function that needs to be implemented by the subclass.

Private Types

typedef eoVector< FitT, double > EOT

Private Attributes

eo::CMAStatestate
unsigned lambda

Detailed Description

template<class FitT>
class eoCMABreed< FitT >

Todo:
handle bounds

Definition at line 36 of file eoCMABreed.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends