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
|
|
@ -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
|
||||
|
||||
//@}
|
||||
|
|
|
|||
Reference in a new issue