Commit b76d554
committed
Add BasinHopping global optimization algorithm
- Implements the basin-hopping algorithm for global optimization based on the approach in SciPy.
- Basin-hopping combines Monte Carlo random displacement with local minimization to efficiently find global minima in complex energy landscapes.
- Supports both ILeastSquaresMinimizer and IUnconstrainedMinimizer interfaces, allowing for flexibility in choosing local minimization algorithms.
- Depends on PR #1119 (ILeastSquaresMinimizer interface) which must be merged first.1 parent b2ba2f2 commit b76d554
File tree
3 files changed
+1669
-0
lines changed- src
- Numerics.Tests/OptimizationTests
- Numerics/Optimization
3 files changed
+1669
-0
lines changed
0 commit comments