Re: Optimization
You might look at O-Matrix,
http://www.omatrix.com/overview.htmlIt provides significantly better performance than Matlab but within an
easy-to-use, and Matlab compatible interpreter.
The library includes extensive functions for optimization and fitting,
http://www.omatrix.com/manual/fit.htm
"Fijoy George" <tofijoy@xxxxxxxxxxx> wrote in message
news:ditokp$nk$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> I am looking a very fast and efficient method for solving large-scale
> nonlinear optimization problems. So far, I have been using the fmincon()
> function provided by MATLAB in the medium-scale mode (I cannot use
> large-scale mode since I have nonlinear constraints). I find that
> fmincon() uses an algorithm based on Sequential Quadratic Programming
> (SQP) which is more than 20 years old. My problem size is growing and I am
> afraid it is becoming too complex for an algorithm that old.
>
> Can anyone refer me to faster and more recent methods? Is there a free
> software that implements any of those methods?
>
> Thank you
> Fijoy
>
.
Relevant Pages
- Re: whats a STUPIDENT?
... I have seen only MATLAB and MathCad, ... I'd like to receice some advice about implementing an FM demodulator in a DSP proccessor. ... I'm a student of eletronics and I woul like implement a voice scrambler using the algorithm RSA on plataform DSP tms320c6711, I have watched that you done some algorithms to work in a DSP plataform, maybe you can help me with this,If dou you have any RSA algorithms for DSP, I'll be very gratefully. ... Do we have to start with a FD (frequency domain) weight vector that is all zeros. ... (comp.dsp) - Re: whats a STUPIDENT?
... I have seen only MATLAB and MathCad, ... mathematics forum discussing DSP on sine waves. ... using the algorithm RSA on plataform DSP tms320c6711, ... I am trying to implement the frequency domain LMS algo. ... (comp.dsp) - optimization problem for joint entropy
... I would like fmincon to give me the result exactly the same as this one. ... matlab just failed to do this. ... My problem is multivariable nonlinear constrained problem, would you also please give me some information about any toolbox or algorithm which is useful. ... (comp.soft-sys.matlab) - Re: Question about re-designing an algorithm when hardware architecture is fixed
... John supposed a *particular* algorithm (developed in Matlab, ... custom hardware specially optimized to execute *that* ... algorithm, ... He asked about the translation process. ... (comp.dsp) - Re: Optimization problem
... Alan Weiss wrote: ... Try setting Algorithm to 'interior-point' and don't use the LargeScale option (unless you are running an older version of MATLAB; the interior-point algorithm was introduced in R2008a). ... You cannot use the LargeScale algorithm in any case because you are not supplying derivatives, and because the algorithm does not handle both bound and linear constraints simultaneously. ... (comp.soft-sys.matlab) |
|