Hello there,
I've been trying to figure out how to do this...
Let t0 = 100.
Let B = .001
t1=t0/(1+B*t0)
So, as it turns out, t1 = 90.91.
Ashamed to say this, but does anyone know how I get back to t0 (with knowing t1 = 90.91)?
(This is based off a version of the cooling mechanism from the Simulated Annealing Algorithm).
Thank you!!
I've been trying to figure out how to do this...
Let t0 = 100.
Let B = .001
t1=t0/(1+B*t0)
So, as it turns out, t1 = 90.91.
Ashamed to say this, but does anyone know how I get back to t0 (with knowing t1 = 90.91)?
(This is based off a version of the cooling mechanism from the Simulated Annealing Algorithm).
Thank you!!