25#define XSH_MODEL_SA_H 1.2
34#define NO_VALUE_INT -1
35#define NO_VALUE_FLOAT -1.0
float xsh_SAanneal(int iters)
void xsh_SAinitial(double *xi)
void xsh_SAoptimum(double *xb)
void xsh_SAcurrent(double *xc)
float xsh_SABoltzmann(float k)
float xsh_SAmelt(int iters)
float xsh_SAtemperature(float t)
float xsh_SAjump(float j)
int xsh_SAiterations(int it)
float xsh_SArange(float r)
float xsh_SAlearning_rate(float r)
int xsh_SAInit(CostFunction f, int d)
float(* CostFunction)(double *)