English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how do i write AI programes by using vb6 ? Someone can help me ?

2006-10-13 04:36:41 · 4 answers · asked by bugasanka 1 in Computers & Internet Programming & Design

4 answers

Firstly (because this really annoys me) the word you are looking for is "program", not "programme". A programme tells you the running order for a night at the theatre.

Secondly, it depends on what sort of AI you mean. There are many different forms of AI, neural net, genetic algorithms, reinforced learning, simple game AI, image recognition, sound recognition, language AI... the list goes on and on. For this reason there is no simple answer to your question. Post another question asking about a specific kind of AI, or better still, do a web search.

I would recommend simple game AI as a good starting point - try to write a tic-tac-toe bot, or slightly more complex, a checkers bot.

Also, as a final point, I would advise against trying to do anything too much with AI in Visual Basic. It's a basic, and as such it is much much slower than "real" compiled programming languages like C/C++ or Delphi. Even Java is slower than these due to the virtual machine nightmare.

Rawlyn.

2006-10-13 05:07:13 · answer #1 · answered by Anonymous · 0 0

You know, I've seen all kinds of questions on here, but this is a first: a "visual basic programmer" who doesn't know how to write code. That's special.

2006-10-13 04:38:51 · answer #2 · answered by Stuart 7 · 2 0

tons and tons of IF statements, case statements and objects!

2006-10-13 05:28:03 · answer #3 · answered by texxsmith 3 · 0 1

I can help you

2006-10-13 04:39:14 · answer #4 · answered by Maximux 3 · 0 3

fedest.com, questions and answers