Uses of Class
es.urjc.etsii.grafo.improve.ls.LocalSearch
Packages that use LocalSearch
-
Uses of LocalSearch in es.urjc.etsii.grafo.improve.ls
Subclasses of LocalSearch in es.urjc.etsii.grafo.improve.lsModifier and TypeClassDescriptionclass
LocalSearchBestImprovement<M extends Move<S,
I>, S extends Solution<S, I>, I extends Instance> Local search procedures start from a given feasible solution and explore a determined neighborhood in each iteration, replacing the current solution if a neighbor solution improves the objective function of the current one.class
LocalSearchFirstImprovement<M extends Move<S,
I>, S extends Solution<S, I>, I extends Instance> Local search procedures start from a given feasible solution and explore a determined neighborhood in each iteration, replacing the current solution if a neighbor solution improves the objective function of the current one.