Modification in the test of moeoDominanceMatrix
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1226 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
190ef4df3a
commit
cb91e4a88b
1 changed files with 1 additions and 3 deletions
|
|
@ -70,8 +70,6 @@ typedef MOEO < ObjectiveVector, double, double > Solution;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
int res=EXIT_SUCCESS;
|
|
||||||
|
|
||||||
std::cout << "[moeoDominanceMatrix]\n\n";
|
std::cout << "[moeoDominanceMatrix]\n\n";
|
||||||
|
|
||||||
// objective vectors
|
// objective vectors
|
||||||
|
|
@ -109,7 +107,7 @@ int main()
|
||||||
|
|
||||||
// fitness assignment
|
// fitness assignment
|
||||||
|
|
||||||
moeoDominanceMatrix< Solution > matrix;
|
moeoDominanceMatrix< Solution > matrix(true);
|
||||||
|
|
||||||
moeoDominanceMatrix< Solution > matrix2(paretoComparator, false);
|
moeoDominanceMatrix< Solution > matrix2(paretoComparator, false);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue