|
• Tools
To my knowledge, there are not really any special tools used specifically for programming AI. AI is mainly just a bunch of algorithms and theories that can be implemented in any programming language. Some better suited for it than others. I do all of my AI implementation using Visual Studio.net and program in C++. Sometimes I program in Java, in which case I use the Eclipse IDE. In any case, any good IDE will have a suite of debugging tools. Eclipse is free off the internet and is a very full, robust development environment. I use it even when contracting for large companies.
-Axon
|