AI library framework in Ada

谁说我不能喝 提交于 2019-12-06 03:33:20

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

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.

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.

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