mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-11-01 15:26:19 +00:00
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
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:
7
tests/testdata/eos_config_minimal_now.json
vendored
7
tests/testdata/eos_config_minimal_now.json
vendored
@@ -8,7 +8,12 @@
|
||||
"hours": 48
|
||||
},
|
||||
"optimization": {
|
||||
"horizon_hours": 48
|
||||
"horizon_hours": 48,
|
||||
"algorithm": "GENETIC",
|
||||
"genetic": {
|
||||
"individuals": 300,
|
||||
"generations": 400
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"latitude": 52.5,
|
||||
|
||||
Reference in New Issue
Block a user