public class NumericalDerivativesEx6 extends Object
Solves an optimization problem with supplied numerical gradients.
This example usesMinUnconMultiVar to minimize $$f(x_1,x_2) =
100(x_2 - x_1^2)^2 + (1-x_1)^2$$ while using
NumericalDerivatives to compute the numerical gradients.| Constructor and Description |
|---|
NumericalDerivativesEx6() |
Copyright © 2020 Rogue Wave Software. All rights reserved.