Skip to content

Commit 4fd2bbc

Browse files
committed
bump
1 parent 5d754c2 commit 4fd2bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/image-evo/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod mutator;
66
mod polygon;
77
mod problem;
88

9-
// https://medium.com/@sebastian.charmot/genetic-algorithm-for-image-recreation-4ca54645 4aaa
9+
// https://medium.com/@sebastian.charmot/genetic-algorithm-for-image-recreation-4ca546454aaa
1010

1111
const NUM_GENES: usize = 175;
1212
const POLYGON_SIZE: usize = 5;

0 commit comments

Comments
 (0)