The library for solving constrained optimization problems. Implemented foure algorithms: Big bung - big crunch, Fireworks, Grenade explosion and multiobjective fireworks. Implementation for .Net Core. Supported version .NET Standard is 2.0.
Problem formulation
Example
- .Net Core SDK 3.0 or higher (main library is targeting on .Net Standard 2.0).
- nds (solution contains local nuget package)
Simple open solution and run.
CLI:
- Run
dotnet build -c Release .
. - If necessary, run tests
dotnet test .\EOptimizationTests\EOptTests.csproj
.
You can read about methods in the next articles:
See OOExample
and MOExample
project.