Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Optimiser ¶
type Optimiser interface {
// Update the parameters using gradient and store the result in out.
Update(out, parameters *mat.VecDense, gradient mat.Vector) *mat.VecDense
// Extend the internal state of the optimiser to accommodate at least n parameters.
Extend(n int)
}
Optimiser represents a first-order optimisation algorithm.
Click to show internal directories.
Click to hide internal directories.