SGD constructor

SGD(
  1. List<Value> parameters,
  2. double learningRate
)

Implementation

SGD(this.parameters, this.learningRate);