Open iamaya2 opened 3 years ago
Begin working on fusing old code from sequence-based HHs into the framework...
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.
Worked on sequenceBasedHH and got a basic version working. It trains and seems to operate properly, but training is currently limited to ME.