All Packages Class Hierarchy This Package Previous Next Index
Class juice.solver.CGNonlinSolverTest
java.lang.Object
|
+----juice.solver.CGNonlinSolverTest
- public final class CGNonlinSolverTest
- extends Object
-
CGNonlinSolverTest()
-
-
main(String[])
- I solve here 0 = F.image(x) for x = (x1, x2)
where F is the Rosenbrook's function
F(x1,x2) = 100(x2-x1^2)^2 + (1- x1)^2
The unique minimum is x = (1,1).
CGNonlinSolverTest
public CGNonlinSolverTest()
main
public static void main(String args[])
- I solve here 0 = F.image(x) for x = (x1, x2)
where F is the Rosenbrook's function
F(x1,x2) = 100(x2-x1^2)^2 + (1- x1)^2
The unique minimum is x = (1,1). I use x = (-1.2, 1.0)
as a starting value.
All Packages Class Hierarchy This Package Previous Next Index