Modules

ModuleSource FileDescription
conmin_module conmin.F90

CONMIN is a Fortran package for the solution of linear or nonlinear constrained optimization problems. The basic optimization algorithm is the Method of Feasible Directions. The user must provide a main calling program and an external routine to evaluate the objective and constraint functions and to provide gradient information. If analytic gradients of the objective or constraint functions are not available, this information is calculated by finite difference. While the program is intended primarily for efficient solution of constrained problems, unconstrained function minimization problems may also be solved, and the conjugate direction method of Fletcher and Reeves is used for this purpose.

Read more…
module~~graph~~ModuleGraph module~conmin_module conmin_module iso_fortran_env iso_fortran_env module~conmin_module->iso_fortran_env
Help