Search code examples
artificial-intelligenceada

AI library framework in Ada


I'm looking for an Ada constructed framework for AI. I think Ada would be perfect for implementing temporal and stochastic paradigms due to its tasking and real-time mechanisms, but did not find anyone who tried to make such a libraries. Actually I did not find strong implementations on other languages too. For C# I found http://www.c-sharpcorner.com/1/56/, and for C++ I found http://mind.sourceforge.net/cpp.html but both did not get much popularity. Maybe java has good AI libraries too, but I do not know. So, do you know an Ada implementation? Would it be useful for more anyone? If you know libraries from other languages, it would be useful to know and compare the implementation models in java, for example. Thanks.


Solution

  • Here's a few resources:

    Book, rather old, though (1989): Artificial Intelligence With Ada

    Looks like some kind of university student dissertation: MUTANTS: A generic genetic algorithm toolkit for Ada 95

    Dmitry Kazakov's AI stuff, mostly fuzzy logic. (Dmitry writes really nice software.)