baryon-asymm
-
- 1,251 total downloads
- last updated 7/28/2026
- Latest version: 5.1.0
A .NET library for Differential Evolution optimization with multi-processing and SIMD acceleration. -
- 780 total downloads
- last updated 8/10/2024
- Latest version: 0.2.0
A .NET library for Differential Evolution optimization with GPU acceleration using ILGPU. -
- 283 total downloads
- last updated 6/29/2025
- Latest version: 1.0.0
ZeroResult provides allocation-free result monads for .NET 8+ with full async support and fluent APIs. Perfect for high-performance applications where traditional exception handling is too costly. -
- 209 total downloads
- last updated 6/2/2026
- Latest version: 1.0.0
Shared contracts for the DotNetOptimization family (DotNetDifferentialEvolution, DotNetNelderMead): the objective-function evaluator, a random-source abstraction, and a read-only solution snapshot. -
- 143 total downloads
- last updated 6/3/2026
- Latest version: 1.0.0
A .NET library for Nelder–Mead simplex optimization: standard and adaptive (Gao–Han 2012) coefficients, automatic restarts, bounded-domain handling, and parallel multi-start. Part of the DotNetOptimization... More information -
- 127 total downloads
- last updated 6/3/2026
- Latest version: 1.0.0
Hybrid / memetic integration between DotNetNelderMead and DotNetDifferentialEvolution: a Nelder–Mead local-search refiner for the DE pipeline (run every N generations) and a sequential DE→Nelder–Mead handoff.