Update Code
To update your code, change the optimizer value from graddescent_elim to
graddescent_elim. The following table shows the typical usage of this property value
and how to update your code.
If your code has this form: Use this code instead:
opt = findopOptions('Optimizer',...
'graddescent_elim');
opt = findopOptions('Optimizer',...
'graddescent-elim')
opt = findopOptions;
opt.Optimizer = 'graddescent_elim';
opt = findopOptions;
opt.Optimizer = 'graddescent-elim';
See Also
findop
Introduced in R2013b
findopOptions