class documentation
class BBOBNewDataFormat(DataFormat):
the new data format assumes constraints evaluations as second column
Method | __init__ |
Undocumented |
Method | align |
transfer a "raw data array" into the evals attribute of dataset . |
Instance Variable | evaluation |
Undocumented |
Instance Variable | evaluation |
Undocumented |
Instance Variable | function |
Undocumented |
Inherited from DataFormat
:
Method | align |
aligner is a function taking as input data and two column indices, namely where to find evaluations and function values. |
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.