You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
0 commit comments