Fleet  0.0.9
Inference in the LOT
Classes
Searchable.h File Reference

A class is searchable if permits us to enumerate and make its neighbors. This class is used by MCTS and allows us to incrementally search a hypothesis. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Searchable< this_t, Args >
 

Detailed Description

A class is searchable if permits us to enumerate and make its neighbors. This class is used by MCTS and allows us to incrementally search a hypothesis.