This release lets you create "config variants" of your experiment, using experiment.add_config_variant(...)
. These let you specify how to construct arguments for your base experiment. Useful if your base experiment takes custom objects as arguments, and you want to define a set of variants specifying a particular way to construct these objects.