module documentation
Helper routines to read in data files.
The terms horizontal and vertical below refer to the horizontal (fixed-target) and vertical (fixed-budget) views. When considering convergence graphs of function values over times, we can view it as:
- costs for different fixed targets represented by horizontal cuts.
- function values for different fixed budgets represented by vertical cuts.
COCO collects experimental data with respect to these two complementary views. This module provides data structures and methods for dealing with the experimental data.
Class |
|
Class of aligned data arrays to be aligned together. |
Class |
|
Wrapper class of aligned data arrays to be aligned horizontally. |
Class |
|
List of data arrays to be aligned horizontally. |
Class |
|
List of data arrays to be aligned. |
Class |
|
Wrapper class of aligned data arrays to be aligned vertically. |
Class |
|
Wrapper class of aligned data arrays to be aligned vertically. |
Class |
|
List of data arrays to be aligned vertically. |
Function | align |
Aligns the data from a list of data arrays. |
Function | align |
Aligns the data from a list of aligned arrays. |
Function | is |
Undocumented |
Function | openfile |
kwargs are passed to open |
Function | split |
Split a list of data files into arrays corresponding to data sets. The Boolean list idx_to_load is thereby indicating whether a given part of the split is to be considered or not if None, all instances are considered. |
Aligns the data from a list of data arrays.
This method returns an array for which the alignment value is the first column and the aligned values are in subsequent columns.
Aligns the data from a list of aligned arrays.
This method returns an array for which the alignment value is the first column and the aligned values are in subsequent columns.