A directory with the
MATLAB software for the regularization from the above thesis of Oleg
Grodzevich. (See the demo file -- but you will need the Hansen
package for this demo file.)
The dll files are available for Windows MATLAB.
A directory with the
MATLAB
software for the trust region subproblem related to the above thesis of Charles Fortin.
Two popular methods for unconstrained
minimization are: Trust Region
methods and Quasi-Newton methods.
Trust
Region Subproblems consist in minimizing a quadratic function
subject to a quadratic constraint. This
directory
contains programs for solving the trust region subproblem. This routine
is in MATLAB. It uses the MATLAB eigs function, i.e.,
it finds the smallest eigenvalue using the Lanczos algorithm.
This program can solve large sparse problems very quickly. The research
report is available.
Also available are two related research reports: Indefinite
trust region subproblems provide characterizations of
optimality and relations to perturbed eigenvalue problems for
the case where both the objective and constraint can be indefinite;
HQP
is
a solver for nonlinearly constrained large-scale optimization.
FSQP
is
a code for Feasible Sequential Quadratic Programming.
A
reading course on nonlinear programming was
held during Fall 1995, in C & O at Waterloo.
We read the book on
Nonlinear
Programming by Dimitri P. Bertsekas.
FAQ
(frequently asked questions) on nonlinear programming.