Package es.urjc.etsii.grafo.shake
Class Shake.NullShake<S extends Solution<S,I>,I extends Instance>
java.lang.Object
es.urjc.etsii.grafo.shake.Shake<S,I>
es.urjc.etsii.grafo.shake.Shake.NullShake<S,I>
- Type Parameters:
S
- Solution classI
- Instance class
Do nothing shake
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullShake
public NullShake()
-
-
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.
-