nip.factory.build_scenario_instance

nip.factory.build_scenario_instance#

nip.factory.build_scenario_instance(hyper_params: HyperParameters, settings: ExperimentSettings) ScenarioInstance[source]#

Build a scenario instance from parameters.

The ScenarioInstance class holds the components of a scenario, which serves to abstract away the details of the particular experiment being run.

Parameters:
Returns:

scenario_instance (ScenarioInstance) – The constructed scenario instance, which holds the components of the scenario.