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

F

findRoot(SimpleOptimizableFunction) - Method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Method to find a root of a function between leftEndPoint and rightEndPoint.
May use an initial guess to speed to convergence.

Accuracy can be adjusted using relativeTolerance and absoluteTolerance.
fmin(double, double, SimpleOptimizableFunction, double) - Static method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Deprecated. 
FminTest - Class in edu.stanford.rsl.jpop.testing
This class tests the Fmin class.
FunctionAssembler - Interface in edu.stanford.rsl.jpop
This interface provides methods to assemble the information after the block-wise processing of the evaluate, gradient, and hessian.
FunctionController - Class in edu.stanford.rsl.jpop
 
FunctionController() - Constructor for class edu.stanford.rsl.jpop.FunctionController
 
FunctionOptimizer - Class in edu.stanford.rsl.jpop
 
FunctionOptimizer(int) - Constructor for class edu.stanford.rsl.jpop.FunctionOptimizer
 
FunctionOptimizer() - Constructor for class edu.stanford.rsl.jpop.FunctionOptimizer
 
FunctionOptimizer.OptimizationMode - Enum in edu.stanford.rsl.jpop
 
FunctionOptimizer.TerminationCode - Enum in edu.stanford.rsl.jpop
Termination codes ITRMCD = 0: Optimal solution found ITRMCD = 1: Terminated with gradient small, X is probably optimal ITRMCD = 2: Terminated with stepsize small, X is probably optimal ITRMCD = 3: Lower point cannot be found, X is probably optimal ITRMCD = 4: Iteration limit (150) exceeded ITRMCD = 5: Too many large steps, function may be unbounded
fzero(SimpleOptimizableFunction, double[], double[], double, double, double, int[]) - Static method in class edu.stanford.rsl.jpop.SimpleFunctionOptimizer
Deprecated. 
FzeroTest - Class in edu.stanford.rsl.jpop.testing
This class tests the Fzero class.

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