Uses of Interface
es.urjc.etsii.grafo.algorithms.vns.VNSNeighChange
Packages that use VNSNeighChange
-
Uses of VNSNeighChange in es.urjc.etsii.grafo.algorithms.vns
Classes in es.urjc.etsii.grafo.algorithms.vns that implement VNSNeighChangeModifier and TypeClassDescriptionclass
DefaultVNSNeighChange<S extends Solution<S,
I>, I extends Instance> Default VNSNeighChange implementation that increments K one by one until it reaches maxK.Fields in es.urjc.etsii.grafo.algorithms.vns declared as VNSNeighChangeModifier and TypeFieldDescriptionprotected VNSNeighChange
<S, I> VNS.neighChange
Calculates K value for each VNS step.Methods in es.urjc.etsii.grafo.algorithms.vns with parameters of type VNSNeighChangeModifier and TypeMethodDescriptionVNSBuilder
<S, I> VNSBuilder.withNeighChange
(VNSNeighChange<S, I> neighChange) Configures the neighborhood change strategy.Constructors in es.urjc.etsii.grafo.algorithms.vns with parameters of type VNSNeighChange