10 #include "../sel/nsga2.h"
34 void set_objectives(vector<string> objectives);
36 static bool sortComplexity(
const Individual& lhs,
42 static bool sameFitComplexity(
const Individual& lhs,
44 static bool sameObjectives(
const Individual& lhs,
individual programs in the population
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Selection, type, survival)
holds the hyperparameters for Feat.
bool sort_complexity
whether to sort archive by complexity
NSGA2 selector
nsga2 selection operator for getting the front
vector< Individual > individuals
individual programs in the archive
Defines a population of programs and functions for constructing them.