-
Notifications
You must be signed in to change notification settings - Fork 13
SquidBreeder.html
Vicious Squid edited this page Apr 3, 2026
·
5 revisions
The Squid Breeder is used to merge and evolve squid neural network brains stored in JSON format.
It creates offspring by averaging connection weights between two parents and applying (optional) randomized mutations.
-
Genetic Merging: Combines Parent A and B neurons while averaging their shared connection weights.
-
Visual Lineage: Colour-codes the network to show if parts were inherited from Parent A (green), Parent B (blue), or both (white).
-
Download the resulting offspring as a timestamped JSON file.
TIP: Ready-made brains can be found in the custom_brains folder
🦑 Raise digital squids whose brains grow & rewire themselves through Hebbian learning and Neurogenesis