Skip to content

Commit

Permalink
comment fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Mittal <[email protected]>
  • Loading branch information
shashank-iitbhu committed Sep 22, 2024
1 parent 7f6deb5 commit b85b4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/suggestion/v1beta1/hyperopt/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def create_hyperopt_domain(self):
)
elif param.distribution == api_pb2.NORMAL:
mu = (float(param.min) + float(param.max)) / 2
// We consider the normal distribution based on the range of ±3 sigma.
# We consider the normal distribution based on the range of ±3 sigma.
sigma = (float(param.max) - float(param.min)) / 6

if param.step:
Expand Down

0 comments on commit b85b4bf

Please sign in to comment.