|
||
|
ADMAT 2.0
Many scientific computing tasks require the repeated computation of derivatives. Hand-coding of derivative functions can be tedious, complex, and error-prone. Moreover, the computation of first and second derivatives, and sometimes the Newton step, is often a dominant step in a scientific computing code. Derivative approximations such as finite-differencing involve additional errors and heuristic choice of parameters. This toolbox is designed to help a MATLAB user compute first and second derivatives and related structures efficiently, accurately, and automatically. ADMAT 2.0 employs many sophisticated techniques such as exploiting sparsity and structure to achieve high efficiency in computing derivative structures including gradients, Jacobians, and Hessians. Moreover, ADMAT 2.0 can directly calculate Newton steps for nonlinear systems, often with great efficiency. A MATLAB user needs only to provide an M-file that evaluates a smooth nonlinear objective function at a given point. On request and when appropriate, ADMAT 2.0 will evaluate the Jacobian matrix (for which the gradient is a special case), the Hessian matrix, and possibly the Newton step in addition to the evaluation of the objective function at the given point. There is no need for the user to provide code for derivative calculation or an approximation scheme. We currently offer two versions of ADMAT
2.0:
1. ADMAT 2.0 Professional. To license this product from us, please click here. You may try this software free of charge for a period of three weeks. To request a trial version of this software, please click here. 2. ADMAT 2.0 Student.
To license this product from us, please click here. You may try this software for a period of three weeks. To request a trial version of this software, please click here.
You may click here to obtain a brief guide for using ADMAT 2.0 Professional and/or a brief guide for using ADMAT 2.0 Student.
ADMAT 2.0 Professional
includes the following functionalities: 1. Forward mode for first order derivative computation 2. Reverse mode for first order derivative computation 3. Mechanisms and procedures for combining automatic differentiation of M-files with the finite differencing approximation for MEX files 4. Efficient evaluation of sparse Jacobians and sparse Hessians 5. Computation of the sparsity structure of Jacobians and Hessians 6. A template design for the efficient calculation of ‘structured’ Jacobian and Hessian matrices 7. Efficient direct computation of Newton steps while avoiding the full computation of the Jacobian and/or Hessian matrix when appropriate 8. Supporting the MATLAB Optimization Toolbox with ADMAT 9. Supporting 1-D MATLAB interpolation function with ADMAT ADMAT 2.0 Student has only the first three
functionalities of ADMAT 2.0 Professional -- Forward mode for first order
derivative computation, Reverse mode for first order derivative computation, Mechanisms
and procedures for combining automatic differentiation of M-files with the finite differencing approximation for MEX files
(for C and Fortran subfunctions).
|
||
|
|