Serving the Quantitative Finance Community

 
User avatar
Randomness
Topic Author
Posts: 0
Joined: May 9th, 2006, 8:37 pm

Optimizer

December 15th, 2009, 8:23 pm

the solver in excel is quite weak for some large scale optimisation using the least squares algorithmscould someone please tell me if there are any external vendors that sell some quicker and more robust solver
 
User avatar
willsmith
Posts: 2
Joined: January 14th, 2008, 11:59 pm

Optimizer

December 17th, 2009, 9:31 am

If no luck/replies in Excel, Matlab has non-linear multidimensional optimisation built in (fminsearch) as well as toolkits for using genetic algorithms, neural networks and simulated annealing. Once you wrote your error function it's easy to switch optimisation techniques, they all use a similar calling convention.I guess it depends if your optimisation is one-off (port data to matlab and optimise) or higher frequency (better stay in excel). Will Smith
 
User avatar
MCarreira
Posts: 64
Joined: January 1st, 1970, 12:00 am

Optimizer

December 17th, 2009, 6:46 pm

NAG is good, not sure if it's overkill / too expensive.You're probably better using Mathematica / Matlab.
 
User avatar
Raver
Posts: 0
Joined: September 6th, 2004, 10:28 am

Optimizer

December 17th, 2009, 7:01 pm