Class OptimizationOptionsIMPT
Options for IMPT optimization.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: VMS.TPS.Common.Model.Types
Assembly: VMS.TPS.Common.Model.Types.dll
Syntax
public class OptimizationOptionsIMPT : OptimizationOptionsBase
Constructors
OptimizationOptionsIMPT(Int32, OptimizationOption)
Specify the initial state at the beginning of optimization. The calculation terminates upon convergence before the maximum number of iterations is reached or the maximum time has elapsed.
Declaration
public OptimizationOptionsIMPT(int maxIterations, OptimizationOption initialState)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxIterations | Maximum number of iterations for IMRT optimization. |
OptimizationOption | initialState | Initial state at the beginning of optimization. |
Properties
MaximumNumberOfIterations
Maximum number of iterations for the IMPT optimizer.
Declaration
public int MaximumNumberOfIterations { get; }
Property Value
Type | Description |
---|---|
System.Int32 |