Class ParetoOptimisationOutput
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ParetoOptimisationOutput
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.13.0.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>