Package es.urjc.etsii.grafo.shake
Class DestroyRebuild<S extends Solution<S,I>,I extends Instance>
java.lang.Object
es.urjc.etsii.grafo.shake.Shake<S,I>
es.urjc.etsii.grafo.shake.DestroyRebuild<S,I>
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDestroyRebuild
(Reconstructive<S, I> constructive, Destructive<S, I> destructive) -
Method Summary
-
Constructor Details
-
DestroyRebuild
@AutoconfigConstructor public DestroyRebuild(Reconstructive<S, I> constructive, Destructive<S, I> destructive)
-
-
Method Details
-
shake
Description copied from class:Shake
Shake the solution. Use k to calculate how powerful the shake should be in your implementation. Can be as simple as number of elements to remove, or to swap. Whatever you want. -
toString
-