documentation revised

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1603 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2009-07-02 12:41:20 +00:00
commit 627012f921
17 changed files with 1110 additions and 46 deletions

View file

@ -142,7 +142,8 @@ private :
/**
* abstract method allow to use differents epsilon indicators
* @param _o1 the first objective vector
* @parama _o2 the second objective vector
* @param _o2 the second objective vector
* @param _obj the objective in consideration
* @return an epsilon indicator between two objective vectors
*/
virtual double epsilon(const ObjectiveVector & _o1, const ObjectiveVector & _o2, const unsigned int _obj)=0;