<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.1.6.10.10.2 $ $Date: 2005/01/16 02:28:37 $ -->

<toc version="1.0">

<tocitem target="optim_product_page.html" image="$toolbox/matlab/icons/book_mat.gif">Optimization Toolbox

<tocitem target="getting_.html" image="$toolbox/matlab/icons/greencircleicon.gif">Getting Started
    <tocitem target="getting2.html#7385">What Is the Optimization Toolbox?</tocitem>
    <tocitem target="getting3.html#6099">Optimization Example
        <tocitem target="getting4.html#7445">The Problem</tocitem>
        <tocitem target="getting5.html#6067">Setting Up the Problem</tocitem>
        <tocitem target="gettin6a.html#6351">Finding the Solution</tocitem>
        <tocitem target="gettin7a.html#7018">More Examples</tocitem>
    </tocitem>
</tocitem>
<tocitem target="optim_example_index.html" image="$toolbox/matlab/icons/demoicon.gif">Examples</tocitem>
<tocitem target="tutorial.html" image="$toolbox/matlab/icons/pagesicon.gif">Tutorial
    <tocitem target="tutoria2.html#78658">Introduction
        <tocitem target="tutoria3.html#33921">Problems Covered by the Toolbox</tocitem>
        <tocitem target="tutoria4.html#29943">Using the Optimization Functions</tocitem>
        <tocitem target="tutoria5.html#75817">Medium- and Large-Scale Algorithms</tocitem>
    </tocitem>
    <tocitem target="tutoria6.html#19096">Examples That Use Standard Algorithms
        <tocitem target="tutoria7.html#25828">Unconstrained Minimization Example</tocitem>
        <tocitem target="tutoria8.html#10912">Nonlinear Inequality Constrained Example</tocitem>
        <tocitem target="tutoria9.html#10960">Constrained Example with Bounds</tocitem>
        <tocitem target="tutori10.html#11004">Constrained Example with Gradients</tocitem>
        <tocitem target="tutori11.html#11061">Gradient Check: Analytic Versus Numeric</tocitem>
        <tocitem target="tutori12.html#11071">Equality Constrained Example</tocitem>
        <tocitem target="tutori13.html#42372">Maximization</tocitem>
        <tocitem target="tutori13.html#11119">Greater-Than-Zero Constraints</tocitem>
        <tocitem target="tutori14.html#78821">Avoiding Global Variables via Anonymous and Nested Functions</tocitem>
        <tocitem target="tutori15.html#52557">Nonlinear Equations with Analytic Jacobian</tocitem>
        <tocitem target="tutori16.html#52648">Nonlinear Equations with Finite-Difference Jacobian</tocitem>
        <tocitem target="tutori17.html#11157">Multiobjective Examples</tocitem>
    </tocitem>
    <tocitem target="tutori18.html#39857">Large-Scale Examples
        <tocitem target="tutori19.html#34118">Problems Covered by Large-Scale Methods</tocitem>
        <tocitem target="tutori20.html#11440">Nonlinear Equations with Jacobian</tocitem>
        <tocitem target="tutori21.html#11658">Nonlinear Equations with Jacobian Sparsity Pattern</tocitem>
        <tocitem target="tutori22.html#14925">Nonlinear Least-Squares with Full Jacobian Sparsity Pattern</tocitem>
        <tocitem target="tutori23.html#12003">Nonlinear Minimization with Gradient and Hessian</tocitem>
        <tocitem target="tutori24.html#12018">Nonlinear Minimization with Gradient and Hessian Sparsity Pattern</tocitem>
        <tocitem target="tutori25.html#15403">Nonlinear Minimization with Bound Constraints and Banded Preconditioner</tocitem>
        <tocitem target="tutori26.html#16303">Nonlinear Minimization with Equality Constraints</tocitem>
        <tocitem target="tutori27.html#84047">Nonlinear Minimization with a Dense but Structured Hessian and Equality Constraints</tocitem>
        <tocitem target="tutori28.html#36247">Quadratic Minimization with Bound Constraints</tocitem>
        <tocitem target="tutori29.html#34755">Quadratic Minimization with a Dense but Structured Hessian</tocitem>
        <tocitem target="tutori30.html#26715">Linear Least-Squares with Bound Constraints</tocitem>
        <tocitem target="tutori31.html#94932">Linear Programming with Equalities and Inequalities</tocitem>
        <tocitem target="tutori32.html#18266">Linear Programming with Dense Columns in the Equalities</tocitem>
    </tocitem>
    <tocitem target="tutori33.html#12471">Default Options Settings
        <tocitem target="tutori34.html#12658">Changing the Default Settings</tocitem>
    </tocitem>
    <tocitem target="tutori35.html#12687">Displaying Iterative Output
        <tocitem target="tutori35.html#89451">Most Common Output Headings</tocitem>
        <tocitem target="tutori36.html#92519">Function-Specific Output Headings</tocitem>
    </tocitem>
    <tocitem target="tutori37.html#12752">Calling an Output Function Iteratively
        <tocitem target="tutori38.html#88506">What the Example Does</tocitem>
        <tocitem target="tutori39.html#87992">The Output Function</tocitem>
        <tocitem target="tutori40.html#68014">Creating the M-File for the Example</tocitem>
        <tocitem target="tutori41.html#68979">Running the Example</tocitem>
    </tocitem>
    <tocitem target="tutori42.html#67947">Optimizing Anonymous Functions Instead of M-Files</tocitem>
    <tocitem target="tutori43.html#12775">Typical Problems and How to Deal with Them</tocitem>
    <tocitem target="tutori44.html#18654">Selected Bibliography</tocitem>
