Skip to content

Commit 278ee84

Browse files
committed
add refs
1 parent 0e2af6e commit 278ee84

273 files changed

Lines changed: 3322 additions & 554 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.

src/Meta/BOX2.jl

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,26 @@ BOX2_meta = Dict(
2020
:notes => raw"""
2121
Box problem in 2 variables, obtained by fixing X3 = 1 in BOX2.
2222
23+
classification SXR2-AN-3-0
24+
""",
25+
:origin_notes => raw"""
2326
Source: Problem 11 in
2427
A.R. Buckley,
2528
"Test functions for unconstrained minimization",
2629
TR 1989CS-3, Mathematics, statistics and computing centre,
27-
Dalhousie University, Halifax (CDN), 1989.
30+
Dalhousie University, Halifax (CDN), 1989.
31+
""",
32+
:reference => raw"""
33+
@techreport{Buckley1989,
34+
author = {Buckley, A. R.},
35+
title = {Test Functions for Unconstrained Minimization},
36+
institution = {Mathematics, Statistics and Computing Centre, Dalhousie University},
37+
number = {TR 1989CS-3},
38+
year = {1989},
39+
address = {Halifax, Canada}
40+
}
41+
""",
2842

29-
classification SXR2-AN-3-0
30-
""",
31-
:origin_notes => raw"""""",
32-
:reference => raw"""""",
3343
)
3444
get_BOX2_nvar(; n::Integer = default_nvar, kwargs...) = 3
3545
get_BOX2_ncon(; n::Integer = default_nvar, kwargs...) = 1

src/Meta/BOX3.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ BOX3_meta = Dict(
1818
:origin => :unknown,
1919
:url => "",
2020
:notes => raw"""
21+
SIF input: Ph. Toint, Dec 1989.
22+
classification SUR2-AN-3-0
23+
""",
24+
:origin_notes => raw"""
2125
Source: problem 12 in
2226
J.J. More', B.S. Garbow and K.E. Hillstrom,
2327
"Testing Unconstrained Optimization Software",
2428
ACM Transactions on Mathematical Software, vol. 7(1), pp. 17-41, 1981.
2529
26-
See also Buckley#BOX663
27-
SIF input: Ph. Toint, Dec 1989.
28-
29-
classification SUR2-AN-3-0
30-
""",
31-
:origin_notes => raw"""""",
30+
See also Buckley#BOX663
31+
""",
3232
:reference => raw"""
3333
@article{MoreGarbowHillstrom1981,
3434
author = {Mor{\'e}, Jorge J. and Garbow, Burton S. and Hillstrom, Kenneth E.},

src/Meta/Dus2_1.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Dus2_1_meta = Dict(
1616
:is_feasible => true,
1717
:defined_everywhere => missing,
1818
:origin => :unknown,
19-
:url => "",
19+
:url => "http://www.dmi.usherb.ca/~dussault/ROP630E17/",
2020
:notes => raw"""
2121
A one dimensional optimization problem
2222
23-
Problem found in
24-
http://www.dmi.usherb.ca/~dussault/ROP630E17/
25-
Jean_pierre Dussault
26-
2723
S. Goyette, Sherbrooke 2016/2017
2824
""",
29-
:origin_notes => raw"""""",
25+
:origin_notes => raw"""
26+
Problem found in
27+
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
)
3232
get_Dus2_1_nvar(; n::Integer = default_nvar, kwargs...) = 1

src/Meta/Dus2_3.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Dus2_3_meta = Dict(
1616
:is_feasible => true,
1717
:defined_everywhere => missing,
1818
:origin => :unknown,
19-
:url => "",
19+
:url => "http://www.dmi.usherb.ca/~dussault/ROP630E17/",
2020
:notes => raw"""
2121
A one dimensional optimization problem
2222
23-
Problem found in
24-
http://www.dmi.usherb.ca/~dussault/ROP630E17/
25-
Jean_pierre Dussault
26-
2723
S. Goyette, Sherbrooke 2016/2017
2824
""",
29-
:origin_notes => raw"""""",
25+
:origin_notes => raw"""
26+
Problem found in
27+
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
)
3232
get_Dus2_3_nvar(; n::Integer = default_nvar, kwargs...) = 1

src/Meta/Dus2_9.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Dus2_9_meta = Dict(
1616
:is_feasible => true,
1717
:defined_everywhere => missing,
1818
:origin => :unknown,
19-
:url => "",
19+
:url => "http://www.dmi.usherb.ca/~dussault/ROP630E17/",
2020
:notes => raw"""
2121
A one dimensional optimization problem
2222
23-
Problem found in
24-
http://www.dmi.usherb.ca/~dussault/ROP630E17/
25-
Jean_pierre Dussault
26-
2723
S. Goyette, Sherbrooke 2016/2017
2824
""",
29-
:origin_notes => raw"""""",
25+
:origin_notes => raw"""
26+
Problem found in
27+
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
)
3232
get_Dus2_9_nvar(; n::Integer = default_nvar, kwargs...) = 1

