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
Constraint cannot be satisfied with given example.
Would be nice (for randomly generating things, but also more generally -- testing?) to have the functionality in domain (as a class method) to check that the constraints can be fulfilled given the limits on inputs/outputs.
Probably should be decorated with a @validator tag.
See #163
Constraint cannot be satisfied with given example.
Would be nice (for randomly generating things, but also more generally -- testing?) to have the functionality in domain (as a class method) to check that the constraints can be fulfilled given the limits on inputs/outputs.
Probably should be decorated with a @validator tag.
Or is this actually already there somewhere?
I skimmed https://github.com/experimental-design/bofire/blob/d0f4d76dd08dab256ffa9fe47dbf1e0623c17c66/bofire/data_models/domain/domain.py
The text was updated successfully, but these errors were encountered: