Re: [ojAlgo-user] Bugfix for QP without equality constraint
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2009-02-02 09:11:59
|
Thanks for the bug report. I've committed your suggested changes with only small modifications. /Anders On 2 feb 2009, at 03.23, Stefan Richthofer wrote: > Hello everybody, > I just tested ojalgo v.26 and experienced nullpointer-exceptions > when I tried to optimize any QP without equality-constraints. > > I think, I fixed the problem and want to bring the bugfix back to > you with this email. It was no big deal, since I only added null- > testing lines for the AE-matrix in > org.ojalgo.optimisation.quadratic.ActiveSetSolver and > org.ojalgo.optimisation.quadratic.LagrangeSolver > and added some lines for doing the job without the AE-matrix and > the BE-vector. > I hope, my solution is correct, since I'm not really familiar with > the subject of quadratic optimisation. The few simple problems, I > tested seem to be optimized well, also without equality > constraints now. > > I marked the code changes with > //change by swr: > > > > greetings > > Stefan > -- > Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit > allen: http://www.gmx.net/de/go/ > multimessenger01<ActiveSetSolver.java><LagrangeSolver.java>----------- > ------------------------------------------------------------------- > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf- > spreadtheword_______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user |