File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Asynchronously Parallel Optimization Solver for finding Multiple Minima
55(APOSMM) coordinates concurrent local optimization runs to identify
66many local minima faster on parallel hardware.
77
8+ Supported local optimization routines include:
9+
10+ - DFO-LS _ Derivative-free solver for (bound constrained) nonlinear least-squares minimization
11+ - NLopt _ Library for nonlinear optimization, providing a common interface for various methods
12+ - `scipy.optimize `_ Open-source solvers for nonlinear problems, linear programming,
13+ constrained and nonlinear least-squares, root finding, and curve fitting.
14+ - `PETSc/TAO `_ Routines for the scalable (parallel) solution of scientific applications
15+
816Required: mpmath _, SciPy _
917
1018Optional (see below): petsc4py _, nlopt _, DFO-LS _
Original file line number Diff line number Diff line change @@ -43,13 +43,8 @@ Optimization
4343
4444 - :doc: `APOSMM<aposmm> `
4545
46- APOSMM _ Asynchronously parallel optimization solver for finding multiple minima. Supported local optimization routines include:
47-
48- - DFO-LS _ Derivative-free solver for (bound constrained) nonlinear least-squares minimization
49- - NLopt _ Library for nonlinear optimization, providing a common interface for various methods
50- - `scipy.optimize `_ Open-source solvers for nonlinear problems, linear programming,
51- constrained and nonlinear least-squares, root finding, and curve fitting.
52- - `PETSc/TAO `_ Routines for the scalable (parallel) solution of scientific applications
46+ Asynchronously Parallel Optimization Solver for finding Multiple Minima (APOSMM _) coordinates
47+ concurrent local optimization runs to identify many local minima faster on parallel hardware.
5348
5449- :doc: `uniform_or_localopt<uniform_or_localopt> `
5550
You can’t perform that action at this time.
0 commit comments