Class ParetoOptimisationOutput
Inheritance
System.Object
ParetoOptimisationOutput
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ParetoOptimisationOutput : ParetoOptimisationVariable, IEquatable<APIBase>
Properties
ExcludeFromDominantCandidatesSearch
Declaration
public bool ExcludeFromDominantCandidatesSearch { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Percent
Declaration
public override double Percent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Overrides
UseOriginalDesignValue
Declaration
public bool UseOriginalDesignValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>