Commit 363f5d3
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 363f5d3
File tree
4 files changed
+1671
-2
lines changed- src
- Numerics.Tests/OptimizationTests
- Numerics
- LinearAlgebra
- Optimization
4 files changed
+1671
-2
lines changed
0 commit comments