Subproblem solvers (cobyqa.subproblems
)#
This module implements the subproblem solvers of COBYQA.
They should be investigated for specific purposes only, and users who just wish to solve general derivative-free optimization problems should instead refer to the function cobyqa.minimize
.
|
Maximize approximately the absolute value of a quadratic function subject to bound constraints in a trust region. |
|
Minimize approximately a linear constraint violation subject to bound constraints in a trust region. |
|
Minimize approximately a quadratic function subject to bound constraints in a trust region. |
|
Maximize approximately the absolute value of a quadratic function subject to bound constraints in a trust region along specific straight lines. |
|
Minimize approximately a quadratic function subject to bound and linear constraints in a trust region. |