constrained nonlinear optimization in Microsoft Solver foundation vs Matlab fmincon
can anyone show me examples or reviews for constrained nonlinear optimization in Microsoft Solver foundation 3.0? How's it compared to Matlab's fmincon? Or is there any better .net library for constrained nonlinear optimization? thanks, Yin Zhu IMPORTANT UPDATE on Feb 25, 2012: MSF 3.1 now supports nonlinear optimization with bounded variables via its NelderMeadSolver solver: http://msdn.microsoft.com/en-us/library/hh404037(v=vs.93).aspx For general linear constraints, Microsoft solver foundation only support linear programming and quadratic programming via its interior point solver. For this