algo
Class GradientAscent

java.lang.Object
  extended by algo.GradientAscent

public class GradientAscent
extends Object


Constructor Summary
GradientAscent()
           
 
Method Summary
 boolean maximize(DifferentiableObjective o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradientAscent

public GradientAscent()
Method Detail

maximize

public boolean maximize(DifferentiableObjective o)


Copyright © 2009. All Rights Reserved.