Optimization and root finding (verry.optimize
)#
This module provides solvers for root finding.
Global optimization#
|
Find the minimum of the multivariate scalar-valued function by repeatedly dividing the interval vector. |
|
Find the minimum of the univariate scalar-valued function by repeatedly dividing the interval. |
Root finding#
|
Find all roots of multivariate scalar-valued function. |
|
Find all roots of univariate scalar-valued function. |
|
Apply the Krawczyk test to the multivariate vector-valued function. |
|
Apply the Krawczyk test to the univariate scalar-valued function. |
Miscellaneous#
|
Output of |
|
Output of |