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 2776 - 2805 of 4894   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2776
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the neat group. File :...
neat@yahoogroups.com
Send Email
Oct 1, 2006
8:03 pm
2777
Hi all, In case anyone is interested there is an update to my FastRandom random number generator code over at: http://www.codeproject.com/csharp/fastrandom.asp...
Colin Green
alienseedpod
Offline Send Email
Oct 10, 2006
6:56 pm
2778
I am currently working on a version of neat to supervise neat, by way of manipulation of the parameters on a generation by generation basis for the purpose of...
afcarl2
Offline Send Email
Oct 12, 2006
7:52 pm
2779
Andy, the biggest difficult here will be the CPU time this kind of experiment may require. In effect it takes the square of the time it would take to simply...
Kenneth Stanley
kenstanley01
Offline Send Email
Oct 16, 2006
7:18 am
2780
Ken, First, I am counting attempting to achieve 80% benefit for 20% effort. And second, I intend to use qadpz to achieve a discrete form of parallel...
afcarl2
Offline Send Email
Oct 17, 2006
6:59 pm
2781
Hey, I haven't written to the group in a long, long time. But, I've been working on my own C++ implementation of NEAT for a couple years. The problem is that...
Jeff Haynes
jefffhaynes
Offline Send Email
Oct 18, 2006
4:56 am
2782
... Wouldn't dream of it.... C# 2.0 though, that's the bees knees ;) Cheers Jeff, Colin....
Colin Green
alienseedpod
Offline Send Email
Oct 18, 2006
10:05 pm
2783
The benefit of incorporating a neat supervisor goes beyond simple manipulation of parameters. To maximize the benefits associated with those demonstrated in...
afcarl2
Offline Send Email
Oct 18, 2006
11:25 pm
2784
Hi all, Has anyone tried NEAT with Spiking Neural Networks (SNNs)? I'm aware of some works in indirect genetic encoding based in developmental biology, which...
Cesar G. Miguel
fdital
Offline Send Email
Oct 19, 2006
4:28 pm
2785
Hi Cesar, Evolving spiking neural networks with NEAT should not require any major difference from evolving "regular" neural networks with NEAT. There may be a...
Kenneth Stanley
kenstanley01
Offline Send Email
Oct 20, 2006
1:56 am
2786
It would be interesting if someone were to implement supervisor networks similiar to the STANNOs patented by Dr. Thaler. ... From: afcarl2 To:...
Jeff Morton
jeffm02860
Offline Send Email
Oct 20, 2006
2:39 am
2787
Hello! I am a student of Artificial Intelligence, and I have been researching about it for the last years, after some implementations I am releasing my last...
William Monti
william.monti
Offline Send Email
Oct 20, 2006
10:24 pm
2788
William, great job, thanks very much for sharing. I will link it ... file ... How is the texture map input into the CPPN? I like what it does but I'm not...
Kenneth Stanley
kenstanley01
Offline Send Email
Oct 21, 2006
2:15 am
2789
When enabled to use a texture, it adds one input (t1) and two outputs (x1 and y1) to the network: Then the process of building the pattern is split into 2...
William Monti
william.monti
Offline Send Email
Oct 21, 2006
3:10 am
2790
This announcement that I copied from the connectionists mailing list may be of interest to people here (there was some discussion of this type of thing on this...
Kenneth Stanley
kenstanley01
Offline Send Email
Oct 28, 2006
5:01 pm
2791
I apologize if this message pops up twice- I thought I posted it earlier but it never appeared. Anyway, this competition may be of interest to some in the...
Kenneth Stanley
kenstanley01
Offline Send Email
Oct 28, 2006
5:09 pm
2792
Thanks Ken. My initial thought is to try using my waveform generator experiment to find an approximation of the underlying function that generates the ...
Colin Green
alienseedpod
Offline Send Email
Oct 28, 2006
6:27 pm
2793
Hi folks, I'm downloaded the package containing the neat4j binaries and when I tried to run the "xor" example, running the training application, I recieved...
Cícero Augusto
ciceroaugust...
Offline Send Email
Oct 28, 2006
8:56 pm
2794
sorry for the duplicate.... Hi folks, I downloaded the package containing the neat4j binaries and when I tried to run the "xor" example, running the training...
Cícero Augusto
ciceroaugust...
Offline Send Email
Oct 28, 2006
8:57 pm
2795
Hi Cícero log4j.jar should be in the lib directory, if its not, let me know as there is a build error. You can download log4j.jar @ ...
Matt Simmerson
easablade
Offline Send Email
Oct 29, 2006
5:00 pm
2796
Thanx Matt, I have already solved the problems (relative paths and a script for unix) the neat4j is running just fine now :) ... -- Cícero Augusto -...
Cícero Augusto
ciceroaugust...
Offline Send Email
Oct 29, 2006
9:06 pm
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
Messages 2776 - 2805 of 4894   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