iamaya2 / MatHH

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

Problem with default features in **ruleBasedSelectionHH** #63

Open iamaya2 opened 8 months ago

iamaya2 commented 8 months ago

Line 124 (constructor) uses length function for defining default behaviour that incorporates all features into the HH. However, this does not work with dictionaries, e.g. for the KP domain. So, this should be changed by a more robust approach.