GAF 2.3.0
See the version list below for details.
dotnet add package GAF --version 2.3.0
NuGet\Install-Package GAF -Version 2.3.0
<PackageReference Include="GAF" Version="2.3.0" />
paket add GAF --version 2.3.0
#r "nuget: GAF, 2.3.0"
// Install GAF as a Cake Addin #addin nuget:?package=GAF&version=2.3.0 // Install GAF as a Cake Tool #tool nuget:?package=GAF&version=2.3.0
This is a simple to use Genetic Algorithm Framework for .Net. See the project page for details on how to use this package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GAF:
Package | Downloads |
---|---|
NaturalShift
An artificial-intelligence based engine to compute workshifts |
|
GAF.Network
Network wrapper for use with the Genetic Algorithm Framework for .Net. See the project page for details on how to use this package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
This version of the GAF introduces the new RequiresEvaluatedPopulation boolean property to the IGeneticOperator interface. This interface is used to create custom genetic operators. If your project uses custom genetic operators, please add this property to these operators, returning a value of true. This new property can be used to reduce the number of evaluations undertaken, see the 'Custom Operators section of the documentation for further details.