Re: [ojAlgo-user] What method does ojalgo use in QuadraticSolver
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2011-10-13 08:20:12
|
http://en.wikipedia.org/wiki/Quadratic_programming#Solution_methods It's a plain Lagrange solver. If there are inequality constraints it uses an active set strategy, and if there are any integer constraints on the variables everything is wrapped in a branch-and-bound algorithm. There are plenty of books and on-line resources covering this. Just google for it. /Anders On 13 okt 2011, at 06:00, Tin Nguyen Chi wrote: > Hi, > > I'd like to ask about the method ojalgo use to solve the quadratic programming. It would be great if a reference (paper or book) so I can look for more details > > Thanks a lot > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct_______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user |