-
Give me some links to source code.
-
I forked this Project to learn a bit about NEAT and I noticed that the Debug folder is missing. Is there any chance that you still have it?
-
Library Request for:
SharpNeat - [https://github.com/colgreen/sharpneat](url)
> In a nutshell, SharpNEAT provides an implementation of an Evolutionary Algorithm (EA) with the specific goal of ev…
-
I have the following code in my main function:
`IActivationFunction activation = new SigmoidActivation();
NeatGenomeParameters genomeParams = new NeatGenomeParameters
{
ActivationFn = activa…
-
All of the examples I've seen read a genome from an XML file.... How did that genome ever get created? If I have a new experiment I want to run, how do I just generate a default NeatGenome to start …
-
Hi,
SharpNeat.Domains.FunctionRegression.RbfFunctionRegressionExperiment
does not load from the GUI.
I did not manage to find a matching class.
Was it renamed or removed?
-
How can I re-write Activate method for CUDA?
The CPU computations are pretty slow
-
Hello.
First of all, congratulations on the great library you're making. I am using this library to find a network that makes me the best regression with a series of training data and then with oth…
-
https://github.com/colgreen/sharpneat/blob/c5bd0bacae170930af59190a7a1b2dacf6aa80cc/src/SharpNeatLib/Network/ActivationFunctions/Unipolar/MaxMinusOne.cs#L31
I would think that should be "Shifted Re…
-
Hi there! Thank you for that amazing project.
Looks like _NetworkXmlIO.cs#L534 GetActivationFunction(string name)_ needs more registered functions such as _TanH_, _LeakyReLU_ etc to handle. Maybe it …