Initial Temperature for Simulated Annealing

2 visualizaciones (últimos 30 días)
Sepp
Sepp el 9 de Jun. de 2016
Editada: Sepp el 9 de Jun. de 2016
Hello
I'm trying to use simulannealbnd for parameter optimization. My big problem is the initial temperature T0. The default value is 100 but this seems not that good.
I have eight parameters with the following ranges:
[-5,15]
[-15,3]
[0,1]
[1,30]
[0,4] (four parameters)
My cost function can take values between 0.5 and 1. I want to use different AnnealingFcn (@annealingfast and @annealingboltz) and different TemperatureFcn (@temperatureexp, @temperaturefast and @temperatureboltz). I'm using the following combinations:
@annealingfast + @temperatureexp
@annealingfast + @temperaturefast
@annealingboltz + @temperatureboltz
What are reasonable values to try for the initial temperature?

Respuestas (0)

Categorías

Más información sobre Simulated Annealing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by