SegmentPropagatorCostFunctionValidateProperties Method |
Validates that required properties are configured correctly in order to get an
evaluator for this instance. Derived classes should call this method when implementing
GetEvaluator(EvaluatorGroup), as well as validate their own properties.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected virtual void ValidateProperties()
Protected Overridable Sub ValidateProperties
protected:
virtual void ValidateProperties()
abstract ValidateProperties : unit -> unit
override ValidateProperties : unit -> unit
Exceptions See Also