Big change in eoGeneralOp interface: left out!
This commit is contained in:
parent
a556036315
commit
0c1036617e
4 changed files with 13 additions and 13 deletions
|
|
@ -121,7 +121,7 @@ public:
|
|||
// eoChromXover
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class eoChromXover: public eoQuadraticOp<Chrom>
|
||||
class eoChromXover: public eoQuadOp<Chrom>
|
||||
{
|
||||
public:
|
||||
void operator()(Chrom& chrom1, Chrom& chrom2)
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ class eoChromMutation: public eoMonOp<Chrom>
|
|||
// eoChromXover
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class eoChromXover: public eoQuadraticOp<Chrom>
|
||||
class eoChromXover: public eoQuadOp<Chrom>
|
||||
{
|
||||
public:
|
||||
void operator()(Chrom& chrom1, Chrom& chrom2)
|
||||
|
|
|
|||
Reference in a new issue