-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any tutorial? #32
Comments
This guy made a tutorial: Also, here's a simple implementation you can copy from: |
I created simple tutorial here: |
Thank you for that, thats so far the easiest to use tutorial that only uses the NUGET Package. I was wondering if there is any documentation or experience on how to make the algorithm explore the possible outputs more "agressively". In my case after 2000 generations he still keeps most outputs at 0.5 (the default i presume). |
I'm glad to hear that my tutorial is useful. In my experience setting Also if your network always performs with the same fitness it may be problem with fitness computing function. |
Hello everyone thank you for the tutorials as NEAT is very poorly
documented and hard to understand and to put in models. I am willing to pay
anyone that can help me build a time-series model to implement in NEAT and
we do this through screen share Teamviewer or Skype and at the same time
teaching me how NEAT works. Please email me or skype me if interested
JGARNIER77
…On Mon, Aug 10, 2020 at 10:20 AM t4ccer ***@***.***> wrote:
I'm glad to hear that my tutorial is useful.
In my experience setting complexityRegulationStrategy to
NullComplexityRegulationStrategy made network evolve faster. You can also
increase number of specimen in each generation. Of course if You need
deeper understanding of NEAT You can read this
<http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf> paper.
Unfortunately I didn't find any sharpneat documentation so I experimented
myself.
Also if your network always performs with the same fitness it may be
problem with fitness computing function.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZOZ3YXIG3PJVTKM3K2T4DSAAT7TANCNFSM4FON5YDA>
.
|
Hello, I have been developing highly efficient NEAT code for free which is available through my GitHub page. I am willing to give tutorials. |
I generated my own API reference for using SharpNEAT at https://copilotcoding.github.io/ if you want to use it for your own reference its there. Most of the information about SharpNEAT is heavily outdated, you could use older more documented versions instead, but if you want 4.0.0 documentation you will need to create it or wait for someone else to make it. 2 months ago, January 14, 2023: https://www.youtube.com/watch?v=pqVOAo669n0 Defunct dead link: http://www.nashcoding.com/2010/07/17/tutorial-evolving-neural-networks-with-sharpneat-2-part-1/ 12 years ago, March 23, 2011: https://github.com/tansey/sharpneat-tutorials If anyone has a more updated version of these based on the new version 4 library, please let me know: 4 years ago, Aug 31, 2019: https://github.com/lordjesus/UnityNEAT 3 years ago, Nov 7, 2020: https://github.com/flo-wolf/UnitySharpNEAT |
Hi,
sorry for opening an issue for this, but i dont know how else to contact you.
Is there any documentation on how to actually implement SharpNeat? There is a collection of examples somewhere in the internet using sharpneat, which i can not find again, and there is that 8 year old tutorial from someone using it for TicTacToe, but which is incompatible to the current Nuget release. Outside of that, how do i use SharpNeat classes to give it input and getting outputs?
Best regards
The text was updated successfully, but these errors were encountered: