GradientDescentOptimizer

scalismo.numerics.GradientDescentOptimizer
case class GradientDescentOptimizer(maxNumberOfIterations: Int, stepLength: Double, withLineSearch: Boolean, robinsMonroe: Boolean, stepDecreaseCoeff: Double) extends Optimizer

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Optimizer
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

case class State(iteration: Int, value: Double, gradient: DenseVector[Double], parameters: ParameterVector, stepLength: Double)

Attributes

Inherited from:
Optimizer
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product