We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c014dc8 commit 3327f7bCopy full SHA for 3327f7b
1 file changed
matRad/optimization/optimizer/matRad_OptimizerFmincon.m
@@ -65,7 +65,6 @@
65
'AlwaysHonorConstraints', 'bounds', ...
66
'MaxIterations', matRad_cfg.defaults.propOpt.maxIter, ...
67
'MaxFunctionEvaluations', 3000, ...
68
- 'CheckGradients', false, ...
69
'HessianApproximation', {'lbfgs', 50}, ...
70
'UseParallel', true, ...
71
'Diagnostics', optDiag, ...
0 commit comments