MinCombined
public MinCombined(double xa,
double xb,
DatanVector x0,
DatanVector xdir,
int nstep,
double epsilon,
DatanUserFunction muf)
- Parameters:
x0 - point in n-spacexdir - direction in n-space. Straight line is given by x = x0 + a * xdir, where a is a running scalar variable.xa - value corresponding to a point defining one end the interval comprising the minimum.xb - value corresponding to a point defining the other end the interval comprising the minimum.nstep - maximal step number; if a value <= 0 is used, then 1000 is taken instead.epsilon - accuracy; if a value <= 0. is used, then 1,E-8 is taken instead.muf - user function which must be an extension of the abstract class DatanUserFunction.