-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.aux
149 lines (149 loc) · 8.94 KB
/
main.aux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{toc}{\contentsline {chapter}{Declaration of Authorship}{i}{dummy.1}}
\@writefile{toc}{\vspace {1em}}
\@writefile{toc}{\contentsline {chapter}{Abstract}{ii}{dummy.2}}
\@writefile{toc}{\vspace {1em}}
\@writefile{toc}{\contentsline {chapter}{Acknowledgements}{iii}{dummy.3}}
\@writefile{toc}{\vspace {1em}}
\@writefile{toc}{\contentsline {chapter}{Contents}{iv}{dummy.4}}
\@writefile{toc}{\contentsline {chapter}{List of Figures}{vi}{dummy.6}}
\@writefile{toc}{\contentsline {chapter}{List of Tables}{vii}{dummy.8}}
\citation{lbfgsboriginal}
\citation{Broyden,Fletcher,Goldfarb,Shanno}
\citation{MR572855}
\citation{lbfgsbsoftware}
\citation{lbfgsbNS}
\@writefile{toc}{\vspace {2em}}
\@writefile{toc}{\contentsline {chapter}{\numberline {1}Introduction}{1}{chapter.10}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{loa}{\addvspace {10\p@ }}
\newlabel{Chapter1}{{1}{1}{Introduction}{chapter.10}{}}
\newlabel{mainproblem}{{1.1}{1}{Introduction}{equation.11}{}}
\citation{lbfgsbsoftware,codepaper}
\citation{nocedal}
\citation{nocedal}
\citation{overtonlewis}
\@writefile{toc}{\contentsline {chapter}{\numberline {2}L-BFGS-B}{3}{chapter.12}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{loa}{\addvspace {10\p@ }}
\newlabel{ChapterConstraints}{{2}{3}{L-BFGS-B}{chapter.12}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.1}BFGS}{3}{section.13}}
\newlabel{bfgsupdate}{{2.1}{3}{BFGS}{equation.15}{}}
\citation{gradproj1,gradproj2}
\@writefile{toc}{\contentsline {section}{\numberline {2.2}L-BFGS}{4}{section.16}}
\@writefile{toc}{\contentsline {section}{\numberline {2.3}L-BFGS-B}{4}{section.18}}
\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.1}Gradient Projection}{4}{subsection.19}}
\newlabel{gp}{{2.3.1}{4}{Gradient Projection}{subsection.19}{}}
\newlabel{themodel}{{2.3}{5}{Gradient Projection}{equation.21}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.2}Subspace Minimization}{5}{subsection.23}}
\@writefile{lof}{\contentsline {figure}{\numberline {2.1}{\ignorespaces Graphical Representation of Gradient Projection}}{6}{figure.caption.22}}
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
\newlabel{caja}{{2.1}{6}{Graphical Representation of Gradient Projection}{figure.caption.22}{}}
\citation{MR1855221}
\citation{nocedal}
\citation{nocedal}
\@writefile{toc}{\contentsline {chapter}{\numberline {3}Modifications to the L-BFGS-B Algorithm}{7}{chapter.25}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{loa}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {3.1}The Armijo and Wolfe conditions}{7}{section.26}}
\newlabel{Wolfeconditions}{{3.1}{7}{The Armijo and Wolfe conditions}{section.26}{}}
\newlabel{armijocondition}{{3.1}{7}{The Armijo and Wolfe conditions}{equation.27}{}}
\newlabel{strogWolfeq}{{3.2}{7}{The Armijo and Wolfe conditions}{equation.29}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {3.1}{\ignorespaces Representation of the Armijo Condition in a Nutshell}}{8}{figure.caption.28}}
\newlabel{armijograph}{{3.1}{8}{Representation of the Armijo Condition in a Nutshell}{figure.caption.28}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {3.2}{\ignorespaces The Idea behind the Wolfe Condition}}{8}{figure.caption.30}}
\newlabel{Wolfefigure}{{3.2}{8}{The Idea behind the Wolfe Condition}{figure.caption.30}{}}
\citation{nocedal}
\citation{lbfgsbsoftware}
\citation{overtonlewis}
\citation{hanso}
\@writefile{toc}{\contentsline {section}{\numberline {3.2}The Line Search Methodology}{9}{section.32}}
\@writefile{toc}{\contentsline {section}{\numberline {3.3}The Termination Condition}{9}{section.33}}
\newlabel{terminator}{{3.3}{9}{The Termination Condition}{section.33}{}}
\citation{overtonlewis}
\citation{overtonlewis}
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.1}Termination Condition Sub-algorithm}{10}{subsection.34}}
\newlabel{quadraticproblem}{{3.4}{10}{Termination Condition Sub-algorithm}{equation.35}{}}
\citation{skajaa}
\citation{nocedal}
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.2}The Solution of the Quadratic Program}{11}{subsection.36}}
\citation{lbfgsbNS}
\@writefile{toc}{\contentsline {chapter}{\numberline {4}Experimental Results}{12}{chapter.37}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{loa}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {4.1}Exit Messages}{12}{section.40}}
\citation{rosenbrock}
\@writefile{toc}{\contentsline {section}{\numberline {4.2}Modified Rosenbrock Function}{13}{section.42}}
\newlabel{ros}{{4.2}{13}{Modified Rosenbrock Function}{section.42}{}}
\newlabel{modifiedrosenbrock}{{4.1}{13}{Modified Rosenbrock Function}{equation.43}{}}
\newlabel{firstderiv}{{4.2}{14}{Modified Rosenbrock Function}{equation.45}{}}
\newlabel{secondderiv}{{4.3}{14}{Modified Rosenbrock Function}{equation.46}{}}
\@writefile{lot}{\contentsline {table}{\numberline {4.1}{\ignorespaces Modified Rosenbrock with $p = 2$}}{15}{table.caption.49}}
\newlabel{pequal2}{{4.1}{15}{Modified Rosenbrock with $p = 2$}{table.caption.49}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2.1}Performance of \texttt {L-BFGS-B} and \texttt {L-BFGS-B-NS} on the Modified Rosenbrock Function}{15}{subsection.50}}
\@writefile{lot}{\contentsline {table}{\numberline {4.2}{\ignorespaces Modified Rosenbrock with $p = 1$}}{16}{table.caption.51}}
\newlabel{pequal1merged}{{4.2}{16}{Modified Rosenbrock with $p = 1$}{table.caption.51}{}}
\@writefile{lot}{\contentsline {table}{\numberline {4.3}{\ignorespaces Number of algorithm Iterations Changing $p$}}{16}{table.caption.52}}
\newlabel{pmtable}{{4.3}{16}{Number of algorithm Iterations Changing $p$}{table.caption.52}{}}
\@writefile{lot}{\contentsline {table}{\numberline {4.4}{\ignorespaces A value where \texttt {L-BFGS-B-NS} is supposed to fail. $p = 0.999$}}{17}{table.caption.53}}
\newlabel{p0999}{{4.4}{17}{A value where \texttt {L-BFGS-B-NS} is supposed to fail. $p = 0.999$}{table.caption.53}{}}
\@writefile{lot}{\contentsline {table}{\numberline {4.5}{\ignorespaces A value where \texttt {L-BFGS-B-NS} is supposed to fail. $p = 0.99$}}{17}{table.caption.54}}
\newlabel{p099}{{4.5}{17}{A value where \texttt {L-BFGS-B-NS} is supposed to fail. $p = 0.99$}{table.caption.54}{}}
\@writefile{lot}{\contentsline {table}{\numberline {4.6}{\ignorespaces A value where \texttt {L-BFGS-B-NS} is supposed to fail. $p = 0.9$}}{17}{table.caption.55}}
\newlabel{p09}{{4.6}{17}{A value where \texttt {L-BFGS-B-NS} is supposed to fail. $p = 0.9$}{table.caption.55}{}}
\citation{overtonlewis}
\citation{lbfgsbNS}
\@writefile{toc}{\contentsline {chapter}{\numberline {A}Running \texttt {L-BFGS-B-NS}}{19}{appendix.57}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{loa}{\addvspace {10\p@ }}
\newlabel{AppendixA}{{A}{19}{Running \texttt {L-BFGS-B-NS}}{appendix.57}{}}
\@writefile{toc}{\contentsline {section}{\numberline {A.1}Running tests in local machines}{19}{section.58}}
\@writefile{lol}{\contentsline {lstlisting}{runbatch.sh}{19}{lstlisting.65}}
\@writefile{toc}{\contentsline {section}{\numberline {A.2}Running on High Performance Computer Clusters}{20}{section.86}}
\@writefile{lol}{\contentsline {lstlisting}{precision1d6.pbs}{20}{lstlisting.87}}
\@writefile{toc}{\contentsline {section}{\numberline {A.3}Specifying the Function and the Gradient}{21}{section.122}}
\@writefile{toc}{\vspace {2em}}
\bibstyle{alpha}
\bibdata{Bibliography}
\bibcite{lbfgsboriginal}{{BLNZ95}{}{{}}{{}}}
\bibcite{Broyden}{{Bro70}{}{{}}{{}}}
\bibcite{gradproj1}{{CGT88}{}{{}}{{}}}
\bibcite{Fletcher}{{Fle70}{}{{}}{{}}}
\bibcite{Goldfarb}{{Gol70}{}{{}}{{}}}
\bibcite{lbfgsbNS}{{Hen14}{}{{}}{{}}}
\bibcite{MR1855221}{{LF01}{}{{}}{{}}}
\bibcite{overtonlewis}{{LO13}{}{{}}{{}}}
\bibcite{gradproj2}{{MT89}{}{{}}{{}}}
\bibcite{MR572855}{{Noc80}{}{{}}{{}}}
\bibcite{nocedal}{{NW99}{}{{}}{{}}}
\bibcite{hanso}{{OS12}{}{{}}{{}}}
\@writefile{toc}{\contentsline {chapter}{Bibliography}{22}{dummy.137}}
\newlabel{Bibliography}{{7}{22}{Specifying the Function and the Gradient}{dummy.137}{}}
\bibcite{rosenbrock}{{Ros61}{}{{}}{{}}}
\bibcite{Shanno}{{Sha70}{}{{}}{{}}}
\bibcite{skajaa}{{Ska10}{}{{}}{{}}}
\bibcite{codepaper}{{ZBLN97}{}{{}}{{}}}
\bibcite{lbfgsbsoftware}{{ZBNM11}{}{{}}{{}}}
\providecommand\NAT@force@numbers{}\NAT@force@numbers