Modif resulting of default template
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1246 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
34f2354d78
commit
28f34e1dde
2 changed files with 3 additions and 3 deletions
|
|
@ -67,10 +67,10 @@ typedef moeoRealObjectiveVector < Sch1ObjectiveVectorTraits > Sch1ObjectiveVecto
|
||||||
|
|
||||||
|
|
||||||
// multi-objective evolving object for the Sch1 problem
|
// multi-objective evolving object for the Sch1 problem
|
||||||
class Sch1 : public moeoRealVector < Sch1ObjectiveVector, double, double >
|
class Sch1 : public moeoRealVector < Sch1ObjectiveVector >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Sch1() : moeoRealVector < Sch1ObjectiveVector, double, double > (1)
|
Sch1() : moeoRealVector < Sch1ObjectiveVector > (1)
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
/**
|
/**
|
||||||
* Structure of the genotype for the flow-shop scheduling problem: a vector of unsigned int int.
|
* Structure of the genotype for the flow-shop scheduling problem: a vector of unsigned int int.
|
||||||
*/
|
*/
|
||||||
class FlowShop: public moeoVector < FlowShopObjectiveVector , double , double , unsigned int >
|
class FlowShop: public moeoVector < FlowShopObjectiveVector , unsigned int >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue