public abstract class IterativeSolver extends Solver
See Iterative Methods on Wikipedia
for more
info
Modifier and Type | Class and Description |
---|---|
static class |
IterativeSolver.ConvergenceThreshold$ |
static class |
IterativeSolver.Iterations$ |
static class |
IterativeSolver.LearningRate$ |
static class |
IterativeSolver.LearningRateMethodValue$ |
Solver.LossFunction$, Solver.RegularizationConstant$
Constructor and Description |
---|
IterativeSolver() |
Modifier and Type | Method and Description |
---|---|
static double |
MAX_DLOSS() |
IterativeSolver |
setConvergenceThreshold(double convergenceThreshold) |
IterativeSolver |
setIterations(int iterations) |
IterativeSolver |
setLearningRateMethod(LearningRateMethod.LearningRateMethodTrait learningRateMethod) |
IterativeSolver |
setStepsize(double stepsize) |
createInitialWeightsDS, createInitialWeightVector, optimize, setLossFunction, setRegularizationConstant
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parameters
public static double MAX_DLOSS()
public IterativeSolver setIterations(int iterations)
public IterativeSolver setStepsize(double stepsize)
public IterativeSolver setConvergenceThreshold(double convergenceThreshold)
public IterativeSolver setLearningRateMethod(LearningRateMethod.LearningRateMethodTrait learningRateMethod)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.