Mega Search
23.2 Million


Sign Up

Make a donation  
how to display iterations in Amoeba  
News Group: comp.soft-sys.matlab

I  am trying to minimize a function using the amoeba function for which the source code is in the below link: (please see pages from  6 to 8)

http://solar.physics.montana.edu/kankel/ph567/examples/Octave/minimization/amoeba/NotesPh567.pdf

How can I change the source in the above link so that iterations are displayed?

Thanks in advance.

Muharrem Y.

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 28-Aug-2016, at 7:05 AM EST
From: Muharrem Yesilirmak
 
Re: how to display iterations in Amoeba  
News Group: comp.soft-sys.matlab
On 8/28/2016 2:05 AM, Muharrem Yesilirmak wrote:
> I  am trying to minimize a function using the amoeba function for which the source code is in the below link: (please see pages from  6 to 8)
>
> http://solar.physics.montana.edu/kankel/ph567/examples/Octave/minimization/amoeba/NotesPh567.pdf
>
> How can I change the source in the above link so that iterations are displayed?
>
> Thanks in advance.
>
> Muharrem Y.
>


Remove ";" from end of line that you want to see
displayed on console as it runs.

--Nasser

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 28-Aug-2016, at 3:07 AM EST
From: Nasser M. Abbasi