3 references to AcceleratedGradientDescent
Microsoft.ML.FastTree (2)
BoostingFastTree.cs (2)
36
if (FastTreeTrainerOptions.OptimizationAlgorithm == BoostedTreeOptions.OptimizationAlgorithmType.
AcceleratedGradientDescent
)
86
case BoostedTreeOptions.OptimizationAlgorithmType.
AcceleratedGradientDescent
:
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
275
OptimizationAlgorithm = BoostedTreeOptions.OptimizationAlgorithmType.
AcceleratedGradientDescent
,