osier.utils.get_objective_names#

osier.utils.get_objective_names(res_obj)[source]#

This function returns a list of named objectives based on the names of the functions passed to Osier. In the case of partial functions, the first keyword value is used.

Parameters:

res_obj (pymoo.Result) – The simulation results object containing all data and metadata.

Returns:

obj_columns – A list of function name strings.

Return type:

list of str