docs: typo in comment

This commit is contained in:
Deepak Mallubhotla 2024-12-30 15:06:33 +00:00
parent 0d8213c500
commit 974ca8629d
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -88,7 +88,7 @@ class DeepdogConfig:
costs_to_try: typing.Sequence[float] = field(default_factory=lambda: [10, 1, 0.1]) costs_to_try: typing.Sequence[float] = field(default_factory=lambda: [10, 1, 0.1])
target_success: int = 1000 target_success: int = 1000
max_monte_carlo_cycles_steps: int = 20 max_monte_carlo_cycles_steps: int = 20
# Whetehr to use a log log cost function # Whether to use a log log cost function
use_log_noise: bool = False use_log_noise: bool = False