public class BoundedVariableLeastSquaresEx1 extends Object
Solves a linear least squares problem with bounds on the variables.
The following example solves a linear least squares problem with bounds on the variables and compares the result to its unbounded solution. The system is Ax=b where A=(1.0−3.02.0−3.010.0−5.02.0−5.06.0)b=(27.0,−78.0,64.0)T and −1.0≤xi≤5.0,i=1,2,3.
Constructor and Description |
---|
BoundedVariableLeastSquaresEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.