5 #ifndef DIGNEA_INSTANCEFITNESS_H
6 #define DIGNEA_INSTANCEFITNESS_H
8 #include <dignea/core/Front.h>
30 virtual float compute(
const vector<float> &solutions)
const = 0;
Interface to define the fitness calculation of the instances evolved by EIG.
Definition: InstanceFitness.h:17
virtual float compute(const vector< float > &solutions) const =0
Computes the fitness of an instance evolved by EIG based on the performance of several solvers....