Skip to content

3.1.2

Compare
Choose a tag to compare
@giacomelli giacomelli released this 10 Sep 15:50
· 27 commits to master since this release

Issues

Features

  • Suggestion: Add an ability to set PRNG's initial seed #62

Bug fixes

  • GeneticAlgorithm.BestChromosome.Fitness decrease over time when using EliteSelection #72
  • Multiple occurances of same chromosome instance in generation #92

Updating

.NET 6

Only GeneticSharp:

update-package GeneticSharp

GeneticSharp and extensions (TSP, AutoConfig, Bitmap equality, Equality equation, Equation solver, Function builder, etc):

update-package GeneticSharp.Extensions

Unity3D

You should use the UnityNuGet to install GeneticSharp directly from NuGet.

Or you can use the latest GeneticSharp.unitypackage available in the Assets section of this release.

.NET Standard 2.0 and .NET Framework 4.6.2

To install previous version that support .NET Standard 2.0 and .NET Framework 4.6.2:

install-package GeneticSharp -Version 2.6.0

Mono and .NET Framework 3.5

To install previous version that support .NET Framework 3.5:

install-package GeneticSharp -Version 1.2.0

More about installing/setup: https://github.com/giacomelli/GeneticSharp/wiki/Setup.