Changes in docs and added stuff to eoEvalSteadyFitness to reset after using it
This commit is contained in:
parent
55a118517c
commit
669f41a315
7 changed files with 33 additions and 20 deletions
|
|
@ -67,7 +67,12 @@ MS 12/12/2000
|
|||
eoGenerationalReplacement, as it says ...
|
||||
eoWeakElitistReplacement a wrapper to add elitism
|
||||
|
||||
*/
|
||||
*/
|
||||
|
||||
|
||||
//@{
|
||||
|
||||
///
|
||||
template<class EOT>
|
||||
class eoReplacement : public eoBF<eoPop<EOT>&, eoPop<EOT>&, void>
|
||||
{};
|
||||
|
|
@ -118,4 +123,6 @@ private:
|
|||
eoReplacement<EOT> & replace;
|
||||
};
|
||||
|
||||
//@}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue