dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
#include <dignea/generator/AbstractDomain.h>
#include <dignea/generator/instances/KPInstance.h>
#include <dignea/problems/KPNR.h>
#include <dignea/types/SolutionTypes.h>
Go to the source code of this file.
Classes | |
class | KPDomain |
Instance Generator Knapsack Problem. Problem for the Instance Generator to generate Knapsack Problem Instances The number of variables (dimension) is set as the double of the number of variables which it is used to create an object. This is because the KPInstance must be twice size of the nVars. More... | |