documentation revised
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1603 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
26c5bfa7e6
commit
627012f921
17 changed files with 1110 additions and 46 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue