5 #ifndef DIGNEA_EASYINSTANCES_H
6 #define DIGNEA_EASYINSTANCES_H
8 #include "InstanceFitness.h"
30 float compute(
const vector<float> &solutions)
const override;
Easy Instance fitness computation. This class extends InstanceFitness.
Definition: EasyInstances.h:14
float compute(const vector< float > &solutions) const override
Computes the performance fitness of an instance based on the performance of different solvers....
Definition: EasyInstances.cpp:17
Interface to define the fitness calculation of the instances evolved by EIG.
Definition: InstanceFitness.h:17