mcb Data Map
fun mcbDataMap(expId: Int, problemName: String, useGaps: Boolean = false): Map<String, DoubleArray>(source)
The multiple-comparison feed for one problem of one experiment: solver case label mapped to the final objective values (or gaps) across the completed, valid macro-replications, ordered by replication number.
A MultipleComparisonAnalyzer requires the same number of observations per alternative; when cells failed, filter or trim the returned arrays before constructing the analyzer.
Parameters
exp Id
the experiment id
problem Name
the problem's name
use Gaps
when true the arrays hold the recorded optimality gaps instead of raw objective values (NaN for runs without a gap)