Class ML1OptimiserSnapshot
Inheritance
System.Object
ML1OptimiserSnapshot
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ML1OptimiserSnapshot : APIBase, IEquatable<APIBase>
Properties
ConstraintsMet
Declaration
public bool ConstraintsMet { get; }
Property Value
Type |
Description |
System.Boolean |
|
ConstraintValues
Declaration
public ReadOnlyCollection<ConstraintResult> ConstraintValues { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<ConstraintResult> |
|
DenormalizedObjectiveFunctionValue
Declaration
public double DenormalizedObjectiveFunctionValue { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public ReadOnlyCollection<InputResult> InputValues { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<InputResult> |
|
Iteration
Declaration
public int Iteration { get; }
Property Value
Type |
Description |
System.Int32 |
|
OptimizationStage
Declaration
public OptimizationStage OptimizationStage { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods