Skip to content

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.

Saved game files (ZIP) or brain json files can be loaded

TIP: Ready-made brains can be found in the custom_brains folder

Clone this wiki locally