We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d754c2 commit 4fd2bbcCopy full SHA for 4fd2bbc
examples/image-evo/src/main.rs
@@ -6,7 +6,7 @@ mod mutator;
6
mod polygon;
7
mod problem;
8
9
-// https://medium.com/@sebastian.charmot/genetic-algorithm-for-image-recreation-4ca54645 4aaa
+// https://medium.com/@sebastian.charmot/genetic-algorithm-for-image-recreation-4ca546454aaa
10
11
const NUM_GENES: usize = 175;
12
const POLYGON_SIZE: usize = 5;
0 commit comments