Pyevolve icon indicating copy to clipboard operation
Pyevolve copied to clipboard

Unresolved reference in G2DBinaryStringMutatorFlip

Open Melevir opened this issue 12 years ago • 1 comments

pyevolve.Mutators:766

if genome[i][j] == 0: genome.setItem(which_y, which_x, 1)

Variables i and j are undefined.

Melevir avatar Dec 10 '13 19:12 Melevir

Also have this problem, line is now 585

gatapia avatar Apr 15 '15 19:04 gatapia