Examples¶
The package ships runnable example scripts in examples/ and generated
visual outputs in test_output/ as SVG files.
This page is an overview. Detailed inputs, outputs, and figures are split by example family in the pages linked below.
Run examples from the package root:
python examples/example_imsl_uvmif.py
python examples/example_imsl_uminf.py
python examples/example_imsl_uming.py
python examples/example_imsl_unlsf.py
python examples/example_imsl_bconf.py
python examples/example_imsl_qprog.py
python examples/example_imsl_dense_lp.py
python examples/example_imsl_nnlpf.py
python examples/example_imsl_service.py
Regenerate the documentation figures by rerunning the relevant examples from the
package root. Each script updates one or more SVG files in test_output/.
Example Script Map¶
Script |
Primary topic |
Generated SVG outputs |
|---|---|---|
|
Univariate minimization (UVMIF) |
|
|
Unconstrained BFGS/FD (UMINF) |
|
|
Unconstrained BFGS analytic gradient (UMING) |
|
|
Nonlinear least squares FD (UNLSF) |
|
|
Bounded minimization BFGS/FD (BCONF) |
|
|
Quadratic programming (QPROG) |
|
|
Linear programming (DENSE_LP) |
|
|
Nonlinearly constrained (NNLPF) |
|
|
Service routines (CDGRD/FDGRD/CHGRD etc.) |
|
Detailed pages by family: