dogs 1.3.0

Discrete Optimization Global Search framework. Implements various search algorithms that can be found in combinatorial optimization or heuristic search.
Documentation
1
2
3
4
5
/** various tree search algorithms */
pub mod algo;

/** various tree search space decorators */
pub mod decorators;