update doc
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@198 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2ade1412c6
commit
ebd175c05b
5 changed files with 220 additions and 225 deletions
|
|
@ -17,13 +17,13 @@
|
|||
#include <moeoSelectors.h>
|
||||
|
||||
/**
|
||||
* moeoRouletteSelect: a selection method that selects ONE individual by
|
||||
* using roulette wheel process
|
||||
* Selection strategy that selects ONE individual by using roulette wheel process.
|
||||
*/
|
||||
template < class MOEOT >
|
||||
class moeoRouletteSelect:public moeoSelectOne <MOEOT>
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Full Ctor
|
||||
* @param _evalFitness the population fitness assignment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue