1 #ifndef MAX_VALUE_SELECTOR_H 2 #define MAX_VALUE_SELECTOR_H 4 #include "max_function_selector.hpp" 14 template <
typename Context,
typename Config>
selector selects the child of a node that maximises a given metric.
basic interface for a node in the tree. Every node has to implement this functions.
selects the child which maximises ev
virtual double evaluate(node_t *node) const
this function has to be implemented in derived classes that specializes the metric to be used....
virtual double ev() const =0
gets the current expected value.