You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not always a good idea to include a trust-region trial point in the next interpolation point. Sometimes, although rarely, a "poor" trust-region trial point should not be included in the next interpolation point.
Check the strategy in Powell's solvers. For example, for NEWUOA:
Feature description
It is not always a good idea to include a trust-region trial point in the next interpolation point. Sometimes, although rarely, a "poor" trust-region trial point should not be included in the next interpolation point.
Check the strategy in Powell's solvers. For example, for NEWUOA:
https://github.com/libprima/prima/blob/367a8e7bb3eb4a388f10f72d776c7ad0898bb75e/fortran/newuoa/newuob.f90#L300-L311
https://github.com/libprima/prima/blob/367a8e7bb3eb4a388f10f72d776c7ad0898bb75e/fortran/newuoa/geometry.f90#L22
Proposed solution
No response
Considered alternatives
No response
The text was updated successfully, but these errors were encountered: