|
libmcts
A Monte Carlo Tree Search Library
|
selects the child with the lowest number of samples. More...
#include <min_sample_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::MinFunctionSelector< 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 with the lowest number of samples.
| Context | @README |
| Config | @README |
Definition at line 15 of file min_sample_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::MinFunctionSelector< Context, Config >.
Definition at line 21 of file min_sample_selector.hpp.
1.8.15