sharpneat
sharpneat copied to clipboard
SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
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...
Holger Ferstl created this app back in 2006, which would have been targetting a 1.x era version of SharpNEAT. The blog post original link was (currently offline): http://oldblog.holgerferstl.de/2006/02/08/GeneticArt.aspx Most recent...
Is is possible to create a Github action to create a Nuget Package with the core libraries so we can use them in other projects, specifically this: src/SharpNeat
There's an opportunity here to use the Microsoft Dependency Injection (DI) subsystem to resolve the various service/strategy implementations that make up a complete sharpneat runtime, which would make overriding one...
Hello! I am excited to share my initial contribution towards integrating the Gymnasium (formerly OpenAI Gym) toolkit with SharpNeat. While the current solution is still in its early stages and...
Chat GPT has the following suggestions for improving the existing README.md: 1. Provide a brief introduction to NEAT and explain how it differs from other evolutionary algorithms, such as genetic...
I have generated some API references at https://copilotcoding.github.io/index.html I generated this using [docfx](https://github.com/dotnet/docfx) as well as [Natural Docs](https://www.naturaldocs.org/) You could try using these tools or a different documentation generator to...
is there any tutorial or documentation i can consult
* ~~Prey capture~~ * ~~Function regression~~ * Any others than are relatively easy to do that can be included in the 4.0 release as example task visualisations. Anything Box2d related...
Last year, I was learning about ANN and EA by playing with existing projects, and I particularly liked this 3D 4-legged walker based on a [research paper by Gregory Morse](http://eplex.cs.ucf.edu/supg/supgql/)....