public class BoundedLeastSquaresEx1 extends Object
Solves a nonlinear least squares problem subject to bounds.
This examples solves the nonlinear least squares problem
minsubject to the bounds
- 2 \le x_0 \le 0.5 -1 \le x_1 \le 2and where
f_0 (x) = 10(x_1 - x_0^2 ) \,\, {\rm{and}} \,\, f_1 (x) = (1 - x_0 ).Constructor and Description |
---|
BoundedLeastSquaresEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.