dumbo
A fun little game engine.
 All Classes
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
dumbo::core::Solver< M, G > Class Template Referenceabstract
Inheritance diagram for dumbo::core::Solver< M, G >:
dumbo::core::MCTS< M, G >

Public Member Functions

virtual M Run (const G &state)=0
 

Protected Member Functions

 Solver (double max_time_per_move=1.0)
 

Protected Attributes

double max_time_per_move_
 

Detailed Description

template<typename M, typename G>
class dumbo::core::Solver< M, G >

Definition at line 55 of file solver.h.


The documentation for this class was generated from the following file: