LbfgsTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.EnforceNonNegativity Field
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.
Enforce non-negative weights. Default is false.
[Microsoft.ML.SearchSpace.BooleanChoice]
public bool EnforceNonNegativity;
public bool EnforceNonNegativity;
[<Microsoft.ML.SearchSpace.BooleanChoice>]
val mutable EnforceNonNegativity : bool
val mutable EnforceNonNegativity : bool
Public EnforceNonNegativity As Boolean
Field Value
- Attributes