/* recoded Amoeba simplex optimization routine - logic based on Press et al, * but totally recode to be freely redistributable */ void Amoeba(float*,float[],long,long,double,double(*)(float[]), long*);