A B C D E F G H I M O P Q R S U V

S

setAbsoluteTolerance(double) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Sets the absolute tolerance of the search.
Defaults to 3.0E-08.
setAssembler(FunctionAssembler) - Method in class edu.stanford.rsl.jpop.FunctionController
 
setBlock(int) - Method in class edu.stanford.rsl.jpop.BlockThread
 
setDimension(int) - Method in class edu.stanford.rsl.jpop.FunctionOptimizer
 
setFunction(OptimizableFunction) - Method in class edu.stanford.rsl.jpop.BlockThread
 
setFunctionAssembler(FunctionAssembler) - Method in class edu.stanford.rsl.jpop.FunctionOptimizer
Sets a new FunctionAssembler for the optimization process.
setFunctionController(FunctionController) - Method in class edu.stanford.rsl.jpop.FunctionOptimizer
Sets a new FunctionController.
setInitialGuess(double) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
An initial guess of a zero can be set.
setInitialX(double[]) - Method in class edu.stanford.rsl.jpop.FunctionOptimizer
 
setLatch(CountDownLatch) - Method in class edu.stanford.rsl.jpop.BlockThread
 
setLeftEndPoint(double) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Sets the left end point of the search interval.
Default is Double.MIN_VALUE.
setMode(FunctionOptimizer.OptimizationMode) - Method in class edu.stanford.rsl.jpop.BlockThread
 
setNumberOfProcessingBlocks(int) - Method in interface edu.stanford.rsl.jpop.OptimizableFunction
Sets the number of parallel processing blocks.
setNumberOfProcessingBlocks(int) - Method in class edu.stanford.rsl.jpop.testing.UncminTest_f77
 
setOptimizationMode(FunctionOptimizer.OptimizationMode) - Method in class edu.stanford.rsl.jpop.FunctionOptimizer
 
setPrintWarnings(boolean) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Turns warnings on or off.
Default is on.
setRelativeTolerance(double) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Sets the relative tolerance.
Defaults to 3.0E-04.
setRightEndPoint(double) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Sets the right end point of the search interval.
Defaults to Double.MAX_VALUE.
setUseInitialGuess(boolean) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Turns the use of an initial guess on or off.
Default is off.
setX(double[]) - Method in class edu.stanford.rsl.jpop.BlockThread
 
sign_f77(double, double) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method implements the FORTRAN sign (not sin) function.
SimpleFunctionController - Class in edu.stanford.rsl.jpop
Implements a single threaded FunctionController.
SimpleFunctionController() - Constructor for class edu.stanford.rsl.jpop.SimpleFunctionController
 
SimpleFunctionOptimizer - Class in edu.stanford.rsl.jpop
This class was is based on the Fortran-Java translation of Steve Verrill of fzero and fmin.
SimpleFunctionOptimizer() - Constructor for class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
 
SimpleOptimizableFunction - Interface in edu.stanford.rsl.jpop
 

A B C D E F G H I M O P Q R S U V