</tocitem>
<tocitem target="tutoriaa.html" image="$toolbox/matlab/icons/pagesicon.gif">Standard Algorithms
    <tocitem target="tutori2b.html#33771">Optimization Overview</tocitem>
    <tocitem target="tutori3b.html#130">Unconstrained Optimization
        <tocitem target="tutori4b.html#137">Quasi-Newton Methods</tocitem>
        <tocitem target="tutori5b.html#15468">Line Search</tocitem>
    </tocitem>
    <tocitem target="tutori6b.html#166">Quasi-Newton Implementation
        <tocitem target="tutori7b.html#171">Hessian Update</tocitem>
        <tocitem target="tutori8b.html#175">Line Search Procedures</tocitem>
    </tocitem>
    <tocitem target="tutori9b.html#189">Least-Squares Optimization
        <tocitem target="tutor10b.html#199">Gauss-Newton Method</tocitem>
        <tocitem target="tutor11b.html#204">Levenberg-Marquardt Method</tocitem>
        <tocitem target="tutor12b.html#208">Nonlinear Least-Squares Implementation</tocitem>
    </tocitem>
    <tocitem target="tutor13b.html#45514">Nonlinear Systems of Equations
        <tocitem target="tutor13b.html#51788">Gauss-Newton Method</tocitem>
        <tocitem target="tutor13b.html#51887">Trust-Region Dogleg Method</tocitem>
        <tocitem target="tutor14b.html#50873">Nonlinear Equations Implementation</tocitem>
    </tocitem>
    <tocitem target="tutor15b.html#51152">Constrained Optimization
        <tocitem target="tutor16b.html#26622">Sequential Quadratic Programming (SQP)</tocitem>
        <tocitem target="tutor17b.html#26633">Quadratic Programming (QP) Subproblem</tocitem>
        <tocitem target="tutor18b.html#26684">SQP Implementation</tocitem>
        <tocitem target="tutor19b.html#53423">Simplex Algorithm</tocitem>
    </tocitem>
    <tocitem target="tutor20b.html#27003">Multiobjective Optimization
        <tocitem target="tutor21b.html#27013">Introduction</tocitem>
        <tocitem target="tutor22d.html#27308">Goal Attainment Method</tocitem>
        <tocitem target="tutor23d.html#27422">Algorithm Improvements for Goal Attainment Method</tocitem>
    </tocitem>
    <tocitem target="tutor24d.html#27496">Selected Bibliography</tocitem>
</tocitem>
<tocitem target="tutoriab.html" image="$toolbox/matlab/icons/pagesicon.gif">Large-Scale Algorithms
    <tocitem target="tutori2d.html#3137">Trust-Region Methods for Nonlinear Minimization</tocitem>
    <tocitem target="tutori3d.html#3329">Preconditioned Conjugate Gradients</tocitem>
    <tocitem target="tutori4d.html#3395">Linearly Constrained Problems
        <tocitem target="tutori5d.html#3397">Linear Equality Constraints</tocitem>
        <tocitem target="tutori6d.html#3477">Box Constraints</tocitem>
    </tocitem>
    <tocitem target="tutori7d.html#3642">Nonlinear Least-Squares</tocitem>
    <tocitem target="tutori8d.html#3681">Quadratic Programming</tocitem>
    <tocitem target="tutori9d.html#3691">Linear Least-Squares</tocitem>
    <tocitem target="tutor10d.html#3708">Large-Scale Linear Programming
        <tocitem target="tutor11d.html#3722">Main Algorithm</tocitem>
        <tocitem target="tutor12d.html#3861">Preprocessing</tocitem>
    </tocitem>
    <tocitem target="tutor13d.html#3872">Selected Bibliography</tocitem>
</tocitem>
<tocitem target="ref_intr.html" image="$toolbox/matlab/icons/reficon.gif">Functions -- Categorical List
    <tocitem target="ref_int2.html#3204">Minimization</tocitem>
    <tocitem target="ref_int2.html#2586">Equation Solving</tocitem>
    <tocitem target="ref_int2.html#1974">Least Squares (Curve Fitting)</tocitem>
    <tocitem target="ref_int2.html#1998">Utility</tocitem>
    <tocitem target="ref_int2.html#2617">Demos of Large-Scale Methods</tocitem>
    <tocitem target="ref_int2.html#4702">Demos of Medium-Scale Methods</tocitem>
