You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstring for linear_truncated and the class docstring describe what the behavior would be if the default were linear_truncated=False. However, the default is True. The model uses a LinearTruncatedFidelityKernel, which isn't described at all.
It is not clear how data fidelities are to be interpreted. Does a higher number indicate higher fidelity? Can they lie outside [0, 1]? Do they have a cardinal or ordinal interpretation?
This came up in #2393 , and I spent a while myself trying to understand how fidelities should be specified and how they affect the kernel.
The text was updated successfully, but these errors were encountered:
linear_truncated
and the class docstring describe what the behavior would be if the default werelinear_truncated=False
. However, the default isTrue
. The model uses aLinearTruncatedFidelityKernel
, which isn't described at all.This came up in #2393 , and I spent a while myself trying to understand how fidelities should be specified and how they affect the kernel.
The text was updated successfully, but these errors were encountered: