dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
Interface to define the fitness calculation of the instances evolved by EIG. More...
#include <InstanceFitness.h>
Public Member Functions | |
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. This method must be implemented in the subclasses. More... | |
Interface to define the fitness calculation of the instances evolved by EIG.
|
pure virtual |
Computes the fitness of an instance evolved by EIG based on the performance of several solvers. This method must be implemented in the subclasses.
solutions |
Implemented in PisPerformance, and EasyInstances.