Is it possible to use the output from each iteration of an optimisation function as an input for the function being optimised?

1 view (last 30 days)
I'm using fminunc and fminbnd to minimise an implict function in which I'm solving for the variable that must be minismed at each stage (using Newton-Raphson). Is it possible for fminunc or fminbnd to be set up such that they can use the last value of the object variable from the most recent iteration as an initial guess for the function that is being minimised?

Answers (1)

Walter Roberson
Walter Roberson on 26 May 2019
No.

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!