Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
y0z committed May 20, 2024
1 parent 6f7063f commit cff64d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/simulated_annealing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license: 'MIT License'
mod = optunahub.load_module("samplers/simulated_annealing")
sampler = mod.SimulatedAnnealingSampler()
```
See `example.py <example.py>`_ for more details.
See `example.py` for more details.

## Others
This package provides a sampler based on Simulated Annealing algorithm.
Expand Down

0 comments on commit cff64d7

Please sign in to comment.