C# implementation of Differential Evolution algorithm.
Info
| Version: | 0.2.0 |
| Author(s): | Christian Lins |
| Last Update: | Tuesday, September 12, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/cli/DEoptim |
| NuGet Url: | https://www.nuget.org/packages/DEoptim |
Install
Install-Package DEoptim
dotnet add package DEoptim
paket add DEoptim
DEoptim Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)