[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with 'Display' 'iter' when using 'fminunc'
From: |
JS77 |
Subject: |
Problem with 'Display' 'iter' when using 'fminunc' |
Date: |
Wed, 14 Jan 2015 02:51:21 -0800 (PST) |
Hello,
I would like to display informations about the iterations when using
'fminunc'. I have writen :
options = optimset('GradObj','on','display','iter')
[g] = fminunc(@(c)(F(c)),c0,options);
but when I run the code, nothing is displayed. My version of Octave is
3.8.1.
Thanks for your help !
--
View this message in context:
http://octave.1599824.n4.nabble.com/Problem-with-Display-iter-when-using-fminunc-tp4668127.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Problem with 'Display' 'iter' when using 'fminunc',
JS77 <=