LibOptimization 1.3.0
See the version list below for details.
dotnet add package LibOptimization --version 1.3.0
NuGet\Install-Package LibOptimization -Version 1.3.0
<PackageReference Include="LibOptimization" Version="1.3.0" />
<PackageVersion Include="LibOptimization" Version="1.3.0" />
<PackageReference Include="LibOptimization" />
paket add LibOptimization --version 1.3.0
#r "nuget: LibOptimization, 1.3.0"
#:package LibOptimization@1.3.0
#addin nuget:?package=LibOptimization&version=1.3.0
#tool nuget:?package=LibOptimization&version=1.3.0
LibOptimization is collection of optimization algorithm for .NET Framework.
You can use LibOptimization in .NET Framework language such as C# and VB.Net.
Implementing optimization algorithm are Steepest Descent Method, Newton Method, Nelder Mead Method (Down-Hill simplex method) ,Hooke and Jeeves of Pattern Search (Direct Search), Real-coded Genetic Algorithm Simplex and JGG, Real-coded Genetic Algorithm REX and JGG and Particle Swarm Optimization(BasicPSO, AIWPSO).
| 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.
fix Basic Particle Swarm Optimization. add AIWPSO(Particle Swarm Optmization algorithm with adaptive inertia weight. A. Nickabadi(2011)).