Clear Filters
Clear Filters

Final value(x) given by fminimax function is coming same as the initial value (x0) passed to it?

1 view (last 30 days)
x = fminimax(fun,x0);
I have checked by changing the initial value (i.e. x0) , still initial(x0) and final(x) values are same. What may be the possible reasons for such behavior?
  3 Comments
priti sharma
priti sharma on 11 Aug 2018
yes sir, function is continuous. Small change in the value of x should affect the objective function. Any resolution of this problem, if you know.

Sign in to comment.

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!