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 2448 - 2477 of 4894   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2448
Hi all, I want to use NEAT for a board game (hex)to train neural network controlled roving eye. if any one can suggest how i can use ANJI "Roving eye" part . I...
Ramin Lessani
raminjoon2000
Offline Send Email
Dec 3, 2005
12:08 pm
2449
... Hi Ramen, If you haven't already, I'd suggest reading Ken's paper "Evolving a Roving Eye for Go" http://nn.cs.utexas.edu/keyword?stanley:gecco04 as well as...
Derek James
blue5432
Offline Send Email
Dec 3, 2005
3:03 pm
2450
Dear Derek, Thank you so much for your kind help, I will start reading the papers you suggested and try using them and will inform you and the group of my ...
Ramin Lessani
raminjoon2000
Offline Send Email
Dec 4, 2005
12:59 am
2451
Quiz time. I'm thinking of making the SharpNeat neuro-evolution 'engine' a bit more re-usable and generic. Right now I have an IGenome interface defined, ...
Colin Green
alienseedpod
Offline Send Email
Dec 4, 2005
10:16 pm
2452
Hi everyone, First of all, a note - until I ran into Neat recently, I hadn't experimented with neural networks for at least good 7 years, so I may be unaware...
Ricardo J. Méndez
ricardojmendez3
Offline Send Email
Dec 5, 2005
5:35 am
2453
Hi Colin, Can you explain a little more what you mean by generic in this instance. e.g. can you give examples of how implementations of those...
Ian Badcoe
ian_badcoe
Offline Send Email
Dec 5, 2005
11:57 am
2454
Ricardo, Welcome back, it's always great to get more people involved. Your idea sounds very interesting to me, I've though of a few ideas along the same...
Charles Tarun
ctarun@...
Send Email
Dec 5, 2005
1:50 pm
2455
... These are fixed code/class interfaces I'm talking about here. So as an example I might have interfaces defined as follows (partly taken from my existing...
Colin Green
alienseedpod
Offline Send Email
Dec 5, 2005
8:59 pm
2456
Hi Ricardo, Charles, The idea of re-using copies of sub-networks and the problem of how to connect them up has indeed been discussed on this group in the past,...
Colin Green
alienseedpod
Offline Send Email
Dec 5, 2005
11:08 pm
2457
Many thanks for the pointer, Colin, I'll read the paper. I noticed you mentioned modular NEAT on the naming thread - do you have plans in the near future for...
Ricardo J. Méndez
ricardojmendez3
Offline Send Email
Dec 5, 2005
11:21 pm
2458
Hi Colin, If I'm understanding you correctly, you want an implementation of supernome to contain the logic for creating a phenome from a genome (the Decode ...
Philip Tucker
tucker0171
Offline Send Email
Dec 6, 2005
1:06 am
2459
I'm probably also not fully following all the abstraction being discussed, but somewhere in the mix it sounds like "Physics." I mean Physics is the ultimate...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 6, 2005
9:18 am
2460
Hi Ricardo, There are also other quite different approaches to evolving phenotypes with repeating substructures. They usually involve a development or...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 6, 2005
10:26 am
2461
Hi Colin, It sounds to me that the only way in which different implementations of IGenome would be related is that they have to display a small set of...
Ian Badcoe
ian_badcoe
Offline Send Email
Dec 6, 2005
12:15 pm
2462
... Yes although 'near future' may be an ambitious term here. As discussed on the other thread I want to provide a mechanism for plugging in different kinds of...
Colin Green
alienseedpod
Offline Send Email
Dec 6, 2005
9:02 pm
2463
... It's not a word I'd come across either, I just deduced that such a word existed based on the the word genotype, genome and phenotype. Sure enough there it...
Colin Green
alienseedpod
Offline Send Email
Dec 6, 2005
9:18 pm
2464
First up, thanks Philip, Ken and Ian for your comments so far. It's becoming apparent that I didn't know quite what I was trying to achieve when I started the...
Colin Green
alienseedpod
Offline Send Email
Dec 6, 2005
10:24 pm
2465
At 22:24 06/12/2005, Colin wrote: >Ian Badcoe wrote: >Ok so I provide a GType, PType and FitnessType and it's up to the coder >supplying the types to provide...
Ian Badcoe
ian_badcoe
Offline Send Email
Dec 7, 2005
12:32 pm
2466
Here's an idea I got while reading some GP papers. Often in GP work the use of ADF's (Automatically Defined Functions) is mentioned, as far as I can see this...
Colin Green
alienseedpod
Offline Send Email
Dec 10, 2005
8:27 pm
2467
Investigating the C++ source, it seems like NNodes are assigned Traits. I've read "EVOLVING ADAPTIVE NEURAL NETWORKS WITH AND WITHOUT ADAPTIVE SYNAPSES", but I...
tomoljack
Offline Send Email
Dec 11, 2005
12:07 am
2468
... Hi, Just a thought that you can always have two levels of abstraction here, a totally generic outer layer, where the Phenome is not assumed to take or...
Ian Badcoe
ian_badcoe
Offline Send Email
Dec 13, 2005
8:41 pm
2469
... Yes and no (and you get into this a bit yourself). A subroutine is (usually) entirely discrete, e.g. invocation#1 can have no influence on invocation#2. ...
Ian Badcoe
ian_badcoe
Offline Send Email
Dec 13, 2005
8:55 pm
2470
Hi Tomoljack, yes you are right I put traits inside both nodes and links in the NEAT code that I distributed. Note that that code was written and distributed...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 14, 2005
10:59 am
2471
... Good idea. I've read through the C# generics docs now which includes a few usage scenarios, a comparison with C++ templates and a few words about possible...
Colin Green
alienseedpod
Offline Send Email
Dec 17, 2005
11:51 pm
2472
... When I said 'invocation' I meant 'invocation statement', or invocation instruction(JMP or whatever) within compiled code. I'm not quite sure where you're...
Colin Green
alienseedpod
Offline Send Email
Dec 18, 2005
12:39 am
2473
Hello group, I'm very interested in experimenting with NEAT but I'm having some problems getting it to compile. I'm using GCC 3.4.4 and I tried applying the...
thomasj20022001
Offline Send Email
Jan 2, 2006
2:37 am
2474
Greetings all, Just to let you know that the reason I've been a bit quiet lately is I was busy finding myself a new job. That's all done now, and I started...
Ian Badcoe
ian_badcoe
Offline Send Email
Jan 5, 2006
9:11 pm
2475
Out of curiosity, is there any variability in the fitness evaluation? Also, when you graph the fitness per cycle, graph the complexity, too. If the complexity...
John Arrowwood
jarrowwx
Offline Send Email
Jan 5, 2006
9:21 pm
2476
... Well good luck with that, looks 'your cup of tea' anyway. I looked for work this time last year but was thoroughly disheartened by the type of work...
Colin Green
alienseedpod
Offline Send Email
Jan 5, 2006
10:58 pm
2477
The problem looks like it has to do with compiling gtk and Guile. As time goes on, the way NEAT compiles and references these libraries is probably becoming...
Kenneth Stanley
kenstanley01
Offline Send Email
Jan 6, 2006
12:19 am
Messages 2448 - 2477 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