Documentation of 'org.ddogleg.optimization.funcs.EvalFuncDodcfg' Java class
EvalFuncDodcfg
org.ddogleg.optimization.funcs

Class EvalFuncDodcfg

  • All Implemented Interfaces:
    EvalFuncMinimization


    public class EvalFuncDodcfg
    extends java.lang.Object
    implements EvalFuncMinimization
    Test function for large scale unconstrained minimization.
         This subroutine computes the function and gradient of the
         optimal design with composite materials problem.
    
         MINPACK-2 Project. November 1993.
         Argonne National Laboratory and University of Minnesota.
         Brett M. Averick.
     
    • Constructor Summary

      Constructors 
      Constructor and Description
      EvalFuncDodcfg(int nx, int ny, double lambda) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double computeStuff(boolean feval, boolean geval, double[] x, double[] fgrad) 
      double dodcps(double t, double mu1, double mu2, double t1, double t2, int option, double lambda)
      This subroutine computes the function psi(t) and the scaled functions psi'(t)/t and psi''(t)/t for the optimal design with composite materials problem.
      FunctionNtoS getFunction() 
      FunctionNtoN getGradient() 
      double[] getInitial() 
      double getMinimum() 
      double[] getOptimal() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EvalFuncDodcfg

        public EvalFuncDodcfg(int nx,
                              int ny,
                              double lambda)
    • Method Detail

      • computeStuff

        public double computeStuff(boolean feval,
                                   boolean geval,
                                   double[] x,
                                   double[] fgrad)
      • dodcps

        public double dodcps(double t,
                             double mu1,
                             double mu2,
                             double t1,
                             double t2,
                             int option,
                             double lambda)
        This subroutine computes the function psi(t) and the scaled functions psi'(t)/t and psi''(t)/t for the optimal design with composite materials problem.
        Parameters:
        t -
        mu1 -
        mu2 -
        t1 -
        t2 -
        option -
        lambda -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.