OptunaHub / Simulated Annealing Sampler

Sampler based on simulated annealing algorithm.

Package: samplers/simulated_annealing
Author: Optuna team
License: MIT License
Verified Optuna version: 3.5.0 3.6.0

Class or Function Names

Example

mod = optunahub.load_module("samplers/simulated_annealing")
sampler = mod.SimulatedAnnealingSampler()

See example.py for more details.

Others

This package provides a sampler based on Simulated Annealing algorithm. For more details, see the documentation.