Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.11 KB

state-space

CI

A library providing searches on state space.

What is a state space ?

A state space is the set of all possible configurations of a system. It is a useful abstraction for reasoning about the behavior of a given system and is widely used in the fields of artificial intelligence and game theory.

From Wikipedia

Available searches

Demo

demo

A* star search used to solve pathfinding problem modelized as state space.

License

This project is licensed under MIT License.