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
/** wrapper that stores the guide value and implements the Ord trait on the node */
pub mod guided_node;

/** implements a generic iterative serch procedure */
pub mod iterative;