Avancement de la doc

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1654 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-01-19 15:26:51 +00:00
commit 6a72d70f23
20 changed files with 487 additions and 1530 deletions

View file

@ -15,12 +15,17 @@
// - moNeighborCompartor : : eoComparator<Neighbor>
//
// une instantiation possible !!
/**
* Comparator of two solutions
*/
template< class EOT >
class moComparator : public eoBF<const EOT & , const EOT & , bool>
{
public:
/*
/**
* Compare two solutions
* @param _sol1 the first solution
* @param _sol2 the second solution
@ -30,7 +35,7 @@ public:
return (_sol1.fitness() > _sol2.fitness());
}
/*
/**
* Return the class id.
* @return the class name as a std::string
*/