This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: multidimensional optimization


I'll provide an alternate method setf which accepts precomputed
function values. That will be the simplest way to handle this case.

Also I'll move the function values (flower,fmin,fupper) into the
algorithm-independent state, so they are more accessible (e.g. so that
the value at the minimum does not have to be recomputed).

Fabrice Rossi writes:
 > 
 > Replace  int (*set) (void *state, gsl_function * f, double * minimum,
 > gsl_interval * x) by
 > int (*set) (void *state, gsl_function * f, double * minimum, gsl_interval *
 > x,unsigned char have_f);
 > 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]