LibOptimization 1.8.1
See the version list below for details.
dotnet add package LibOptimization --version 1.8.1
NuGet\Install-Package LibOptimization -Version 1.8.1
<PackageReference Include="LibOptimization" Version="1.8.1" />
<PackageVersion Include="LibOptimization" Version="1.8.1" />
<PackageReference Include="LibOptimization" />
paket add LibOptimization --version 1.8.1
#r "nuget: LibOptimization, 1.8.1"
#addin nuget:?package=LibOptimization&version=1.8.1
#tool nuget:?package=LibOptimization&version=1.8.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, PCX and G3), Particle Swarm Optimization(Basic PSO, LDIW-PSO, CDIW-PSO, CRIW-PSO, AIW-PSO), Differential Evolution(DE/rand/1/bin, DE/best/1/bin, DE/rand/2/bin, DE/best/2/bin), Cuckoo Search(Standard), FireFry 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.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
bug fix.