Uses of Interface
types.DifferentiableObjective

Packages that use DifferentiableObjective
algo   
experiments   
 

Uses of DifferentiableObjective in algo
 

Methods in algo with parameters of type DifferentiableObjective
 double ConjugateGradient.lineSearch(DifferentiableObjective o, double[] parameters, double[] direction)
          finds the maximizer of o(parameters + lambda*direction)
 boolean ConjugateGradient.maximize(DifferentiableObjective o)
           
 boolean GradientAscent.maximize(DifferentiableObjective o)
           
 

Uses of DifferentiableObjective in experiments
 

Classes in experiments that implement DifferentiableObjective
 class TestMaximization
           
 



Copyright © 2009. All Rights Reserved.