Small modifications of affectation.h due to test under Windows plateform
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1068 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
884fa98366
commit
142cc2033e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@
|
|||
#include <eoScalarFitness.h>
|
||||
#include <EO.h>
|
||||
|
||||
// A float that has to be minimized.
|
||||
typedef eoScalarFitness< float, std::greater<double> > functionFitness ;
|
||||
// A double that has to be minimized.
|
||||
typedef eoScalarFitness< double, std::greater<double> > functionFitness ;
|
||||
|
||||
class Affectation : public EO<functionFitness>, public std::pair<double, double>
|
||||
{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue