Distance functions

This is a collection of some basic distance functions/functors between two vectors/chromosomes. Notably used during the implicity path-reliking.

// classes

class BRKGA::DistanceFunctionBase;
class BRKGA::HammingDistance;
class BRKGA::KendallTauDistance;