src.graphic_interface.simu_result

Module Contents

Classes

Simu_result

A class to easily handle results of simulations

Functions

load_all_simulation(path)

Load all the folder in a given path

class src.graphic_interface.simu_result.Simu_result(path)

A class to easily handle results of simulations

Parameters

path (String) – path to a folder with a config.ini file and scipy.optimize.OptimizeResult object in a file named result

Raises

Exception – unable to find the folder with right files

get_data_dic(self, surf_param=None)

get the different costs of the results of the simulation

Parameters

surf_param (1D array) – surface to use, if None, use the last one of the simulation

Return type

dictionary

get_data_dic_ref(self)

get the different costs of the surface used to initialize the optimization

Return type

dictionary

src.graphic_interface.simu_result.load_all_simulation(path)

Load all the folder in a given path

Return type

list Simu_result