doc really ok
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1213 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
aba76cbdad
commit
0b5b4058c4
1 changed files with 9 additions and 9 deletions
|
|
@ -78,7 +78,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ctor with a continuator (instead of _maxGen) and a eoGenOp.
|
* Ctor with a eoContinue and a eoGenOp.
|
||||||
* @param _continuator stopping criteria
|
* @param _continuator stopping criteria
|
||||||
* @param _eval evaluation function
|
* @param _eval evaluation function
|
||||||
* @param _op variation operators
|
* @param _op variation operators
|
||||||
|
|
@ -90,7 +90,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ctor with a continuator (instead of _maxGen) and a eoGenOp.
|
* Ctor with a eoContinue, a eoPopEval and a eoGenOp.
|
||||||
* @param _continuator stopping criteria
|
* @param _continuator stopping criteria
|
||||||
* @param _popEval population evaluation function
|
* @param _popEval population evaluation function
|
||||||
* @param _op variation operators
|
* @param _op variation operators
|
||||||
|
|
@ -102,7 +102,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ctor with a continuator (instead of _maxGen) and a eoTransform.
|
* Ctor with a eoContinue and a eoTransform.
|
||||||
* @param _continuator stopping criteria
|
* @param _continuator stopping criteria
|
||||||
* @param _eval evaluation function
|
* @param _eval evaluation function
|
||||||
* @param _transform variation operator
|
* @param _transform variation operator
|
||||||
|
|
@ -114,7 +114,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ctor with a continuator (instead of _maxGen) and a eoTransform.
|
* Ctor with a eoContinue, a eoPopEval and a eoTransform.
|
||||||
* @param _continuator stopping criteria
|
* @param _continuator stopping criteria
|
||||||
* @param _popEval population evaluation function
|
* @param _popEval population evaluation function
|
||||||
* @param _transform variation operator
|
* @param _transform variation operator
|
||||||
|
|
@ -126,7 +126,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Apply a few generation of evolution to the population _pop until the stopping criteria is verified.
|
* Apply a the algorithm to the population _pop until the stopping criteria is satified.
|
||||||
* @param _pop the population
|
* @param _pop the population
|
||||||
*/
|
*/
|
||||||
virtual void operator () (eoPop < MOEOT > &_pop)
|
virtual void operator () (eoPop < MOEOT > &_pop)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue