class documentation

class BBOBNewDataFormat(DataFormat):

View In Hierarchy

the new data format assumes constraints evaluations as second column

Method __init__ Undocumented
Method align_data_into_evals transfer a "raw data array" into the evals attribute of dataset.
Instance Variable evaluation_constraints_idx Undocumented
Instance Variable evaluation_idx Undocumented
Instance Variable function_value_idx Undocumented

Inherited from DataFormat:

Method align_data aligner is a function taking as input data and two column indices, namely where to find evaluations and function values.
def __init__(self):

Undocumented

def align_data_into_evals(self, aligner, data, dataset):

transfer a "raw data array" into the evals attribute of dataset.

The raw data array contains for each run/trial a singlereader array with the data as written in the files by the logger.

aligner is a function like readalign.align_data, taking as input data and two column indices, namely where to find evaluations and function values.

evaluation_constraints_idx: int =

Undocumented

evaluation_idx: int =

Undocumented

function_value_idx: int =

Undocumented