Argmax

Public

DecisionFocusedLearningBenchmarks.Argmax.ArgmaxBenchmarkType
struct ArgmaxBenchmark{E} <: AbstractBenchmark

Basic benchmark problem with an argmax as the CO algorithm.

Fields

  • instance_dim::Int64: instances dimension, total number of classes

  • nb_features::Int64: number of features

  • encoder::Any: true mapping between features and costs

source

Private