1 |
\section{The line search optimisation algorithm |
\section{The line search optimisation algorithm |
2 |
\label{sectionoptim}} |
\label{sectionoptim}} |
3 |
|
\begin{rawhtml} |
4 |
|
<!-- CMIREDIR:lsearch_optim: --> |
5 |
|
\end{rawhtml} |
6 |
|
|
7 |
|
Author: Patrick Heimbach |
8 |
|
|
9 |
\subsection{General features} |
\subsection{General features} |
10 |
|
|
11 |
The line search algorithm is based on a quasi-Newton |
The line search algorithm is based on a quasi-Newton |
12 |
variable storage method which was implemented by |
variable storage method which was implemented by |
13 |
\cite{gil-mar:89}. |
\cite{gil-lem:89}. |
14 |
|
|
15 |
TO BE CONTINUED... |
TO BE CONTINUED... |
16 |
|
|
226 |
\newpage |
\newpage |
227 |
|
|
228 |
\begin{figure} |
\begin{figure} |
229 |
%\input{part8/lsopt_flow_1} |
%\input{s_ecco/text/lsopt_flow_1} |
230 |
{\scriptsize |
{\scriptsize |
231 |
\begin{verbatim} |
\begin{verbatim} |
232 |
lsopt_top |
lsopt_top |
287 |
\end{figure} |
\end{figure} |
288 |
|
|
289 |
\begin{figure} |
\begin{figure} |
290 |
%\input{part8/lsopt_flow_2} |
%\input{s_ecco/text/lsopt_flow_2} |
291 |
{\scriptsize |
{\scriptsize |
292 |
\begin{verbatim} |
\begin{verbatim} |
293 |
... ... |
... ... |
350 |
\end{figure} |
\end{figure} |
351 |
|
|
352 |
\begin{figure} |
\begin{figure} |
353 |
%\input{part8/lsopt_flow_3} |
%\input{s_ecco/text/lsopt_flow_3} |
354 |
{\scriptsize |
{\scriptsize |
355 |
\begin{verbatim} |
\begin{verbatim} |
356 |
... ... |
... ... |