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

TRF vs MINPACK performance on unconstrained problems #1

Open
nmayorov opened this issue Jun 29, 2015 · 0 comments
Open

TRF vs MINPACK performance on unconstrained problems #1

nmayorov opened this issue Jun 29, 2015 · 0 comments

Comments

@nmayorov
Copy link
Owner

Despite being methodologically the same, TRF usually comes short of MINPACK by a few number of function evaluations required in unconstrained problems.

I don't think it's necessary to adopt all logic from MINPACK, but it is worth trying to find a crucial part which brings MINPACK ahead. The number one suspect is trust radius shrinkage strategy.

But, nota bene, that the main application of TRF is constrained problems and adopting more logic from MINPACK will not necessary improve this part, and may even degrade it. Need to be careful in this regard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant