Skip to content

SquidBreeder.html

Vicious Squid edited this page Mar 28, 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: Color-codes the network to show if parts were inherited from Parent A (green), Parent B (blue), or both (white).
  • Analysis Features: Includes a weight-difference heatmap and a "probe" to test neuron activation in real-time.
  • Evolutionary Export: Users can adjust mutation strength and download the resulting offspring as a timestamped JSON file.

Clone this wiki locally