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

fix KPLSK performances #544

Merged
merged 7 commits into from
Apr 10, 2024
Merged

fix KPLSK performances #544

merged 7 commits into from
Apr 10, 2024

Conversation

Paul-Saves
Copy link
Contributor

@Paul-Saves Paul-Saves commented Apr 8, 2024

KPLSK was slower than Kringing because of 3 problems:

  • initialization of the parameters was done inside the loop (reinitialization between kpls and kriging)
  • second optimization was done with multistart
  • starting point for the second optimization may go a bit further than the bounds and was sometimes randomly reinitialized

Thanks to Lisa Pretsch

@relf relf merged commit b6bd190 into SMTorg:master Apr 10, 2024
11 checks passed
Paul-Saves added a commit to Paul-Saves/smt that referenced this pull request Apr 10, 2024
* fix kplsk

* add test

* fix for mfkplsk

* fix error

* ruff
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