Skip to search.
neat · NEAT Users Group

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 2992 - 3022 of 5820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2992 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 1, 2007
7:06 pm
Wesley, the reason that links coming out of the bias are not splittable originates with what I understood to be a canonical conceptualization of "bias," which...
2993 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 12, 2007
6:25 am
Hey Wesley, sorry for the long wait on this question. I think the answer is that if you draw out the diagrams of the two alternative ways of splitting a...
2995 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 14, 2007
12:24 am
Did the message, "Some thoughts about CPPNs," by petar_chervenski get deleted? I was going to respond to it but it seems to be gone. Petar, if you meant to...
2996 petar_chervenski
petar_cherve... Offline Send Email
Mar 14, 2007
12:55 pm
Ken, I deleted it, because I couldn't edit it further and expand it with some other thoughts I had in mind. It was mentioned that I'll add to it, but it turned...
2997 Tom McCallum
tmccallum80 Offline Send Email
Mar 14, 2007
5:07 pm
Hi everyone, I have been trying to evolve networks using rtNEAT which will learn a given target given the inputs, the target being a real number and the inputs...
2998 neat@yahoogroups.com Send Email Mar 14, 2007
8:17 pm
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 : /Class...
2999 Chris Spencer
cerynx Offline Send Email
Mar 15, 2007
2:42 am
Sure, glad to help. I've attached a zip of the modifications I've had to make in order to get it to compile on a modern Linux system (Fedora Core 5). The...
3000 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 15, 2007
6:33 am
Hi Petar, within the next couple weeks we will finally be releasing new work involving CPPNs that will answer some of these questions, in particular the big...
3001 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 15, 2007
6:54 am
Hi everyone, I am going to be speaking about NEAT software at an interesting workshop at GECCO 2007 called the "2007 GECCO Workshop on Open-Source Software for...
3002 Alexandre Devert
marmakoide Offline Send Email
Mar 15, 2007
7:21 am
Hi I made my own C++ NEAT implementation, I called it TaoNeat. It main cool features are : * configuration with plain text file * OOP & plugin modular...
3003 Stephen Waits
stevewaits Offline Send Email
Mar 15, 2007
2:52 pm
... Hello Alexandre, Is TaoNeat publicly available? I too have (mostly) written my own NEAT in C++, but am interested in other implementations. Thanks, Steve...
3004 Alexandre Devert
marmakoide Offline Send Email
Mar 15, 2007
3:19 pm
Not yet available ! I began to code it 2 months ago... There is no documentation excepted the comments, and there is also some part that don't satisfy me, from...
3005 Alex
marmakoide Offline Send Email
Mar 15, 2007
3:31 pm
Ho, one more thing about my implementation : here it is an example of a configuration file. As we (maybe) can see, a configuration is just a serialized object...
3006 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 15, 2007
7:56 pm
Hi Stephen and Alexandre, if you are planning to release your systems to the public then I will be happy to mention them if you'd like, but please let me know....
3007 Stephen Waits
stevewaits Offline Send Email
Mar 15, 2007
10:36 pm
... The reason mine's still considered incomplete, IMO, is because it comes nowhere near the performance you report in your original paper. I don't think I can...
3008 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 16, 2007
1:37 am
Steve, not a problem, of course the pace you prefer to work is up to you. By the way, at what audience or venue would you be targeting your article? ken ... ...
3009 Stephen Waits
stevewaits Offline Send Email
Mar 16, 2007
3:02 pm
... Audience: anyone who has read your papers, and wants to write their own NEAT implementation. My idea is to gather all of the information needed to do a...
3010 shanemcdonaldryan
shanemcdonal... Offline Send Email
Mar 20, 2007
3:58 pm
Hi my name is Shane Ryan. I am researching using NEAT for time series prediction. I have been lurking in the group for the past few months. I've got a few...
3011 shanemcdonaldryan
shanemcdonal... Offline Send Email
Mar 20, 2007
4:11 pm
Hi, I am in the midst of building a times series predicting framework based on Matt Buckland's windows c++ code. I've removed the visualization aspects. Made...
3012 shanemcdonaldryan
shanemcdonal... Offline Send Email
Mar 20, 2007
4:48 pm
Hi, This isn't really specific to NEAT but I am not working with any other ANN technology right now. I was talking to some colleagues that are working in...
3013 Thomas McCallum
tmccallum80 Offline Send Email
Mar 20, 2007
4:53 pm
I have done the same thing under NEAT and rtNEAT using the C++ version. I have not been able to get particularly good results though from it. My scenario is...
3014 Chris Spencer
cerynx Offline Send Email
Mar 20, 2007
6:18 pm
Please, by all means. A Sourceforge project is a great idea. It would be nice to see a general purpose cross-platform C++ implementation in a centralized...
3015 shanemcdonaldryan
shanemcdonal... Offline Send Email
Mar 21, 2007
10:31 am
Hey Tom, Sounds like you are trying to use the ANN for decision making and not strictly time-series. But that doesn't really matter. IMHO it sounds like you...
3016 shanemcdonaldryan
shanemcdonal... Offline Send Email
Mar 21, 2007
10:36 am
OK I will try and set it up and have it posted on Sourceforge by the end of next week. I need to clean up the code and document it a bit. It won't be up to...
3017 dat ta
thdm1907 Online Now Send Email
Mar 21, 2007
8:23 pm
I am sure there are more than just a few of us who have had plenty of problems trying to get NEAT compiled and running. So posting something that is...
3018 Chris Spencer
cerynx Offline Send Email
Mar 22, 2007
12:32 am
I second that. I also have experience wrapping Stanley's C++ code with Swig so I could help with porting the library to interpreted languages like Python. ...
3019 Kenneth Stanley
kenstanley01 Offline Send Email
Mar 22, 2007
3:56 am
Variable mutation rates are a valid idea. It has been tried a little to my knowledge, but not extensively. One useful thing might be to have variable...
3020 Rafael C.P.
kuraminhabr Offline Send Email
Mar 22, 2007
2:46 pm
I suggest you to read about MOGA (Mutation Only Genetic Algorithms) and AGA/LHDC/SHDC (Adaptive Genetic Algorithms). But it's not intended to increase...
3021 Alexandre Devert
marmakoide Offline Send Email
Mar 22, 2007
3:44 pm
Hi all Nice talk :D ! Instead of dropping the species that don't improve since a long time, giving them a luck with higher mutations rates since reasonable....
3022 newtwist2000 Offline Send Email Mar 22, 2007
10:15 pm
I've implemented a PacMan clone in which I've employed NEAT to evolve PacMan's AI. So far the results have been resonably good, and I hope to put the code in...
Messages 2992 - 3022 of 5820   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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