SharpNEAT

SharpNEAT 2.4.0

Download: Release v2.4.0 on github

Overview

No major changes have been made between SharpNEAT v2.3.1 and v2.4.0, and therefore the efficacy sampling results (see below) were expected to be similar for these two versions. However, the two sets of results are clearly not a close match, and this is likely due to two factors.

Firstly, the efficacy sampling performed for the two different versions of SharpNEAT was performed on two differnt versions of the .NET Framework. SharpNEAT v2.3.1 was tested on .NET Framework 4.6.1, and the SharpNEAT v2.4.0 run was tested on .NET Framework 4.7.1; this is a significant difference because although these two framework versions report using the same CLR version (CLR 4.0.30319.42000), the CLR does not include the JIT compiler, framework classes or garbage collector, and these are all reported to have had numerous performance improvements made between framework versions 4.6.1 and 4.7.1, e.g. see:

The second factor is a defect that was fixed between v2.3.1 and v2.4.0 in changeset 2d5c0a1. The neural net activation function used in both sets of results was supposed to be LeakyReLU, but the v2.3.1 results used SReLU, a function with a different shape and a slower execution time. This is very likely the cause of the dramatic fitness improvement on the sinewave task, specifically the emergence of a peak at the far right of the distribution, representing fitness scores approaching or at the maximum score of 1000 on that task.

To be clear, officially the v2.3.1 release did not include the LeakyReLU activation function, but it was tested with that function as part of A Review of Activation Functions in SharpNEAT, and it is those v2.3.1 results that are being shown in the below efficacy sampling plots.


Changes


Efficacy Sampling Tests

Efficacy sampling was performed on the two standard benchmark tasks and the results compared between this and the previous version (version 2.3.1). The resulting best fitness histograms are provided below. To recap, these histograms show the best fitness achieved on each of a large number of independent SharpNEAT runs, each of which terminates after one minute of execution (clock-time). Histograms are also provided comparing the evaluation counts achieved in each 60 second run.


Figure 1.
Comparison of best fitness histograms obtained from SharpNEAT v2.3.1 and v2.4.0;
on the Binary11 Multiplexer and Generative Sinewave tasks.

Figure 2.
Comparison of evaluation count histograms obtained from SharpNEAT v2.3.1 and v2.4.0;
on the Binary11 Multiplexer and Generative Sinewave tasks.



Appendix 1: Test Platform Environment Details

OS Name: Microsoft Windows 10 Home SP0.0
Architecture: 64-bit
.NET Framework: 4.7.1 (CLR 4.0.30319.42000)

CPU
   Brand: GenuineIntel
   Name: Intel Core i7-6700T CPU @ 2.80GHz
   Architecture: x64
   Cores: 4
   Frequency: 2808
   RAM: 16 GB


Appendix 2: Resources

R Scripts
Histogram CSV data

Colin,
February 10th, 2018



Copyright 2018 Colin Green.
This article is licensed under a Creative Commons Attribution 3.0 License