Skip to content

Commit 3327f7b

Browse files
JenHardtwahln
authored andcommitted
removed CheckGradients, this option was removed in 2026a and its default is false anyway
(cherry picked from commit ce30108)
1 parent c014dc8 commit 3327f7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

matRad/optimization/optimizer/matRad_OptimizerFmincon.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
'AlwaysHonorConstraints', 'bounds', ...
6666
'MaxIterations', matRad_cfg.defaults.propOpt.maxIter, ...
6767
'MaxFunctionEvaluations', 3000, ...
68-
'CheckGradients', false, ...
6968
'HessianApproximation', {'lbfgs', 50}, ...
7069
'UseParallel', true, ...
7170
'Diagnostics', optDiag, ...

0 commit comments

Comments
 (0)