BoostedTreeOptions.OptimizationAlgorithmType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of optimization algorithms.
public enum BoostedTreeOptions.OptimizationAlgorithmType
type BoostedTreeOptions.OptimizationAlgorithmType =
Public Enum BoostedTreeOptions.OptimizationAlgorithmType
- Inheritance
-
BoostedTreeOptions.OptimizationAlgorithmType
Fields
Name | Value | Description |
---|---|---|
GradientDescent | 0 | |
AcceleratedGradientDescent | 1 | |
ConjugateGradientDescent | 2 |