help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Optimset applied to fminunc


From: lucam1968
Subject: Optimset applied to fminunc
Date: Fri, 11 May 2018 00:14:40 -0700 (MST)

Hello,

I am quite new to Octave and provided I have a quite "heavy" optimisation
problem (> 2 hours machine running time). 

I would like to print the iteration # during the running of fminunc so that
I can check the progress made. however, I do not seem to succeed - i.e.
nothing is printed:

options = optimset('Display', 'iter', 'MaxIter', 50);
[nn_params, cost] = fminunc(costFunction, initial_nn_params, options);

Any idea on how can I solve that?

Thanks,

Luca



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]