Skip to content

Commit 9b6348e

Browse files
committed
Fixed BXNL doc
1 parent 2a581e5 commit 9b6348e

File tree

1 file changed

+11
-30
lines changed

1 file changed

+11
-30
lines changed

BXNL/Readme.md

Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,9 @@ and is also part of the [NAG Optimization Modelling Suite](https://www.nag.co.uk
1919

2020
Figure 1 shows an illustrative simple problem of data fitting ([more details](./orbit_ex/Readme.md)). The task is to find the optimal orbit path given a variety of measurements for which the orbit has to approximatly pass-by.
2121

22-
<!-- <div>
23-
<div style="float:left;">
24-
<img src="./images/est_orbit.png" width="50%" alt="Optimal orbit from data orbit measurements."/>
25-
</div>
26-
<div style="float:left;">
27-
<img src="./images/estw_orbit.png" width="50%" alt="Weighted optimal orbit from data orbit measurements."/>
28-
</div>
29-
</div> -->
30-
3122
<figure style="display:flex;">
32-
<img src="./images/est_orbit.png" width="50%" alt="Optimal orbit from data orbit measurements."/>
33-
<img src="./images/estw_orbit.png" width="50%" alt="Weighted optimal orbit from data orbit measurements."/>
23+
<img src="./images/est_orbit.png" alt="Optimal orbit from data orbit measurements."/>
24+
<img src="./images/estw_orbit.png" alt="Weighted optimal orbit from data orbit measurements."/>
3425
</figure>
3526

3627
**Figure 1.** Example of a NLLS orbital data fitting.
@@ -59,14 +50,10 @@ using as data the histogram heights. The NLLS solution provides the unfolded
5950
parameters for the two distributions (red and blue curves in right plot in Figure 2).
6051
Adding these together produces the green curve which is the one used to perform the fitting with.
6152

62-
<div>
63-
<div style="float:left;">
64-
<img src="./images/tracks.png" width="50%" alt="PADC etch track diameter histogram unfolding"/>
65-
</div>
66-
<div style="float:left;">
67-
<img src="./images/fig-unfolding.png" width="50%" alt="Experimental histogram of track diameter"/>
68-
</div>
69-
</div>
53+
<figure style="display:flex;">
54+
<img src="./images/tracks.png" alt="PADC etch track diameter histogram unfolding"/>
55+
<img src="./images/fig-unfolding.png" alt="Experimental histogram of track diameter"/>
56+
</figure>
7057

7158
**Figure 2.** Left: example of a PADC target with alpha
7259
particle etched tracks, wedges in red show the track diameter.
@@ -90,17 +77,11 @@ should present significant improvement for unconstrained or bound-constrained no
9077
least-squares solvers in the NAG Library and current users of [`e04gb`](https://www.nag.co.uk/numeric/nl/nagdoc_latest/flhtml/e04/e04gbf.html)
9178
are highly encourage to try out the new solver.
9279

93-
<div>
94-
<div style="float:left;">
95-
<img src="./images/b-ral_sif-e04gg-e04gb-NT.png" width="33%" alt="Performance Profile (time:seconds)"/>
96-
</div>
97-
<div style="float:left;">
98-
<img src="./images/b-ral_sif-e04gg-e04gb-NF.png" width="33%" alt="Performance Profile (number of function calls)"/>
99-
</div>
100-
<div style="float:left;">
101-
<img src="./images/b-ral_sif-e04gg-e04gb-NG.png" width="33%" alt="Performance Profile (number of gradient calls)"/>
102-
</div>
103-
</div>
80+
<figure style="display:flex;">
81+
<img src="./images/b-ral_sif-e04gg-e04gb-NT.png" width="33%" alt="Performance Profile (time:seconds)"/>
82+
<img src="./images/b-ral_sif-e04gg-e04gb-NF.png" alt="Performance Profile (number of function calls)"/>
83+
<img src="./images/b-ral_sif-e04gg-e04gb-NG.png" alt="Performance Profile (number of gradient calls)"/>
84+
</figure>
10485

10586
**Figure 3.** Performance profiles comparing solvers e04gg and e04gb over 68 CUTEst unconstrained nonlinear least-squares problems.
10687
Performance measure are: time in seconds (left), number of function calls (center) and number of gradient calls

0 commit comments

Comments
 (0)