Skip to content

v2.3.1

Compare
Choose a tag to compare
@colgreen colgreen released this 16 May 21:38

Full details

Summary

No major changes. This is a marker release to be used to record and report efficacy sampler results against with the gcServer setting enabled which appears to result in a significant performance improvement. Note that the main SharpNEATGUI assemble/project was already set to use gcServer mode, therefore the main GUI app is not affected by that change.

Details

Added OutputSignalArray and OutputMappingSignalArray. These ensure that the neural net output values are always in the interval [0,1] even if the activation output interval is beyond that range.

Activation functions review and clean-up.

Efficacy sampler: Enabled gcServer setting; this seems to result in a significant performance improvement; it may also prevent a sporadic ExecutionEngine exception.