erasing warnings
This commit is contained in:
parent
318697af40
commit
3bc1cb49d8
10 changed files with 3 additions and 11 deletions
|
|
@ -26,7 +26,6 @@ main()
|
|||
const unsigned CHROM_SIZE = 4;
|
||||
unsigned i;
|
||||
|
||||
eoUniform<Chrom::Type> uniform(false, true);
|
||||
eoBinRandom<Chrom> random;
|
||||
|
||||
for (unsigned POP_SIZE = 4; POP_SIZE <=6; POP_SIZE++)
|
||||
|
|
|
|||
Reference in a new issue