AI library framework in Ada

不羁的心 提交于 2019-12-12 09:50:59

问题


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.


回答1:


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.)




回答2:


I once had a school AI project that used the CLIPS AI builder library.

Since I avoid coding in C where I don't have to, I made an Ada Binding to it, which I believe is licensed without restriction. If you want it, have at.

I used it to build an expert system capable of playing a user's opening moves in Empire. All the code is either in Ada, or Clips' expert system specification language.




回答3:


Here's a potentially useful Java library. I haven't heard of any Ada libraries. Ada is a great language, though.

Here's some genetic stuff.



来源:https://stackoverflow.com/questions/7852149/ai-library-framework-in-ada

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!