Uses of Class
edu.stanford.rsl.jpop.FunctionController

Packages that use FunctionController
edu.stanford.rsl.jpop   
edu.stanford.rsl.jpop.fortran   
 

Uses of FunctionController in edu.stanford.rsl.jpop
 

Subclasses of FunctionController in edu.stanford.rsl.jpop
 class ParallelFunctionController
          Class to process the gradient evaluations in parallel to speed up computationally expensive function / gradient / Hessian evaluations.
 class SimpleFunctionController
          Implements a single threaded FunctionController.
 

Methods in edu.stanford.rsl.jpop with parameters of type FunctionController
 void FunctionOptimizer.setFunctionController(FunctionController controller)
          Sets a new FunctionController.
 

Uses of FunctionController in edu.stanford.rsl.jpop.fortran
 

Constructors in edu.stanford.rsl.jpop.fortran with parameters of type FunctionController
UncminForJava(FunctionController controller)