File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 competitor : [classical, default]
3434 use_system_libgcc : [true] # Whether to use the system libgcc or the one shipped with MATLAB.
3535 exclude :
36+
37+ # In the following cases, there is no problem to test due to the blacklist.
38+
3639 - dim : large
3740 npt : 0.5*(n+1)*(n+2)
3841 - dim : large
@@ -41,33 +44,40 @@ jobs:
4144 npt : n*sqrt(n)
4245 - dim : large
4346 npt : 4*n
47+ - dim : large
48+ npt : 3*n
4449
45- # - dim: big
46- # npt: 0.5*(n+1)*(n+2)
47- # - dim: big
48- # npt: 0.25*n*n
49- # - dim: big
50- # npt: n*sqrt(n)
51- # - dim: big
52- # npt: 4*n
50+ - dim : big
51+ npt : 0.5*(n+1)*(n+2)
52+ solver : newuoa
53+ - dim : big
54+ npt : 0.25*n*n
55+ solver : newuoa
56+ - dim : big
57+ npt : n*sqrt(n)
58+ solver : newuoa
59+ - dim : big
60+ npt : 4*n
61+ solver : newuoa
62+ - dim : big
63+ npt : 3*n
64+ solver : newuoa
5365
54- - dim : large # There is no problem to test
66+ - dim : big
67+ npt : 0.5*(n+1)*(n+2)
68+ solver : bobyqa
69+ - dim : big
70+ npt : 0.25*n*n
71+ solver : bobyqa
72+ - dim : big
73+ npt : n*sqrt(n)
74+ solver : bobyqa
75+ - dim : big
76+ npt : 4*n
77+ solver : bobyqa
78+ - dim : big
5579 npt : 3*n
56- solver : lincoa
57-
58- # - dim: large
59- # npt: 3*n
60- # solver: bobyqa
61- # - dim: big
62- # npt: 3*n
63- # solver: bobyqa
64-
65- # - dim: large
66- # npt: 3*n
67- # solver: newuoa
68- # - dim: big
69- # npt: 3*n
70- # solver: newuoa
80+ solver : bobyqa
7181
7282 steps :
7383
You can’t perform that action at this time.
0 commit comments