opennlp.maxent.quasinewton
Class LineSearch

java.lang.Object
  extended by opennlp.maxent.quasinewton.LineSearch

public class LineSearch
extends Object

class that performs line search.


Constructor Summary
LineSearch()
           
 
Method Summary
static LineSearchResult doLineSearch(DifferentiableFunction function, double[] direction, LineSearchResult lsr)
           
static LineSearchResult doLineSearch(DifferentiableFunction function, double[] direction, LineSearchResult lsr, boolean verbose)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineSearch

public LineSearch()
Method Detail

doLineSearch

public static LineSearchResult doLineSearch(DifferentiableFunction function,
                                            double[] direction,
                                            LineSearchResult lsr)

doLineSearch

public static LineSearchResult doLineSearch(DifferentiableFunction function,
                                            double[] direction,
                                            LineSearchResult lsr,
                                            boolean verbose)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.