help-octave
[Top][All Lists]
Advanced

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

Re: fminsearch question


From: Nicholas Jankowski
Subject: Re: fminsearch question
Date: Tue, 14 Apr 2020 19:59:02 -0400

On Tue, Apr 14, 2020 at 7:00 PM Bikbov, Ruslan via Help-octave <address@hidden> wrote:

Hello Octave team,

 

Is it possible to pass parameters into the optimized function using fminsearch?  Matlab allows it but Octave doesn’t seem too. If not, is there any workaround solution?



It appears from the help for fminsearch for Octave:
https://octave.sourceforge.io/octave/function/fminsearch.html  

and matlab:
https://www.mathworks.com/help/matlab/ref/fminsearch.html  
 
that they both take options the same way using optimset.  that said, the octave help does say that the only supported options currently are: "TolX""MaxFunEvals""MaxIter""Display"

If matlab permits other options that you need, you may need to find another solution.


reply via email to

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