Commit Graph

7 Commits

Author SHA1 Message Date
Leonora Tindall 49b720baec Use a normal distribution for mutations
Rather than StandardNormal, weights are generated with a Normal
distribution centered on 0 with a standard deviation of 0.75,
and mutations are performed by adding a number from that distribution to
the existing weight, rather than replacing the weight entirely.
2023-04-03 22:32:53 -05:00
sparshg d8bef225f9 optimize size 2023-01-13 13:19:45 +05:30
sparshg 31be57ab37 load/save models 2023-01-09 01:39:10 +05:30
sparshg 02df5694f9 import/export models 2023-01-06 14:40:29 +05:30
sparshg 91bc4e27a4 crossover, mutation 2022-10-10 01:16:27 +05:30
sparshg 80fb255c36 neural network, feed forward 2022-10-09 23:44:22 +05:30
sparshg c4cfed13ec base classes 2022-10-09 01:58:13 +05:30