Resolve Issue #226 - Saving the example's config#277
Conversation
|
Thanks @thisisjube for looking into this!
|
|
I think it would be good if we could have one, common interface between the Python examples and the CLI. @mkannwischer What do you think about making the CLI "transfer" the config into an |
What is wrong with just dumping the properties of the Config object (maybe ignoring those that have default values) at each call to optimize/optimize_loop? |
That would work too, of course. I think the advantage of sticking to a common EDIT: Amin told me that you already discussed that offline, sorry. |
While executing the example, write the configuration to a file in the same location as the optimized code to track the settings.
Closes #226