Skip to content

Commit

Permalink
240403.124342.HKT exclude 1D problems from the profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 3, 2024
1 parent a31a960 commit 03c90c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matlab/tests/private/testcu.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
ctol_multiple = 1; % The real ctol to use is ctol*ctol_multiple.
cpenalty = 1e10; % The penalty to use when the constraint violation is greater than ctol.
type = 'ubln'; % The default types of problems to test
mindim = 1; % The default minimal dimension of problems to test
mindim = 2; % The default minimal dimension of problems to test
% We do not test 1D problems, because they are not interesting, and because the classical uobyqa cannot handle them.
if any(startsWith(solvers, 'cobyla'))
maxdim = 20; % The default maximal dimension of problems to test
else
Expand Down

0 comments on commit 03c90c0

Please sign in to comment.