[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module RMNG in PORT


RMNG

 
Reverse communication version of PORT's MNG. Finds a local minimum of a
continuously differentiable function. User supplies gradient of objective
function. Secant Hessian approximations are used. Uses a variant of Newton's
method with a quasi-Newton (BFGS) Hessian updating method, and a
model/trust-region technique to aid convergence from poor starting values.
 
Classes  :  G1b1b . Unconstrained optimization of a smooth multivariate
                  function, user provides first derivatives
 
Type     : Fortran subroutine in PORT library (NL2OPT sublibrary).
Access   : Proprietary. Many implementations available.
Precision: Single.
 
Usage    : CALL RMNG (D, FX, G, IV, LIV, LV, N, V, X)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of RMNG from PORT on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Single. (Double: DRMNG)
 
You may access components from NETLIB outside GAMS as follows.
 
   Source       : Available by anonymous ftp from netlib in the port
                  subdirectory
   Fullsource   : Available by http from netlib in the port subdirectory


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Sat Sep 20, 2008 at 05:33:24 UTC