36#ifndef TRUNCATION_SELECTOR_H
37#define TRUNCATION_SELECTOR_H
39#include "selector/selector.h"
74 std::multimap<std::shared_ptr<Learn::EvaluationResult>,
const Learn::LearningParameters & params
Parameters for the selection.
Definition selector.h:59
std::shared_ptr< TPG::TPGGraph > graph
TPGGraph on which the TPGVertex can be selected or deleted.
Definition selector.h:56
Selection class that will do a selection with a truncation. This is the classic selection methods use...
Definition truncationSelector.h:48
virtual void doSelection(std::multimap< std::shared_ptr< Learn::EvaluationResult >, const TPG::TPGVertex * > &results, Mutator::RNG &rng) override
override of doSelection method
Definition truncationSelector.cpp:38
TruncationSelector(std::shared_ptr< TPG::TPGGraph > graph, const Learn::LearningParameters ¶ms)
Constructor for Selector.
Definition truncationSelector.h:57
Abstract class representing the vertices of a TPGGraph.
Definition tpgVertex.h:55
Definition mapElitesArchiveLogger.h:45
Structure for simplifying the transmission of LearningParameters to functions.
Definition learningParameters.h:56