Documentation of 'joptima.Minimizer' Java class
Minimizer
joptima

Class Minimizer

  • All Implemented Interfaces:
    Uncmin_methods


    public class Minimizer
    extends java.lang.Object
    implements Uncmin_methods
    An object-oriented wrapper for UNCMIN Fortran-oid multi-variable function minimization routines. All the 1980's-paradigm ugliness is encapsulated within this class. If it ain't broken, don't fix it... :)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double f_to_minimize(double[] x) 
      void gradient(double[] x, double[] g) 
      void hessian(double[] x, double[][] h) 
      void minimize() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.