menu
dart_torch package
documentation
transformer_misc/example_chess_rl.dart
SGD
SGD.new constructor
SGD.new constructor
dark_mode
light_mode
SGD
constructor
SGD
(
List
<
Value
>
parameters
,
double
learningRate
)
Implementation
SGD(this.parameters, this.learningRate);
dart_torch package
documentation
transformer_misc/example_chess_rl
SGD
SGD.new constructor
SGD class