Skip to content

Config Variants

Latest
Compare
Choose a tag to compare
@petered petered released this 06 Jul 15:52
· 15 commits to master since this release
4aeff1c

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.