Package es.urjc.etsii.grafo.algorithms.cmsa
package es.urjc.etsii.grafo.algorithms.cmsa
-
ClassesClassDescriptionCMSA (Construct, Merge, Solve and Adapt) is a hybrid metaheuristic that combines a probabilistic constructive heuristic with an exact method.CMSA algorithm builder based on the Java Builder Pattern.Constructive method used by
CMSAto probabilistically build complete solutions.Solves, exactly or as close to exactly as possible, the sub-instance of the problem induced by restricting it to a given set of solution components.