Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AI Bug
Message
From
23/04/2005 12:42:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
AI Bug
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01007807
Message ID:
01007807
Views:
59
I need the help of interested people to fix the LAST bug in the NNP generator. I have been trying for a few days.

The approach

1. Create a table with one numeric field.
2. Create six to ten records in the table
3. ONLY put the numbers 1 or 2 in those records.
4. By doing this, when our code is correct, the generator will create code that should match the code below. The output will be found in parttwo.prg


--------------------------------------------------------------------------------
Node3netout = (W3_5 * Node5Error) + (W3_6 * Node6Error)
Node4netout = (W4_5 * Node5Error) + (W4_6 * Node6Error)
As you can see, some of the numbers advance laterally, some vertically & some are static. An interesting coding problem.


--------------------------------------------------------------------------------


If you do not have the latest version of NNP.zip, let me know by email and I will send it to you in a reply.

The code we are working on is clearly marked near the bottom of the code found under the Generate button on the third form.

Once this is done, we should be able to introduce a pattern to the code and run it.

NNP is an open source VFP AI project. To begin the app, load the mainform into VFP and run it.
I ain't skeert of nuttin eh?
Yikes! What was that?
Reply
Map
View

Click here to load this message in the networking platform