[ojAlgo-user] Re: Quadratic Programming
Mathematics, linear algebra and optimisation
Brought to you by:
apete
|
From: Anders P. <and...@op...> - 2005-09-03 13:21:23
|
Are you trying to use the solvers with or without a model? Look at the source for: 1) org.ojalgo.optimisation.qp.GenericQPSolver. (Read the docs on the class and the constructors. Just realized that this is not included in the generated JavaDoc since this class is package private.) 2) The unit tests in the org.ojalgo.optimisation.qp package. 3) The org.ojalgo.application.PortfolioOptimiser class. (Just added this. You'll have to get it from CVS.) Please direct furher questions to the mailing list. /Anders sione wrote: > > Hi Anders, > > Is there any example of how to use the "Quadratic Programming" package > for solving optimization problem ? I try to read and read the latest > version > of how to use it but I still have no clue as to how to use it, such as > inputing > objective function, decision variables, constraint , etc ? > > Any hint would be appreciated. > > Thanks, > Sione. -- http://ojalgo.org/ Mathematics, Linear Algebra and Optimisation with Java |