Class or Function Names
- SimulatedAnnealingSampler
Example
mod = optunahub.load_module("samplers/simulated_annealing")
sampler = mod.SimulatedAnnealingSampler()
See example.py
for more details.
You can run the example in Google Colab.
Others
This package provides a sampler based on Simulated Annealing algorithm. For more details, see the documentation.
- Package
- samplers/simulated_annealing
- Author
- Optuna team
- License
- MIT License
- Verified Optuna version
- 3.5.0
- 3.6.0
- Last update
- 2024-08-07