We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
suite = makeFunctionsByName(filterFunctionsByTags("multimodal"), dimensions = 2L, m = 5L) Error in makeFunctionsByName(filterFunctionsByTags("multimodal"), dimensions = 2L, : Assertion on 'dimensions' failed: Must be element of set {'3','4','6'}. Calls: makeFunctionsByName ... <Anonymous> -> assertChoice -> makeAssertion -> mst
breaks since the multimodal functions Hartmann{3,4,6} are not defined for two dimensions.
I guess the best way to handle such cases is just to ignore Hartmann internally and print a warning. Any other proposals?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
breaks since the multimodal functions Hartmann{3,4,6} are not defined for two dimensions.
I guess the best way to handle such cases is just to ignore Hartmann internally and print a warning. Any other proposals?
The text was updated successfully, but these errors were encountered: