LibOptimization 1.0.4
See the version list below for details.
dotnet add package LibOptimization --version 1.0.4
NuGet\Install-Package LibOptimization -Version 1.0.4
<PackageReference Include="LibOptimization" Version="1.0.4" />
<PackageVersion Include="LibOptimization" Version="1.0.4" />
<PackageReference Include="LibOptimization" />
paket add LibOptimization --version 1.0.4
#r "nuget: LibOptimization, 1.0.4"
#:package LibOptimization@1.0.4
#addin nuget:?package=LibOptimization&version=1.0.4
#tool nuget:?package=LibOptimization&version=1.0.4
LibOptimization is collection of optimization algorithm for .NET Framework
Implement Optimization algorithm.
-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
LibOptimizationは制約条件の無い最適化を行うライブラリです。実装しているアルゴリズムは最急降下法、ニュートン法、PatternSearch法、Nelder-Mead法、実数値遺伝的アルゴリズム(シンプレクス法、REX法)です。
| 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.
1st release.