Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.13 KB

experiments.rst

File metadata and controls

32 lines (22 loc) · 1.13 KB

Experiments

Adding simulations to an existing experiment

../../examples/cookbook/experiments/add_simulation_to_existing_experiment.py

Adding simulations to an existing experiment with new common assets

../../examples/cookbook/experiments/add_simulation_to_existing_experiment_with_new_assets.py

Creating experiments with one simulation

When you want to run a single simulation instead of a set, you can create an experiment directly from a task.

../../examples/cookbook/experiments/create_experiment_with_one_sim.py

Creating an experiment with a pre- and post- creation hook

Prior to running an experiment or a work item, you can add pre or post creation hooks to the item.

../../examples/cookbook/experiments/create_experiment_with_hooks.py