public interface Minimizer
| Modifier and Type | Method and Description |
|---|---|
de.jungblut.math.DoubleVector |
minimize(CostFunction f,
de.jungblut.math.DoubleVector theta,
int maxIterations,
boolean verbose)
Minimizes the given costfunction with the starting parameter theta.
|
de.jungblut.math.DoubleVector minimize(CostFunction f, de.jungblut.math.DoubleVector theta, int maxIterations, boolean verbose)
f - the costfunction to minimize.theta - the starting parameters.maxIterations - the number of iterations to do.verbose - if TRUE it will print progress.Copyright © 2016. All rights reserved.