Waschenbacher

Results 5 issues of Waschenbacher

This PR attempts to support cardinality constraints in botorch recommender. The core idea is - Determine several configurations of inactive parameters (parameters that have to be zeros) based on the...

new feature

This PR enables that cardinality constraints are supported in botorch recommender. It is on the top of #270 - `ContinuousCardinalityConstraint ` has a `to_botorch` method implemented. The continuous cardinality constraints...

new feature

It seems that `check-class-attributes=True` works for pure-python class but not for attrs-classes. Would it be possible to support the attrs-class with `check-class-attributes=True` as well? Thanks. **To reproduce:** ```python code block...

False positive `DOC503` error in version `0.5.12`? ------------------------Bug report--------------------- [Example]: ``` def check_nonnegative_bug(number: float) -> None: """Check if the provided number is non-negative. Args: number(float): The number to check. Returns:...

I recently came across the GCM package and am quite impressed by its potential. I would like to adopt it for my project, but I have several conceptual questions before...

question