Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: colgreen/sharpneat

Tags

v4.1.0

Toggle v4.1.0's commit message
Formatting, and removed region.

v4.0.1

Toggle v4.0.1's commit message
Changed random weight deltas to be gaussian with a sigma of 0.01 inst…

…ead of 0.1. This matches SharpNEAT 2.x. The intention for the SharpNEAT 4.0 release was to keep parameters such as these identical to SharpNEAT 2.x, so that the core neuroevolution algorithm is as close as possible between the two versions, despite the big architectural overhaul.

This allows us to compare the performance/efficacy of 2.x and 4.x, to give some assurance that there isn't some bug/flaw in the 4.x code base that impacts performance.

Future releases can then be free to explore tuning of hyper parameters and such, once we have established that 4.x performs at least as well as 2.x.

v4.0.0

Toggle v4.0.0's commit message
Added RepositoryUrl and PackageReadmeFile entries.

v2.4.4

Toggle v2.4.4's commit message
Redzen nuget update: 9.1.0 -> 9.1.1

v2.4.3

Toggle v2.4.3's commit message
Merge branch 'master' of https://github.com/colgreen/sharpneat

v2.4.2

Toggle v2.4.2's commit message
Updated redzen nuget to 9.0.0.

v2.4.1

Toggle v2.4.1's commit message
Update package version: 2.4.1.3 -> 2.4.1.4

v2.4.0

Toggle v2.4.0's commit message
Default activation function changed from LogisticFunctionSteep to Lea…

…kyReLU or the following experiments: BinaryElevenMultiplexerExperiment, BinarySixMultiplexerExperiment, BinaryThreeMultiplexerExperiment, GenerativeFnRegressionExperiment, Xor.

This is based on evidence that LeakyReLU leads to better performance on these experiments; see http://sharpneat.sourceforge.net/research/activation-fn-review/activation-fn-review.html

v2.3.1

Toggle v2.3.1's commit message
Efficacy sampler: Enabled gcServer setting; this seems to result in a…

… significant performance improvement; it may also prevent a sporadic ExecutionEngine exception.

v2.3.0

Toggle v2.3.0's commit message
Default activation function reverted to SteepenedSigmoid. This will b…

…e the default for release 2.3.0. A later version may change this.