C++ - Using VB For Artificial Intelligence?

Jul 20, 2009

VB is a good language for AI? I originally did AI using mainly Lisp and C/C++ when performance was needed, but recently have been doing some VB programming.

VB has the following advantages:
1. Good debugger (essential!)
2. Good inspector (watch facility)
3. Easy syntax (Intellisense comparable to structure editors of late 80's Lisp environments).
4. Easy to integrate with 3rd party software.
5. Compiles to fast code (CLR performance pretty good)
6. Fast development.

View 6 Replies


ADVERTISEMENT

Create An Artificial Intelligence Program Using VB?

Nov 25, 2009

How hard would it be to create an artificial intelligence program using Visual Basic?

View 9 Replies

Intelligence Responds "End Of Statement Expected"?

Sep 18, 2010

I am just try to convert C# statement into Vb.net that is comm.MessageReceived -= new MessageReceivedEventHandler(comm_MessageReceived);

Reference: GSMCommunication.dll

Where MessageReceived is an Event and comm_MessageReceived is a sub function which need to AddressOf with that event i try this one to

RaiseEvent comm.MessageReceived += New MessageReceivedEventHandler(AddressOf comm_MessageReceived) but intelligence responds "End of statement expected"

View 3 Replies

VS 2008 Backgroundworker "Artificial Operation"?

Nov 11, 2009

Is it normal to have to slow down a for loop inside the dowork sub? I don't have a good way of describing this except to say that my ui thread cannot "keep up" with my worker thread. If I make my worker thread sleep for 25ms during each iteration of my for loop (artificially lengthening my operation within the loop), my app works correctly. If not, I get multiple repeated values in my listview.

This kind of defeats the purpose of a fast-working app. Is there another way to fix this?

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved