Skip to content

Commit 1cbf6d3

Browse files
committed
Fixed formatting of references
1 parent a3b0c4b commit 1cbf6d3

15 files changed

+24
-51
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Py-BOBYQA is a flexible package for solving bound-constrained general objective
1818

1919
More details about Py-BOBYQA can be found in our papers:
2020

21-
1. C. Cartis, J. Fiala, B. Marteau and L. Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
22-
2. C. Cartis, L. Roberts and O. Sheridan-Methven, `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
21+
1. Coralia Cartis, Jan Fiala, Benjamina Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
22+
2. Coralia Cartis, Lindon Roberts and Oliver Sheridan-Methven, `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
2323

2424
Please cite [1] when using Py-BOBYQA for local optimization, and [1,2] when using Py-BOBYQA's global optimization heuristic functionality. For reproducibility of all figures, please feel free to contact the authors.
2525

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ References
7979
----------
8080

8181
.. [CFMR2018]
82-
C. Cartis, J. Fiala, B. Marteau and L. Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
82+
Coralia Cartis, Jan Fiala, Benjamin Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
8383

docs/build/html/_sources/advanced.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ References
7979
----------
8080

8181
.. [CFMR2018]
82-
C. Cartis, J. Fiala, B. Marteau and L. Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
82+
Coralia Cartis, Jan Fiala, Benjamin Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
8383

docs/build/html/_sources/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ That is, Py-BOBYQA solves
2323
2424
Full details of the Py-BOBYQA algorithm are given in our papers:
2525

26-
1. C. Cartis, J. Fiala, B. Marteau and L. Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
27-
2. C. Cartis, L. Roberts and O. Sheridan-Methven, `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
26+
1. Coralia Cartis, Jan Fiala, Benjamin Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
27+
2. Coralia Cartis, Lindon Roberts and Oliver Sheridan-Methven, `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
2828

2929
Please cite [1] when using Py-BOBYQA for local optimization, and [1,2] when using Py-BOBYQA's global optimization heuristic functionality **(new in v1.1!)**.
3030

docs/build/html/_sources/info.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ References
3737
----------
3838

3939
.. [CFMR2018]
40-
C. Cartis, J. Fiala, B. Marteau and L. Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
40+
Coralia Cartis, Jan Fiala, Benjamin Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
4141
4242
.. [Powell2009]
43-
M. J. D. Powell, `The BOBYQA algorithm for bound constrained optimization without derivatives <http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf>`_, technical report DAMTP 2009/NA06, University of Cambridge, (2009).
43+
Michael J. D. Powell, `The BOBYQA algorithm for bound constrained optimization without derivatives <http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf>`_, technical report DAMTP 2009/NA06, University of Cambridge, (2009).
4444

docs/build/html/_sources/userguide.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,6 @@ References
394394
----------
395395

396396
.. [CFMR2018]
397-
C. Cartis, J. Fiala, B. Marteau and L. Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
397+
Coralia Cartis, Jan Fiala, Benjamina Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
398398
.. [CRO2018]
399-
C. Cartis, L. Roberts and O. Sheridan-Methven, `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
399+
Coralia Cartis, Lindon Roberts and Oliver Sheridan-Methven, `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).

docs/build/html/advanced.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
269269
<table class="docutils citation" frame="void" id="cfmr2018" rules="none">
270270
<colgroup><col class="label" /><col /></colgroup>
271271
<tbody valign="top">
272-
<tr><td class="label"><a class="fn-backref" href="#id1">[CFMR2018]</a></td><td><ol class="first last upperalpha simple" start="3">
273-
<li>Cartis, J. Fiala, B. Marteau and L. Roberts, <a class="reference external" href="https://arxiv.org/abs/1804.00154">Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers</a>, technical report, University of Oxford, (2018).</li>
274-
</ol>
275-
</td></tr>
272+
<tr><td class="label"><a class="fn-backref" href="#id1">[CFMR2018]</a></td><td>Coralia Cartis, Jan Fiala, Benjamin Marteau and Lindon Roberts, <a class="reference external" href="https://arxiv.org/abs/1804.00154">Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers</a>, technical report, University of Oxford, (2018).</td></tr>
276273
</tbody>
277274
</table>
278275
</div>

