MonitorEpochs

scalation.optimization.MonitorEpochs

The MonitorEpochs trait is used to monitor the loss function over the epochs.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SPSA

Members list

Value members

Concrete methods

def lossPerEpoch(): ArrayBuffer[Double]

Return the loss function for each epoch.

Return the loss function for each epoch.

Attributes

def plotLoss(): Unit

Concrete fields

protected val epochLoss: ArrayBuffer[Double]