11.1.2. rheia.OPT.optimization.run_opt

rheia.OPT.optimization.run_opt(run_dict, design_space='design_space.csv')

This function runs the optimization pipeline. First, the case, optimizer and configuration are loaded. Thereafter, the starting samples are created, the specific optimization class instantiated and the run_optimizer() method is called.

Parameters
  • run_dict (dict) – The dictionary with user-defined values for the characterization of the optimization.

  • design_space (string, optional) – The design_space filename. The default is ‘design_space.csv’.