LibOptimization 1.7.1
dotnet add package LibOptimization --version 1.7.1
NuGet\Install-Package LibOptimization -Version 1.7.1
<PackageReference Include="LibOptimization" Version="1.7.1" />
<PackageVersion Include="LibOptimization" Version="1.7.1" />
<PackageReference Include="LibOptimization" />
paket add LibOptimization --version 1.7.1
#r "nuget: LibOptimization, 1.7.1"
#addin nuget:?package=LibOptimization&version=1.7.1
#tool nuget:?package=LibOptimization&version=1.7.1
LibOptimization is optimization algorithm library for .NET Framework. This library will probably simplify the optimization using C# and VB.Net and other .NET Framework language.
Implementing optimization algorithm are Steepest Descent Method, Newton Method, Nelder Mead Method (Original ver, Wikipedia ver) ,Hooke and Jeeves of Pattern Search (Direct Search), Real-coded Genetic Algorithm(BLX-alpha and JGG, UNDX and JGG Simplex and JGG, REX and JGG), Particle Swarm Optimization(Basic PSO, LDIW-PSO, CDIW-PSO, CRIW-PSO, AIW-PSO), Differential Evolution(DE/rand/1/bin, DE/best/2/bin), Cuckoo Search(Standard) and Simulated Annealing.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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.
GitHub repositories
This package is not used by any popular GitHub repositories.
add reset iteration count function.