fix: ensure genetic common settings available
Some checks failed
docker-build / platform-excludes (push) Has been cancelled
docker-build / build (push) Has been cancelled
docker-build / merge (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Run Pytest on Pull Request / test (push) Has been cancelled

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2025-10-30 13:26:17 +01:00
parent 6df2b8ba93
commit c911378bee
4 changed files with 53 additions and 12 deletions

View File

@@ -8,7 +8,12 @@
"hours": 48
},
"optimization": {
"horizon_hours": 48
"horizon_hours": 48,
"algorithm": "GENETIC",
"genetic": {
"individuals": 300,
"generations": 400
}
},
"general": {
"latitude": 52.5,