Class InputResult
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.BayesianOptimization
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class InputResult : APIBase, IEquatable<APIBase>
Properties
DenormalizedValue
Declaration
public double DenormalizedValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>