docs/build/html/index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,8 @@ <h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a cl
172172
\text{s.t.} &amp;\quad a \leq x \leq b\end{split}\]</div>
173173
<p>Full details of the Py-BOBYQA algorithm are given in our papers:</p>
174174
<ol class="arabic simple">
175-
<li><ol class="first upperalpha" start="3">
176-
<li>Cartis, J. Fiala, B. Marteau and L. Roberts, <a class="reference external" href="https://arxiv.org/abs/1804.00154">Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers</a>, technical report, University of Oxford, (2018).</li>
177-
</ol>
178-
</li>
179-
<li><ol class="first upperalpha" start="3">
180-
<li>Cartis, L. Roberts and O. Sheridan-Methven, <a class="reference external" href="https://arxiv.org/abs/1812.11343">Escaping local minima with derivative-free methods: a numerical investigation</a>, technical report, University of Oxford, (2018).</li>
181-
</ol>
182-
</li>
175+
<li>Coralia Cartis, Jan Fiala, Benjamin Marteau and Lindon Roberts, <a class="reference external" href="https://arxiv.org/abs/1804.00154">Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers</a>, technical report, University of Oxford, (2018).</li>
176+
<li>Coralia Cartis, Lindon Roberts and Oliver Sheridan-Methven, <a class="reference external" href="https://arxiv.org/abs/1812.11343">Escaping local minima with derivative-free methods: a numerical investigation</a>, technical report, University of Oxford, (2018).</li>
183177
</ol>
184178
<p>Please cite [1] when using Py-BOBYQA for local optimization, and [1,2] when using Py-BOBYQA’s global optimization heuristic functionality <strong>(new in v1.1!)</strong>.</p>
185179
<p>If you are interested in solving least-squares minimization problems, you may wish to try <a class="reference external" href="https://github.com/numericalalgorithmsgroup/dfols">DFO-LS</a>, which has the same features as Py-BOBYQA (plus some more), and exploits the least-squares problem structure, so performs better on such problems.</p>

docs/build/html/info.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -193,25 +193,13 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
193193
<table class="docutils citation" frame="void" id="cfmr2018" rules="none">
194194
<colgroup><col class="label" /><col /></colgroup>
195195
<tbody valign="top">
196-
<tr><td class="label"><a class="fn-backref" href="#id2">[CFMR2018]</a></td><td><ol class="first last upperalpha simple" start="3">
197-
<li>Cartis, J. Fiala, B. Marteau and L. Roberts, <a class="reference external" href="https://arxiv.org/abs/1804.00154">Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers</a>, technical report, University of Oxford, (2018).</li>
198-
</ol>
199-
</td></tr>
196+
<tr><td class="label"><a class="fn-backref" href="#id2">[CFMR2018]</a></td><td>Coralia Cartis, Jan Fiala, Benjamin Marteau and Lindon Roberts, <a class="reference external" href="https://arxiv.org/abs/1804.00154">Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers</a>, technical report, University of Oxford, (2018).</td></tr>
200197
</tbody>
201198
</table>
202199
<table class="docutils citation" frame="void" id="powell2009" rules="none">
203200
<colgroup><col class="label" /><col /></colgroup>
204201
<tbody valign="top">
205-
<tr><td class="label"><a class="fn-backref" href="#id1">[Powell2009]</a></td><td><ol class="first last upperalpha simple" start="13">
206-
<li><ol class="first upperalpha" start="10">
207-
<li><ol class="first upperalpha" start="4">
208-
<li>Powell, <a class="reference external" href="http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf">The BOBYQA algorithm for bound constrained optimization without derivatives</a>, technical report DAMTP 2009/NA06, University of Cambridge, (2009).</li>
209-
</ol>
210-
</li>
211-
</ol>
212-
</li>
213-
</ol>
214-
</td></tr>
202+
<tr><td class="label"><a class="fn-backref" href="#id1">[Powell2009]</a></td><td>Michael J. D. Powell, <a class="reference external" href="http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf">The BOBYQA algorithm for bound constrained optimization without derivatives</a>, technical report DAMTP 2009/NA06, University of Cambridge, (2009).</td></tr>
215203
</tbody>
216204
</table>
217205
</div>

0 commit comments

Comments
 (0)