TrAyZeN / state-space

⚙️ A library providing searches on state space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

⚙️ A library providing searches on state space

License:MIT License


Languages

Language:Rust 100.0%