|
libmcts
A Monte Carlo Tree Search Library
|
interface class for simulation strategies. this strategies are called in terminal nodes to evaluate the context in them. More...
#include <isimulation_strategy.hpp>
Public Types | |
| typedef ISimulationStrategy< Context > | simstrategy_t |
Public Member Functions | |
| virtual double | simulate (const Context &context)=0 |
| calculate the ev of a given context. More... | |
interface class for simulation strategies. this strategies are called in terminal nodes to evaluate the context in them.
Definition at line 11 of file isimulation_strategy.hpp.
|
pure virtual |
calculate the ev of a given context.
| context | context to be evaluated. |
1.8.15