add 'maximizing' function in all lesson's Objective Traits
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@556 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
48c8517ce8
commit
3f759bd206
3 changed files with 16 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ public:
|
|||
{
|
||||
return true;
|
||||
}
|
||||
static bool maximizing (int i)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
static unsigned int nObjectives ()
|
||||
{
|
||||
return 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue