asteroids-genetic/src
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
..
asteroids.rs side ui 2023-01-12 00:26:03 +05:30
main.rs fullscreen, resizable = false 2023-01-24 17:50:56 +05:30
nn.rs Use a normal distribution for mutations 2023-04-03 22:32:53 -05:00
player.rs test, fix raycast inputs 2023-01-15 18:31:41 +05:30
population.rs change keyboard shortcuts 2023-01-14 16:14:05 +05:30
skins.rs extract skins 2023-01-14 16:28:33 +05:30
world.rs play as human 2023-01-13 01:32:58 +05:30