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

@ -40,6 +40,7 @@ thanks to the friend class eoPopulator
@version 0.0
*/
//@{
/** The base class for General Operators
Subclass this operator is you want to define an operator that falls
@ -220,3 +221,4 @@ class eoQuadGenOp : public eoGenOp<EOT>
#endif
//@}