Search the web
Sign In
New User? Sign Up
neat · NEAT Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2797 - 2826 of 4893   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2797
Hi, We're two students and our task is to find a NN that is able to control a hexapod robot. To find a suitable NN, we want to use a Genetic Algorithm. Inputs...
iwaneicher
Offline Send Email
Nov 3, 2006
2:24 pm
2798
Hey guys It is possible, I am just porting this bit of functionality from my original AI framework. Basically, you have to create a class that extends ...
Matt Simmerson
easablade
Offline Send Email
Nov 4, 2006
4:34 pm
2799
Hi, I'm trying to do something like that but with unreal tournament bots. Instead of overriding the initialise method I extended the NEATFitnessFunction where...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 4, 2006
9:55 pm
2800
Hi Cícero There's nothing wrong with that approach - infact seems a very good idea. One thing to be aware of though, is there is only one instance of the...
Matt Simmerson
easablade
Offline Send Email
Nov 4, 2006
10:25 pm
2801
Hi Matt, I have knowledge of these circumstances, and I'm afraid of my approach take too much time to evolve the NNs. That is why I want to use multiple...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 4, 2006
11:35 pm
2802
Matt, I'm already using the approach I metioned on my first email, but I'm interested in using the distributed learning of neat4j. All I have to do is to pass...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 5, 2006
12:05 am
2803
Hi Cícero Correct. The .ga file is passed as a parameter to the experiment server. You then start up the remote agent(s) as required. All this is...
Matt Simmerson
easablade
Offline Send Email
Nov 5, 2006
10:46 am
2804
Matt, I'm using a game mod called GameBots that let me connect a bot to a unreal tournament server game, so the bot receive sensorial information from the ...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 6, 2006
10:29 am
2805
Any class that passes between the server and the remote agent must implement the serializable interface (and any class contained within etc). I suspect yuou...
Matt Simmerson
easablade
Offline Send Email
Nov 7, 2006
9:21 pm
2806
... Ok. I was thinking that way, but even with my classes implementing the Serializable interface I still got the error. Maybe I'm just doing something wrong. ...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 8, 2006
3:11 pm
2807
Hi, I am new to this site, and I am very interested in doing reearch related to the NEAT framework, but I am having som problem compiling the release. First, I...
leoinria
Offline Send Email
Nov 9, 2006
3:20 pm
2808
Leo, You might try looking into the "FILES" area of the group website for another source closer to your platform/compiler. Good Luck, Andy ... rtneat. ... C++ ...
afcarl2
Offline Send Email
Nov 9, 2006
6:39 pm
2809
Hi, If we initialize NEAT with any population size, 28 input neurons, 18 output neurons and config parameter FEATURE.SELECTION=false, we get a null pointer...
iwaneicher
Offline Send Email
Nov 10, 2006
8:47 am
2810
Hi again, We just looked through the relevant code and most probably found a bug within the class InnovationDatabase.java. Here the code from line 90 to 116 ...
iwaneicher
Offline Send Email
Nov 10, 2006
9:26 am
2811
Iwas able to compile rtNEAT :-D, it was just a gcc problem, just set it to compile with gcc3.4 and good .. however for NEAT, even with the patch and compiling...
leoinria
Offline Send Email
Nov 10, 2006
4:49 pm
2812
Hi Thanks for that. Yep, its a bug, and will be fixed shortly. Cheers Matt ... selection ... ...
Matt Simmerson
easablade
Offline Send Email
Nov 10, 2006
9:47 pm
2813
Unfotunatly I am not sure how easy it is to get gtk and guile working on new machines/platforms and I'm also interested in others' experiences with this....
Kenneth Stanley
kenstanley01
Offline Send Email
Nov 11, 2006
3:14 am
2814
Matt, There is the base code that I'm using in my experiments If you could take a look I would be glad Best regards, ... -- Cícero Augusto - Bacharelando em...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 13, 2006
9:28 pm
2815
Hi I can't get your attachments. It would be better if you mail me them direct. Cheers Matt ... your ... me the ... times ... distributed by ... take ... to a...
Matt Simmerson
easablade
Offline Send Email
Nov 14, 2006
10:19 am
2816
Colin, I apologize if this is something that was discussed earlier, but could you comment on what makes SharpNEAT so fast? I was playing with the latest...
Kenneth Stanley
kenstanley01
Offline Send Email
Nov 16, 2006
8:01 am
2817
... Hi Ken, sure no problem. It's easiest if I explain from the beginning so apologies if some of the explanation seems obvious and/or long winded... One of...
Colin Green
alienseedpod
Offline Send Email
Nov 17, 2006
1:03 am
2818
Hi, I would like to know what kind of learning the ANN's in NEAT have or it is a new kind of learning? Sorry for the dumb question []s -- Cícero Augusto -...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 17, 2006
3:50 am
2819
Hi I'm taking a look for possibly using in for my Masters project, which needs evolving the architecture for a neural net for a real world application. I have...
aimike002
Offline Send Email
Nov 18, 2006
8:55 am
2820
Sorry , just to clarify for (3) if we took an example with say 300 training samples, with say 100 samples in the test set. Just to try and get an idea. Mike...
aimike002
Offline Send Email
Nov 18, 2006
1:06 pm
2821
In most experiments, the individual ANNs in NEAT do not learn. Instead, learning happens over the course of generations through evolution. In other words,...
Kenneth Stanley
kenstanley01
Offline Send Email
Nov 18, 2006
11:17 pm
2822
... But this learning over the course of generations through evolution can be classified as some "standard" kind of learning? ... -- Cícero Augusto -...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 18, 2006
11:41 pm
2823
... through ... can ... Yes it falls under the banner of "evolutionary computation," which includes "genetic algorithms," and more specifically,...
Kenneth Stanley
kenstanley01
Offline Send Email
Nov 19, 2006
12:11 am
2824
I know people have combined NEAT with BP in the past. For example, Chris Christenson had some success with it, but I'm not sure he's still reading this group....
Kenneth Stanley
kenstanley01
Offline Send Email
Nov 19, 2006
12:31 am
2825
Ken, Thanks for your answer, I was thinking in use the terms supervised, unsupervised or reinforcement learning but none of them can be applied to this case...
Cícero Augusto
ciceroaugust...
Offline Send Email
Nov 19, 2006
12:37 am
2826
There are also some papers by Nolfi, Parisi, Floreano and the like (as well as others) that apply back propagation to the networks during trials and evolve...
Jeff Clune
jeffreyclune
Offline Send Email
Nov 19, 2006
8:09 am
Messages 2797 - 2826 of 4893   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help