java.lang.Object
es.urjc.etsii.grafo.algorithms.scattersearch.SolutionDistance<S,I>
- Type Parameters:
S
- Solution classI
- Instance class
Calculate the distance (for example, the minimum number of moves to apply to transform solution A in solution B)
between any two given solutions for the current problem. Solution distance MUST follow the reflective constraint:
distance(a, b) == distance(b, a)
-
Constructor Summary
Constructors -
Method Summary