fixing tests
This commit is contained in:
parent
6daefd1ccf
commit
f3ebe8be70
6 changed files with 21 additions and 23 deletions
|
|
@ -50,7 +50,7 @@ main()
|
|||
cout << pop[i] << " " << pop[i].fitness() << endl;
|
||||
|
||||
eoBinBitFlip<Chrom> bitflip;
|
||||
eoBinCrossover<Chrom> xover;
|
||||
eoBinCrossover<Chrom> xover;
|
||||
eoProportionalOpSel<Chrom> propSel;
|
||||
eoBreeder<Chrom> breeder( propSel );
|
||||
propSel.addOp(bitflip, 0.25);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue