| Package | Description |
|---|---|
| com.github.chen0040.glm.search |
| Modifier and Type | Method and Description |
|---|---|
static LineSearchResult |
LineSearch.search(double[] x_0,
double fx_0,
double[] direction,
CostEvaluationMethod evaluate,
GradientEvaluationMethod calc_gradient,
double[] lower_bounds,
double[] upper_bounds,
Object constraints) |
static LineSearchResult |
LineSearch.search(double[] x_0,
double fx_0,
double[] direction,
CostFunction f) |
Copyright © 2017. All rights reserved.