feagi-evolutionary
Evolution and genome management for FEAGI - genotype operations.
Overview
Handles genome (brain definition) I/O and manipulation:
- Genome loading and saving
- Genotype validation
- Cortical area parsing
- Genome migration between versions
Installation
[]
= "2.0"
Usage
use ;
// Load brain definition from JSON
let genome = load_genome?;
Use Cases
- Development-time genome editing
- Brain configuration management
- NOT needed at runtime (use feagi-connectome-serialization instead)
Part of the FEAGI ecosystem.