hunt command

Module running the optimization command

Gets an experiment and iterates over it until one of the exit conditions is met

orion.core.cli.hunt.add_subparser(parser)[source]

Add the subparser that needs to be used for this command

orion.core.cli.hunt.main(args)[source]

Build experiment and execute hunt command

orion.core.cli.hunt.on_error(client, trial, error, worker_broken_trials)[source]

If the script is not executable, don’t waste time and raise right away

orion.core.cli.hunt.workon(experiment, n_workers=None, pool_size=None, max_trials=None, max_broken=None, max_idle_time=None, heartbeat=None, user_script_config=None, interrupt_signal_code=None, ignore_code_changes=None, executor=None, executor_configuration=None, idle_timeout=None)[source]

Try to find solution to the search problem defined in experiment.