Info
Version: | 1.14.0 |
Author(s): | tomitomi3 |
Last Update: | Saturday, January 14, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tomitomi3/LibOptimization |
NuGet Url: | https://www.nuget.org/packages/LibOptimization |
Install
Install-Package LibOptimization
dotnet add package LibOptimization
paket add LibOptimization
LibOptimization Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Tags
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, JADE), Cuckoo Search(Standard), FireFry, Simulated Annealing, Evolution Strategy((1+1)-ES) and Hill Climbing.