Skip to content

Commit 843793f

Browse files
ScienfitzAVHopp
andauthored
Improve docstring
Co-authored-by: Alexander V. Hopp <alexander.hopp@merckgroup.com>
1 parent 23b3348 commit 843793f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

baybe/constraints/discrete.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ class DiscreteBatchConstraint(DiscreteConstraint):
362362
"""Constraint ensuring all batch recommendations share the same parameter value.
363363
364364
When this constraint is active, the recommender internally partitions the
365-
candidate set into partitions one for each unique value of the constrained
366-
parameter obtains a full batch recommendation from each partition, and
365+
candidate set into partitions (one for each unique value of the constrained
366+
parameter), obtains a full batch recommendation from each partition, and
367367
returns the batch with the highest joint acquisition value.
368368
369369
This constraint is not supported by all recommenders. It is not applied during

0 commit comments

Comments
 (0)