Skip to content

refactor(config): instantiate optimizer and scheduler from yaml

Sven Michael Lechner requested to merge refactor/scheduler-optimizer-config into wip

This change leverages hydra's instantiate API to create instances of the optimizer and scheduler specified inside the config file. The change improves extensibility.

Merge request reports