1 #ifndef MIN_SAMPLE_SELECTOR_H 2 #define MIN_SAMPLE_SELECTOR_H 4 #include "min_function_selector.hpp" 14 template <
typename Context,
typename Config>
selects the child with the lowest number of samples.
virtual double evaluate(node_t *node) const
this function has to be implemented in derived classes that specializes the metric to be used....
basic interface for a node in the tree. Every node has to implement this functions.
virtual int nb_samples() const =0
number of times a selection strategy selected the current node.
selects a node that minimises a given metric