Any good SharpNEAT tutorial? [closed]
Asked Answered
L

3

7

SharpNEAT is a NeuroEvolution of Augmenting Topologies (NEAT) library in C#.

The whole thing sounds pretty exciting but I can't find a damn sample/tutorial anywhere!

Any help appreciated!

Laughingstock answered 1/2, 2009 at 19:59 Comment(0)
S
14

I just wrote a tutorial for SharpNEAT 2: http://www.nashcoding.com/?p=90

There are going to be at least two more follow-ups, covering co-evolution and HyperNEAT, but part 1 is enough to handle most experiments.

Soulless answered 17/7, 2010 at 23:31 Comment(1)
I know it's been quite some time since this was asked and the tutorial was posted but as it is still the only SharpNeat tutorial out there I should probably mention that there some issues with part 3 (HyperNEAT) of the tutorial. It would be great if you could update it at some point because using these frameworks are really non-trivial.Photomap
A
1

I haven't tried SharpNEAT, but I have played with a few of the java variants. I don't really know of any tutorials out there, most of them are just the way-too-simple XOR function.

Is there a specific question/problem you are trying to solve? Perhaps we could brainstorm a solution (to be fair I'm also relatively new at NEAT tho, but perhaps two minds are better than one? :-))

Appolonia answered 12/4, 2009 at 14:54 Comment(1)
I don't have any specific problem in mind - I am just very interested in exploring the potential of neuroevolution with NEAT - looking for tutorials just to get an idea of some real-world application. It's fascinating that neuroevolution is the same process from which the human brain evolved!Laughingstock
A
1

No there isn't right now, but if you look at the source code and some of the existing experiments then hopefully it's fairly obvious how a problem domain is implemented and plugged in to the main neuro-evolution 'engine'. It's something I have noted for the future though.

You may also be interested in the Version 2 rewrite, currently in a pre-alpha phase but the source is available from the sharpneat website (news/releases section).

Atrabilious answered 12/10, 2009 at 21:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.