iamaya2 / MatHH

A Matlab-based Hyper-Heuristic framework
MIT License
6 stars 1 forks source link

Add test: comparison against heuristics #24

Closed iamaya2 closed 2 years ago

iamaya2 commented 2 years ago

Add a method for solving a set of instances with the current model and with standalone heuristics (the Oracle):

iamaya2 commented 2 years ago
  1. The method getOracle was added to the selectionHH and ruleBasedSelectionHH classes.
iamaya2 commented 2 years ago
  1. The getOracle method returns a struct with per instance solution, as well as mean solution (across instances) and the win/tie/lose ratios for the HH (vs. the Oracle)
iamaya2 commented 2 years ago
  1. Disregarded by the moment... should be reconsidered in the future to make the code faster