| 
    dignea
    1.0.0
    
   Diverse Instance Generator with Novelty Search and Evolutionary Algorithms 
   | 
 
Abstract Distance Class to create an interface which can be use in different algorithms. More...
#include <Distance.h>
  
Public Member Functions | |
| virtual T | compute (const vector< T > &, const vector< T > &)=0 | 
| Computes the distance between the vectors of type T and returns the value. This method must be implemented in the subclasses.  More... | |
Abstract Distance Class to create an interface which can be use in different algorithms.
| T | 
      
  | 
  pure virtual | 
Computes the distance between the vectors of type T and returns the value. This method must be implemented in the subclasses.
Implemented in Euclidean< T >.