Prior to #725 we could specify something like this in a reusable optimizer config:
and then override it in the --globals like so:
Now, optimization targets are specified like so:
That makes it harder to overwrite them with globals and leads to the need to specify additional config files rather than keeping them in experiment files. Do we have a good solution for this?