chiark / gitweb /
work around broken solaris gcc
[nlopt.git] / mma / mma.c
2008-11-22 stevenjwork around broken solaris gcc
2008-11-11 stevenjimprove MMA for infeasible starting point -- new points...
2008-11-11 stevenjbug fix in MMA for infeasible starting point -- feasibl...
2008-10-21 stevenjhandle infeasible initial point in MMA with finite...
2008-10-02 stevenjsupport for disabling constraints in MMA by returning NaN
2008-09-15 stevenjunset mma_verbose for recursive MMA of dual
2008-08-28 stevenjfirst stab at experimental cquad algorithm; doesn't...
2008-08-27 stevenjcopyright updates
2008-08-24 stevenjuse recursive MMA as fallback in case of problems with...
2008-08-20 stevenjfixed another nasty bug, where we could accidentally...
2008-08-20 stevenjtweaks to verbose output
2008-08-19 stevenjfix evil bug in MMA dual function that was leading...
2008-08-19 stevenjdon't print past end of array in mma_verbose mode
2008-08-19 stevenjmore accurate dual minimization for small u
2008-08-18 stevenjmore verbose output from MMA; more paranoia required...
2008-08-18 stevenjrm hack now that we are computing gradient correctly...
2008-08-18 stevenjadded nlopt_minimize_c function for constrained minimiz...
2008-08-15 stevenjfixed MMA so it compiles and works at least in the...
2008-08-15 stevenjinitial (untested) stab at ~full MMA
2008-08-05 stevenjadded mma_verbose flag for debugging
2008-07-29 stevenjfixed incorrect termination code
2008-07-29 stevenjadded MMA implementation