temp_law_default — A SA function which computed the temperature of the next temperature stage
T_next = temp_law_default(T,step_mean,step_var,temp_stage,n,param)
the temperature applied during the last temperature stage
the mean of the objective function values computed during the last temperature stage
the variance of the obejective function values computed during the last temperature stage
the index of the current temperature stage
the dimension of the decision variable (the x in f(x))
a float between 0 and 1. Corresponds to the decrease in temperature of the geometric law (0.9 by default)
the new temperature to be applied for the next temperature stage