change 'objective vector doubles' to 'real objective vector'
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@493 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c44b212ee6
commit
fa4b2d1f72
3 changed files with 33 additions and 33 deletions
|
|
@ -32,8 +32,8 @@ public:
|
|||
};
|
||||
|
||||
|
||||
// objective vector of doubles
|
||||
typedef moeoObjectiveVectorDouble < Sch1ObjectiveVectorTraits > Sch1ObjectiveVector;
|
||||
// objective vector of real values
|
||||
typedef moeoRealObjectiveVector < Sch1ObjectiveVectorTraits > Sch1ObjectiveVector;
|
||||
|
||||
|
||||
// multi-objective evolving object for the Sch1 problem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue