iamaya2 / MatHH

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

Extend functionality #8

Open iamaya2 opened 3 years ago

iamaya2 commented 3 years ago
iamaya2 commented 2 years ago

Begin working on fusing old code from sequence-based HHs into the framework...

iamaya2 commented 2 years ago

Constructor, disp, and solveInstance methods seem to be ready. Working on train requires modifying the same method in ruleBasedSelectionHH to separate default parameter validation (using a common method defined in selectionHH) for the HH from the training itself. Did some early work on ruleBasedSelectionHH with default parameter validation but it still requires some work. Must also work on unifying common parameters between ME and UPSO, such as the number of iterations and the number of search agents.

iamaya2 commented 2 years ago

Worked on sequenceBasedHH and got a basic version working. It trains and seems to operate properly, but training is currently limited to ME.