Re: [ojAlgo-user] Examples for quadratic programming
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2014-01-07 21:06:42
|
Don't worry too much about how all those things work together. Just start with ExpressionBasedModel. Build your model, and execute minimise() or maximise(). The mailing list archives should contain some examples, and the junit tests definitely does. Unfortunately not all those examples/test cases are good. Here's one that should be ok: http://ojalgo.cvs.sourceforge.net/viewvc/ojalgo/TestProj/src/org/ojalgo/optimisation/quadratic/ReportedProblems.java?view=markup and look at testP20111129 /Anders On 7 jan 2014, at 17:05, Nico Potyka <Nic...@gm...> wrote: > Hi, > > could someone please send me an example for applying the quadratic solver in the current version of ojalgo? I already read the linear algebra documentation and the javadoc, but I just don't understand how the matrices for the problem definition, the QuadraticSolver and the ExpressionBasedModel work together. > > Thanks a lot > Nico > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk_______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user |