Miscellaneous
This section collects features and utilities that sit outside the core evolution flow, they're more quality-of-life tools for reproducibility, performance, monitoring, and persistence.
| Page | Covers |
|---|---|
| Randomness | seeding and the random provider for reproducible runs |
| Problem API | defining a problem directly — stateful fitness, no decode step (Rust only) |
| DataTypes | choosing gene dtypes (int8…float64) to trade memory for speed (Python) |
| Checkpointing | saving and resuming evolution runs |
| UI | the terminal dashboard for watching a run live |