1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pub use ;
pub use NN;
pub use Connection;
pub use ;
pub use visu;
// https://github.com/JingIsCoding/neat_lib/blob/main/src/neat/genome.rs
// inspiration
// TODO's:
// - gates visualisation
// - penalizing stagnation
// - penalizing huge size growth with little fitness growth
// - tests