csp
: An abstract class of csp solvers. Used to solve n-queens and soduku.
- Forward checking
- Backpropagation
- Path finding
- Depth first search, path checking
- Breadth first search, full cycle checking
- Uniform cost search
- A star
- Corner problem
- Food heuristic for max reward
Implemented mini-max game tree with alpha beta pruning and expectimax
Multi agent probabilistic Hidden Markov Model