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

Clean internal optimization within Kriging #505

Merged
merged 7 commits into from
Jan 30, 2024
Merged

Conversation

Paul-Saves
Copy link
Contributor

Two optimizers are available within Kriging: TNC that is gradient-based vs Cobyla that is gradient-free.

This PR fix TNC as a default optimizer whenever the derivative of the likelihood is available and Cobyla otherwise.

The distinction between where TNC is available and where it is not has been made more clear.

@relf relf merged commit 7320305 into SMTorg:master Jan 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants