invrs-io / gym

A collection of inverse design challenges
https://invrs-io.github.io/gym/
MIT License
29 stars 5 forks source link

Log additional quantities in experiment #58

Closed mfschubert closed 11 months ago

mfschubert commented 11 months ago

Log "champion" results, along with the underlying response, metrics, and auxiliary quantities in the experiment.py script. Add printing that to diagnose the state of an experiment.

Register the response of various components, so that they can be serialized by totypes.json_utils.

Add a test to ensure that all challenges are serializable.