</tocitem>
<tocitem target="ref_int3.html" image="$toolbox/matlab/icons/reficon.gif">Function Arguments
    <tocitem target="ref_int4.html#10386">Input Arguments</tocitem>
    <tocitem target="ref_int5.html#18603">Output Arguments</tocitem>
</tocitem>
<tocitem target="ref_int6.html" image="$toolbox/matlab/icons/reficon.gif">Optimization Options
    <tocitem target="ref_int7.html#11022">Output Function</tocitem>
</tocitem>
<tocitem target="optimiza.html" image="$toolbox/matlab/icons/reficon.gif">Functions -- Alphabetical List</tocitem>


<tocitem target="rn/optim.html" image="$toolbox/matlab/icons/notesicon.gif">Release Notes

<tocitem target="rn/optim14sp1_3-0-1.html">Optimization Toolbox 3.0.1 Release Notes
    <tocitem target="rn/optim14sp1_3-0-1.html#51930">Major Bug Fixes</tocitem>
</tocitem>
<tocitem target="rn/optim14_3-0.html">Optimization Toolbox 3.0 Release Notes
    <tocitem target="rn/optim14_3-0.html#7373">New Features
        <tocitem target="rn/optim14_3-0.html#53109">Binary Integer Programming</tocitem>
        <tocitem target="rn/optim14_3-0.html#53135">New Medium Scale Algorithm for fminunc</tocitem>
        <tocitem target="rn/optim14_3-0.html#53347">Output hessian Now Returns Finite-Difference Approximation</tocitem>
        <tocitem target="rn/optim14_3-0.html#53156">New Values for exitflag</tocitem>
        <tocitem target="rn/optim14_3-0.html#53171">New Field for Output Argument</tocitem>
        <tocitem target="rn/optim14_3-0.html#53260">New Option FunValCheck</tocitem>
        <tocitem target="rn/optim14_3-0.html#53355">New Way to Provide Parameters to Functions Called by Optimization Functions</tocitem>
    </tocitem>
    <tocitem target="rn/optim14_3-02.html#51930">Major Bug Fixes</tocitem>
</tocitem>
<tocitem target="rn/optim13+_2-3.html">Optimization Toolbox 2.3 Release Notes
    <tocitem target="rn/optim13+_2-3.html#7373">New Features
        <tocitem target="rn/optim13+_2-3.html#52053">Output Function</tocitem>
        <tocitem target="rn/optim13+_2-3.html#53056">Revised Simplex Algorithm</tocitem>
        <tocitem target="rn/optim13+_2-3.html#53113">DerivativeCheck Option</tocitem>
    </tocitem>
    <tocitem target="rn/optim13+_2-32.html#51930">Major Bug Fixes</tocitem>
</tocitem>
<tocitem target="rn/optim13.html">Optimization Toolbox 2.2 Release Notes
    <tocitem target="rn/optim13.html#7373">New Features
        <tocitem target="rn/optim13.html#52053">New fsolve Default Algorithm</tocitem>
        <tocitem target="rn/optim13.html#52157">Function Summary</tocitem>
    </tocitem>
    <tocitem target="rn/optim132.html#51930">Major Bug Fixes</tocitem>
    <tocitem target="rn/optim133.html#51939">Upgrading from an Earlier Release
        <tocitem target="rn/optim133.html#52137">fsolve Now Defaults to New Medium-Scale Method</tocitem>
        <tocitem target="rn/optim133.html#51864">Use playshow Command to Run Slideshow Style Demos</tocitem>
    </tocitem>
</tocitem>
<tocitem target="rn/optim12-1.html">Optimization Toolbox 2.1.1 Release Notes
    <tocitem target="rn/optim12-1.html#7373">New Features
        <tocitem target="rn/optim12-1.html#20467">Support for Large Problems that Are Not Well-Scaled</tocitem>
    </tocitem>
    <tocitem target="rn/optim12-12.html#20370">Major Bug Fixes</tocitem>
    <tocitem target="rn/optim12-13.html#20255">Upgrading from an Earlier Release</tocitem>
</tocitem>
<tocitem target="rn/optim12.html">Optimization Toolbox 2.1 Release Notes
    <tocitem target="rn/optim12.html#7373">New Features
        <tocitem target="rn/optim12.html#19748">Toolbox Speed</tocitem>
        <tocitem target="rn/optim12.html#19750">Function Handles</tocitem>
        <tocitem target="rn/optim12.html#19756">Large Structured Problems</tocitem>
        <tocitem target="rn/optim12.html#19938">Functions with New or Changed Capabilities</tocitem>
    </tocitem>
    <tocitem target="rn/optim122.html#20370">Major Bug Fixes</tocitem>
    <tocitem target="rn/optim123.html#20255">Upgrading from an Earlier Release</tocitem>
</tocitem>

</tocitem>
<tocitem target="optim_product_page.html" image="$toolbox/matlab/icons/pdficon.gif">Printable Documentation (PDF)</tocitem>
<tocitem target="http://www.mathworks.com/products/optimization/" image="$toolbox/matlab/icons/webicon.gif">Product Page (Web)</tocitem>

</tocitem>
</toc>