src/Meta/Duscube.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Duscube_meta = Dict(
1616
:is_feasible => true,
1717
:defined_everywhere => missing,
1818
:origin => :unknown,
19-
:url => "",
19+
:url => "http://www.dmi.usherb.ca/~dussault/ROP630E17/",
2020
:notes => raw"""
2121
A one dimensional optimization problem
2222
23-
Problem found in
24-
http://www.dmi.usherb.ca/~dussault/ROP630E17/
25-
Jean_pierre Dussault
26-
2723
S. Goyette, Sherbrooke 2016/2017
2824
""",
29-
:origin_notes => raw"""""",
25+
:origin_notes => raw"""
26+
Problem found in
27+
http://www.dmi.usherb.ca/~dussault/ROP630E17/
28+
Jean_pierre Dussault
29+
""",
3030
:reference => raw"""""",
3131
)
3232
get_Duscube_nvar(; n::Integer = default_nvar, kwargs...) = 1

src/Meta/auglag.jl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,18 @@ Academy of Science of the Czech Republic
3030
https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unconstrained_Optimization
3131
""",
3232
:origin_notes => raw"""""",
33-
:reference => raw"""""",
33+
:reference => raw"""
34+
@techreport{LuksanMatonohaVlcek2010_sparse,
35+
author = {Luksan, Ladislav and Matonoha, Ctirad and Vlcek, Jan},
36+
title = {Sparse Test Problems for Unconstrained Optimization},
37+
institution = {Institute of Computer Science, Academy of Sciences of the Czech Republic},
38+
number = {V-1064},
39+
year = {2010},
40+
address = {Prague, Czech Republic},
41+
url = {https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unconstrained_Optimization}
42+
}
43+
""",
44+
3445
)
3546

3647
get_auglag_nvar(; n::Integer = default_nvar, kwargs...) = n

src/Meta/bdqrtic.jl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,18 @@ classification SUR2-AN-V-0
4343
D. Orban, Montreal, 08/2015.
4444
""",
4545
:origin_notes => raw"""""",
46-
:reference => raw"""""",
46+
:reference => raw"""
47+
@techreport{LuksanMatonohaVlcek2003,
48+
author = {Luksan, Ladislav and Matonoha, Cestmir and Vlcek, Jan},
49+
title = {Modified {CUTE} Problems for Sparse Unconstrained Optimization},
50+
institution = {Institute of Computer Science, Academy of Sciences of the Czech Republic},
51+
number = {1081},
52+
year = {2003},
53+
address = {Prague, Czech Republic},
54+
url = {http://www.cs.cas.cz/matonoha/download/V1081.pdf},
55+
}
56+
""",
57+
4758
)
4859
get_bdqrtic_nvar(; n::Integer = default_nvar, kwargs...) = 1 * n + 0
4960
get_bdqrtic_ncon(; n::Integer = default_nvar, kwargs...) = 0

src/Meta/bearing.jl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,17 @@ COPS 3.0 - November 2002
3535
COPS 3.1 - March 2004
3636
""",
3737
:origin_notes => raw"""""",
38-
:reference => raw"""""",
38+
:reference => raw"""
39+
@techreport{DolanMore2004COPS,
40+
author = {Dolan, Elizabeth D. and Mor{'e}, Jorge J.},
41+
title = {Benchmarking Optimization Software with {COPS} 3.0},
42+
institution = {Argonne National Laboratory},
43+
number = {ANL/MCS-TM-273},
44+
year = {2004},
45+
doi = {10.2172/834714}
46+
}
47+
""",
48+
3949
)
4050
get_bearing_nvar(;
4151
n::Integer = default_nvar,

src/Meta/booth.jl

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,27 @@ booth_meta = Dict(
1818
:origin => :unknown,
1919
:url => "",
2020
:notes => raw"""
21+
SIF input: Ph. Toint, Dec 1989.
22+
classification NLR2-AN-2-2
23+
""",
24+
:origin_notes => raw"""
2125
Source: Problem 36 in
2226
A.R. Buckley,
2327
"Test functions for unconstrained minimization",
2428
TR 1989CS-3, Mathematics, statistics and computing centre,
25-
Dalhousie University, Halifax (CDN), 1989.
26-
SIF input: Ph. Toint, Dec 1989.
27-
classification NLR2-AN-2-2
28-
""",
29-
:origin_notes => raw"""""",
30-
:reference => raw"""""",
29+
Dalhousie University, Halifax (CDN), 1989.
30+
""",
31+
:reference => raw"""
32+
@techreport{Buckley1989,
33+
author = {Buckley, A. R.},
34+
title = {Test Functions for Unconstrained Minimization},
35+
institution = {Mathematics, Statistics and Computing Centre, Dalhousie University},
36+
number = {TR 1989CS-3},
37+
year = {1989},
38+
address = {Halifax, Canada}
39+
}
40+
""",
41+
3142
)
3243
get_booth_nvar(; n::Integer = default_nvar, kwargs...) = 2
3344
get_booth_ncon(; n::Integer = default_nvar, kwargs...) = 2

0 commit comments

Comments
 (0)