Module evolution

Source
Expand description

🧬 Evolution Engine - Biological Evolution for Digital Organisms

This module implements the evolution engine that drives biological evolution of TRON organisms through mutations, selection pressure, and fitness evaluation.

Structs§

EvolutionEngine
Evolution engine for managing organism evolution
EvolutionEvent
Evolution event record
EvolutionParameters
Evolution parameters
EvolutionStats
Evolution statistics
FitnessStats
Fitness statistics

Enums§

EvolutionError
Evolution-related errors
EvolutionOutcome
Evolution outcome types
MutationType
Types of evolution mutations
SelectionPressure
Selection pressure types