-
Once you have very simple evolution working ( #4 ) you should create a more complex genotype. Essentially, you will be making your own version of the TWEANN and TWEANNGenotype classes from the MM-NEAT…
-
Did the recent commit that upgraded the .NET framework to 4.7.1 break the solution? Can I get your advice please. Thank you very much.
I am getting this error framework reference warning when loadi…
-
Thanks for this great project!
It would be nice to be able to include SharpNeatLib in projects using NuGet. Currently, I must either include the source code or the library in my repository for pro…
-
You could translate this random projection based neural network and associative memory code to C# if it happened to match your viewpoint:
https://github.com/S6Regen/EvoNet
https://randomprojectionai…
ghost updated
6 years ago
-
Hi! Has there something, like a stagnation in python neat library(http://neat-python.readthedocs.io/en/latest/config_file.html#defaultstagnation-section) , to remove stagnat species?
-
It seems that there is some issue with Redzen 3.0.1 (updated via Nuget)
I got
```
double ZigguratGaussianSampler.NextDouble()
No overload for method 'NextDouble' takes 2 arguments
```
**@shar…
-
Hi.
In HyperNEATCODEC.java weights for all connections in a substrate are computed using an individual's CPPN. Weight is calculated as follows:
1. First a scaling value `c` is computed [at this …
-
Hey,
I've seen that you added this connectionWeight calculation.
https://github.com/colgreen/sharpneat/commit/0645b9aef10b7b7fd00d4d989805a608dac3fb84
`double connectionWeight = _genomeFactory.Ge…
-
The current license on the SharpNEAT project is indeterminable from the current repository. In the root folder of the directory, the LICENSE file states that the project is under the MIT license. In t…