dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
#include <dignea/core/Replacement.h>
#include <dignea/utilities/Comparator.h>
#include <dignea/utilities/Sorter.h>
#include <dignea/utilities/exceptions/NotImplemented.h>
#include <string>
Go to the source code of this file.
Classes | |
class | FirstImprove< S > |
Replacement procedure which compares the individuals of the current population with the offspring individuals. For each individual i, the offspring and the parent at the ith position are compared and the fittest survives. More... | |