mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
5 lines
380 B
Text
5 lines
380 B
Text
Py-BOBYQA is a flexible package for finding local solutions to nonlinear,
|
|
nonconvex minimization problems (with optional bound constraints), without
|
|
requiring any derivatives of the objective. Py-BOBYQA is a Python implementation
|
|
of the BOBYQA solver by Powell (documentation here). It is particularly useful
|
|
when evaluations of the objective function are expensive and/or noisy.
|