Skip to content

Commit

Permalink
240405.161608.HKT revise profile_npt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 5, 2024
1 parent 1c4898b commit fc1e2bb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/profile_npt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,26 @@ jobs:
competitor: [classical, default]
exclude:
- dim: large
npt: 0.5*(n+1)*(n+2)
- dim: large
npt: 0.25*n*n
- dim: large
npt: n*sqrt(n)
- dim: large
npt: 4*n

- dim: big
npt: 0.5*(n+1)*(n+2)
- dim: big
npt: 0.25*n*n
- dim: big
npt: n*sqrt(n)
solver: bobyqa
- dim: big
npt: 4*n

- dim: big
npt: 3*n
solver: newuoa

steps:

Expand Down

0 comments on commit fc1e2bb

Please sign in to comment.