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
even though "v" is an integer parameter. This is not a problem when called through mbo() because even though the proposed points are non-integers, mlrMBO:::evalProposedPoints.OptState calls ParamHelpers::repairPoint(); this should probably also be done in the HitL code path.
The text was updated successfully, but these errors were encountered:
I don't get what you are referring to.
Maybe we could repair the points already in proposePoints()?
However, rounding after proposal is generally a bad idea in MBO since we don't know whether the acq values are better for ceil or floor.
proposes points
even though
"v"
is an integer parameter. This is not a problem when called throughmbo()
because even though the proposed points are non-integers,mlrMBO:::evalProposedPoints.OptState
callsParamHelpers::repairPoint()
; this should probably also be done in the HitL code path.The text was updated successfully, but these errors were encountered: