Skip to content

Latest commit

 

History

History

ai

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Simple library for basic artificial intelligence algorithms

This library provides some frameworks for basic algorithms used for artificial intelligence. It offers simple generic classes to extends.

Contents:

  • see backtrack
  • see search

See the examples subdirectory for examples:

  • examples/queens.nit
  • examples/puzzle.nit