Tuesday, January 15, 2013

Welcome to simpleai’s documentation! — simpleai 0.5 documentation

Welcome to simpleai’s documentation! — simpleai 0.5 documentation: "Simple AI allows you to define problems and look for the solution with different strategies. Another samples are in the samples directory, but here is an easy one.

This problem tries to create the string “HELLO WORLD” using the A* algorithm:

from simpleai.search import SearchProblem, astar"

'via Blog this'