fix examples using binary_value
This commit is contained in:
parent
b03bd951e0
commit
01e44cf828
7 changed files with 143 additions and 129 deletions
|
|
@ -58,7 +58,7 @@ main()
|
|||
for (i = 0; i < POP_SIZE; ++i) {
|
||||
Chrom chrom(CHROM_SIZE);
|
||||
random(chrom);
|
||||
binary_value(chrom);
|
||||
BinaryValue()(chrom);
|
||||
pop.push_back(chrom);
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue