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