GapType

The basis against which a run's optimality gap was computed. Runs on problems with a reference solution record the reference's type; runs on problems without one are gapped against the best objective value found across all runs of that problem within the experiment.

Entries

Link copied to clipboard

Gap against a known optimum (exact optimality gap).

Link copied to clipboard

Gap against the best known solution for the problem.

Link copied to clipboard

Gap against the best objective value found across all runs of the problem in this experiment (relative gap; the best run's gap is zero by construction).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): GapType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.