-
Notifications
You must be signed in to change notification settings - Fork 213
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
GPX doesn't support vector outputs #679
Comments
Actually, I keep this issue open as a reminder till we fix |
After discussion, we start by adding a warning when using several training outputs instead of a hard error (PR #686). Though it is not the best one, a surrogate trained with multiple outputs may work with your use case depending your data. Out of curiosity, how does it work for you with |
@relf thanks for going thoroughly into this. I'll change our OpenMDAO wrapper to stamp out a surrogate for each dimension of As to how it works with multiple outputs, I'm getting mixed results, that's why I was starting to look more into it. We train on 2D RANS CFD airfoil flows, where |
@fzahle, thanks. At the moment, kriging-based surrogate models emit a warning when using several training outputs but it has to become a hard error in the future. |
The GPX surrogate doesn't seem to support outputs with
ny
>1, which works for the other surrogates. It runs, but seems to return the response for the first element only. I guess it could be fixed in here in SMT, but possibly also in the upstream egobox tool. Here's a small test that shows the difference between KRG and GPX:The text was updated successfully, but these errors were encountered: