Skip to content

Commit

Permalink
Update optimizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hbredin authored Aug 27, 2024
1 parent 9508a06 commit 1110e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyannote/pipeline/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class Optimizer:
Seed value for the random number generator of the sampler.
Defaults to no seed.
average_case : `bool`, optional
Optimise for average case if True, worst case otherwise. Default to True.
Optimize for average case (default).
Set to False to optimize for worst case.
"""

def __init__(
Expand Down

0 comments on commit 1110e6c

Please sign in to comment.