Skip to content

Commit da38eee

Browse files
committed
Fix split :origin and :origin_notes
1 parent 212667e commit da38eee

378 files changed

Lines changed: 1622 additions & 2948 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*.jl.*.cov
33
*.jl.mem
44
Manifest.toml
5-
*.bib
5+
*.bib
6+
*/settings.local.json

src/Meta/BOX2.jl

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,13 @@ Box problem in 2 variables, obtained by fixing X3 = 1 in BOX2.
2323
classification SXR2-AN-3-0
2424
""",
2525
:origin_notes => raw"""
26-
Source: Problem 11 in
27-
A.R. Buckley,
28-
"Test functions for unconstrained minimization",
29-
TR 1989CS-3, Mathematics, statistics and computing centre,
30-
Dalhousie University, Halifax (CDN), 1989.
31-
---
32-
Problem :
33-
Box problem in 2 variables, obtained by fixing X3 = 1 in BOX3.
34-
Source: Problem 11 in
26+
Problem 11 in
3527
A.R. Buckley,
3628
"Test functions for unconstrained minimization",
3729
TR 1989CS-3, Mathematics, statistics and computing centre,
3830
Dalhousie University, Halifax (CDN), 1989.
31+
3932
SIF input: Ph. Toint, Dec 1989.
40-
classification SXR2-AN-3-0
4133
""",
4234
:reference => raw"""
4335
@techreport{Buckley1989,

src/Meta/BOX3.jl

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,19 @@ BOX3_meta = Dict(
1919
:url => "https://bitbucket.org/optrove/sif/src/master/BOX3.SIF",
2020
:notes => raw"""
2121
SIF input: Ph. Toint, Dec 1989.
22+
23+
Box problem in 3 variables.
24+
2225
classification SUR2-AN-3-0
2326
""",
2427
:origin_notes => raw"""
25-
Source: problem 12 in
26-
J.J. More', B.S. Garbow and K.E. Hillstrom,
27-
"Testing Unconstrained Optimization Software",
28-
ACM Transactions on Mathematical Software, vol. 7(1), pp. 17-41, 1981.
29-
30-
See also Buckley#BOX663
31-
---
32-
Problem :
33-
Box problem in 3 variables.
34-
Source: Problem 12 in
28+
Problem 12 in
3529
J.J. More', B.S. Garbow and K.E. Hillstrom,
3630
"Testing Unconstrained Optimization Software",
3731
ACM Transactions on Mathematical Software, vol. 7(1), pp. 17-41, 1981.
3832
See also Buckley#BOX663
33+
3934
SIF input: Ph. Toint, Dec 1989.
40-
classification SUR2-AN-3-0
4135
""",
4236
:reference => raw"""
4337
@article{MoreGarbowHillstrom1981,

src/Meta/Dus2_1.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ S. Goyette, Sherbrooke 2016/2017
2525
:origin_notes => raw"""
2626
Problem found in
2727
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28-
Jean_pierre Dussault
29-
""",
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
:lib => "",
3232
)

src/Meta/Dus2_3.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ S. Goyette, Sherbrooke 2016/2017
2525
:origin_notes => raw"""
2626
Problem found in
2727
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28-
Jean_pierre Dussault
29-
""",
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
:lib => "",
3232
)

src/Meta/Dus2_9.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ S. Goyette, Sherbrooke 2016/2017
2525
:origin_notes => raw"""
2626
Problem found in
2727
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28-
Jean_pierre Dussault
29-
""",
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
:lib => "",
3232
)

src/Meta/Duscube.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ S. Goyette, Sherbrooke 2016/2017
2525
:origin_notes => raw"""
2626
Problem found in
2727
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28-
Jean_pierre Dussault
29-
""",
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
:lib => "",
3232
)

src/Meta/NZF1.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ classification SUR2-AN-V-0
2424
2525
A. Montoison, Montreal, 05/2018.
2626
""",
27-
:origin_notes => raw"""""",
27+
:origin_notes => raw"""
28+
29+
""",
2830
:reference => raw"""""",
2931
:lib => "",
3032
)

src/Meta/Shpak1.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ Shpak1_meta = Dict(
1818
:origin => :unknown,
1919
:url => "",
2020
:notes => raw"""
21-
first problem of
21+
first problem of
2222
Global optimization in one-dimensional case
2323
using analytically defined derivatives of
2424
objective function
2525
2626
A.Shpak
2727
2828
Computer Science Journal of Moldova, vol.3, no.2(8), 1995
29-
""",
30-
:origin_notes => raw"""""",
29+
""",
30+
:origin_notes => raw"""
31+
32+
""",
3133
:reference => raw"""""",
3234
:lib => "",
3335
)

src/Meta/Shpak2.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Shpak2_meta = Dict(
1818
:origin => :unknown,
1919
:url => "",
2020
:notes => raw"""
21-
Second problem of
21+
Second problem of
2222
Global optimization in one-dimensional case
2323
using analytically defined derivatives of
2424
objective function
@@ -27,9 +27,10 @@ Shpak2_meta = Dict(
2727
2828
Computer Science Journal of Moldova, vol.3, no.2(8), 1995
2929
S. Goyette, Sherbrooke 2016/2017
30-
31-
""",
32-
:origin_notes => raw"""""",
30+
""",
31+
:origin_notes => raw"""
32+
33+
""",
3334
:reference => raw"""""",
3435
:lib => "",
3536
)

0 commit comments

Comments
 (0)