mcbDataMap

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

expId

the experiment id

problemName

the problem's name

useGaps

when true the arrays hold the recorded optimality gaps instead of raw objective values (NaN for runs without a gap)