|
From: | Przemek Klosowski |
Subject: | Re: OptimOptions not implemented in Octave Error |
Date: | Thu, 24 Oct 2019 17:26:40 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 10/24/19 5:07 PM, Farzad Torabi
wrote:
OK, and the simple answer is that there are facilities of Matlab
solvers that are not available in Octave. I suppose this is not a very satisfying answer, though. In your original message you mentioned specific settings you use (MaxIter, iter.funevals). In the current optimset() there are the following optimization options: AutoScaling You need to look at your code and decide which ones are
essential. Maybe a productive approach would be for you to define
a compatiblity function optimoptions() that would drop parameters
non-existent in Octave, and pass on the implemented ones like
MaxIter. If your code still works and returns results, you're
golden. If not, please report here and maybe someone will be able
to come up with a workaround. |
[Prev in Thread] | Current Thread | [Next in Thread] |