Changes in docs and added stuff to eoEvalSteadyFitness to reset after using it

This commit is contained in:
jmerelo 2004-08-10 17:19:46 +00:00
commit 669f41a315
7 changed files with 33 additions and 20 deletions

View file

@ -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