1 #ifndef HEURISTICPIPELINE_H
2 #define HEURISTICPIPELINE_H
65 std::vector<MRSortModel> models;
Profile initializer heuristic.
Third step of the heuristic, updates the profiles given fixed weight and lambda.
Weight and Lambda update heuristic.
Global heuristic to learn a model.
Definition: HeuristicPipeline.h:29
void computeAccuracy(MRSortModel &model)
HeuristicPipeline(Config &config, AlternativesPerformance &altPerfs)
Datastructure of the model to learn.
Definition: MRSortModel.h:37
Profile initializer heuristic.
Definition: ProfileInitializer.h:28
Third step of the heuristic, updates the profiles given fixed weight and lambda.
Definition: ProfileUpdater.h:29
Weight and Lambda update heuristic.
Definition: WeightUpdater.h:33
High level configuration of the app.
Definition: config.h:20