Ranking

Public

DecisionFocusedLearningBenchmarks.Ranking.RankingBenchmarkType
struct RankingBenchmark{E} <: AbstractBenchmark

Basic benchmark problem with ranking 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