distance — Distance Functions

This module just contains one simple distance function at the moment.

class evoalgos.distance.DistMatrixFunction(exponent=2, take_root=True)

A simple distance function.

This distance should be useful on most common search spaces (real-valued, integer, binary).