Botorch Tensor Dimension Error #1514
-
We have a problem with Botorch. Using Botorch for the first time and now we get the error "BotorchTensorDimensionError: pareto_Y must have the same number of objectives as ref_point. Got 4, expected 2.". |
Beta Was this translation helpful? Give feedback.
Answered by
saitcakmak
Nov 21, 2022
Replies: 1 comment 4 replies
-
Hi @kks2107. Can you share the stack trace? Where do you get the error and what are the inputs to the function that produces the error? Based on the error message alone, I assume it is raised in |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
saitcakmak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kks2107. Can you share the stack trace? Where do you get the error and what are the inputs to the function that produces the error?
Based on the error message alone, I assume it is raised in
hv.compute(...)
call. What is the shape of thepareto_Y
you're passing into these calls?