Welcome to AID

AID (Artificial Intelligence in D) is a library for all kinds of AI.

Current

Currently implimented in AID are:

  • Genetic Algorithms
  • Perceptrons
  • Backpropagation

Future

In the future I hope to see the following in my library:

  • Templates for the genetic algorithm library.
  • Genetic Programming in the genetic algorithm library.
  • A* pathfinding
  • Neural Networks (in progress, use AND for now)
    • Multiple learning algorithms
    • Recurrent Networks
    • Dynamically modifying networks
  • Decision trees
  • Q Learning
  • More to come...