Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
build | 2014-02-04 | 329 Bytes | |
README | 2013-07-18 | 582 Bytes | |
Rosenbrock.out | 2013-07-17 | 362.8 kB | |
fun.f90 | 2013-07-17 | 11.5 kB | |
namelist.inputs | 2013-07-17 | 184 Bytes | |
qnmdriver3.f90 | 2013-07-17 | 4.2 kB | |
eachstep2.f90 | 2013-07-12 | 3.4 kB | |
Totals: 7 Items | 382.9 kB | 0 |
QNMDRIVER3 provides a framework for performing a sequence of (possibly related) unconstrained optimizations. A new application should be able to confine its specifics to fun.f90. See /qnmdriver2/qnmdriver2.f90 for the earlier single- optimization case. Repeating of the function call at the end of a line search has been restored, as described in QNMDIF2 for ncall = -2/ientry = 1 usage. This version of QNMDRIVER3 has also been translated to Fortran 90, as has the EACHSTEP2 routine. See also the NPOPT_DRIVER framework for performing a sequence of constrained optimizations.