Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes, although rarely, a "poor" trust-region trial point should not be included in the next interpolation point #51

Open
zaikunzhang opened this issue Aug 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zaikunzhang
Copy link
Collaborator

zaikunzhang commented Aug 28, 2022

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

@zaikunzhang zaikunzhang added the enhancement New feature or request label Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant