| Package | Description |
|---|---|
| com.imsl.math |
Mathematical functions and algorithms.
|
| Constructor and Description |
|---|
NelderMead(NelderMead.Function function,
double[] lowerBound,
double[] upperBound)
Constructor for constrained
NelderMead. |
NelderMead(NelderMead.Function function,
int n)
Constructor for unconstrained
NelderMead. |
Copyright © 2020 Rogue Wave Software. All rights reserved.