Le 01/07/2010 21:37, Erik Test a écrit : > Hello, > > I've tried searching online for how to do quadratic programming in Java and > read that commons.math has functionality to do so but I haven't been able to > find an example that shows how to do this. Is there anyone that knows how to > use commons.math to handle quadratic programming?
There are several optimizers that solve least squares problems in the optimization package, but I doubt this is what you are looking for. Luc > > Erik > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
