How to stop a program if average change in function value in last 10 iterations is less than 0.001

1 view (last 30 days)
How can I program to stop execution of my code when average change in value of function let us say 'f' is less than 0.001 in last 10 iterations?
  1 Comment
Jan
Jan on 1 May 2017
Please provide any details, preferrably the code. The less the readers have to giess, the more likely is a matching answer.
What does " average change in value of function less than 0.001" exactly mean? Do you mean absolute or relative changes?

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!