Info
Version: | 2.2.4.0 |
Last Update: | Tuesday, December 4, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.google.com/p/aforge/ |
NuGet Url: | https://www.nuget.org/packages/AForge.Genetic.lib |
Install
Install-Package AForge.Genetic.lib
dotnet add package AForge.Genetic.lib
paket add AForge.Genetic.lib
AForge.Genetic.lib Download (Unzip the "nupkg" after downloading)
Dependencies
- AForge.lib(2.2.4.0)
- AForge.Math.lib(2.2.4.0)
GA chromosomes (binary, short array, double array), GP tree based chromosome and GEP chromosome;
Selection algorithms (elite, roulette wheel, rank);
Common fitness functions (1/2D function optimization, symbolic regression, time series prediction).
Population class to handle chromosomes.