This Python implementation is a scaled up version of the Missionaries and Cannibals problem with arbitary number of missionaries, cannibals and boat capacity
-
Updated
Nov 25, 2018 - Python
This Python implementation is a scaled up version of the Missionaries and Cannibals problem with arbitary number of missionaries, cannibals and boat capacity
Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search.
use a star algorithm to solve missionary and cannibals
This is a repository for Artificial Intelligence of my personal portfolio
Cannibals and missionaries game c# implementation.
matlab solution for missionaries_and_cannibals_problem
Examples of uninformed (iddfs), infromed (a-star) and local (beam) search.
Add a description, image, and links to the cannibals topic page so that developers can more easily learn about it.
To associate your repository with the cannibals topic, visit your repo's landing page and select "manage topics."