| Package | Description |
|---|---|
| com.github.chen0040.glm.search |
| Modifier and Type | Method and Description |
|---|---|
void |
CostFunction.copy(CostFunction rhs) |
NumericSolution |
LocalSearch.minimize(double[] x_0,
CostFunction f,
int iterations) |
static LineSearchResult |
LineSearch.search(double[] x_0,
double fx_0,
double[] direction,
CostFunction f) |
Copyright © 2017. All rights reserved.