Distance Metrics (DM) compute distances between two configurations. More...
Classes | |
class | DistanceMetricMethod< MPTraits > |
class | EuclideanDistance< MPTraits > |
class | ManhattanDistance< MPTraits > |
class | MinkowskiDistance< MPTraits > |
Distance Metrics (DM) compute distances between two configurations.
A Distance Metric (DM) computes a meaningful value representing the feasibility of transitioning between two configurations and
. A DM
should be non-negative, and it should be zero when
. The base method can be found in DistanceMetricMethod.h.