update doc

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@198 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-02-23 15:04:48 +00:00
commit ebd175c05b
5 changed files with 220 additions and 225 deletions

View file

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