|
libmcts
A Monte Carlo Tree Search Library
|
selects the child which maximises ev More...
#include <max_value_selector.hpp>
Public Member Functions | |
| virtual double | evaluate (node_t *node) const |
| this function has to be implemented in derived classes that specializes the metric to be used. every child is evaluated against this method. More... | |
Public Member Functions inherited from mcts::MaxFunctionSelector< Context, Config > | |
| node_t * | select (node_t *node) |
| select a child of node More... | |
Additional Inherited Members | |
Public Types inherited from mcts::ISelectionStrategy< Context, Config > | |
| typedef ISelectionStrategy< Context, Config > | sstrategy_t |
selects the child which maximises ev
| Context | @README |
| Config | @README |
Definition at line 15 of file max_value_selector.hpp.
|
inlinevirtual |
this function has to be implemented in derived classes that specializes the metric to be used. every child is evaluated against this method.
| node | to evaluate |
Implements mcts::MaxFunctionSelector< Context, Config >.
Definition at line 19 of file max_value_selector.hpp.
1.8.15