SortingSubsetOptimizationAlgorithm#
Module implementing an optimization algorithm that scores individual values in the search space, sorts the scores, and selects a solution using the sorted list.
Classes
Optimization algorithm class that scores individuals separate from each other, sorts to scores, and selects a solution from the sorted list. |