genetic_algorithm/ ├── benchmarks/ │ ├── __init__.py │ └── functions.py # Benchmark optimization functions ├── core ...