| Application
|
Returns application object. Return value: Object. This property is read only.
|
| Continue
|
Continue to optimize using current selections. Return value: Object. This property is read only.
|
| CreateNewOptimizationSpreadSheet
|
Create New Optimization SpreadSheet. Return value: Object. This property is read only.
|
| GACrossoverProbability
|
Crossover probability for GA optimization. Return/assignment value: Double.
|
| GAGenerations
|
Number of generations for GA optimization. Return/assignment value: Integer.
|
| GAMutationProbability
|
Mutation probability for GA optimization. Return/assignment value: Double.
|
| GAPopulation
|
Population size for GA optimization. Return/assignment value: Integer.
|
| GASeed
|
Seed for GA optimization. Return/assignment value: Integer.
|
| GeneticAlgorithm
|
Genetic Algorithm Optimization method. Return/assignment value: Integer.
|
| Gridsearch
|
Grid search Optimization method. Return/assignment value: Integer.
|
| Name
|
Return value: String. This property is read only.
|
| NoOfCatVars
|
Number of categorical variables used for optimization. Return/assignment value: Integer.
|
| NoOfCategs
|
Number of categories present. Return/assignment value: Integer.
|
| NoOfContVars
|
Number of continuous variables used for optimization. Return/assignment value: Integer.
|
| OpenSVBFile
|
Open a SVB/SVX file. Return/assignment value: String.
|
| OptimizationSettings
|
Use this option to configure the settings of the optimization problem. Return/assignment value: String.
|
| OptimizationSettingsSS
|
Show optimization setting spreadsheet. Return value: Object. This property is read only.
|
| Optimize
|
Optimize using current selections. Return value: Object. This property is read only.
|
| Parent
|
Returns the parent of the object. Return value: Object. This property is read only.
|
| Penalty
|
Specify the penalty term. Return/assignment value: Double.
|
| Results
|
Show Optimization Results. Return value: Object. This property is read only.
|
| ResultsCodes
|
Assignment value: Variant.
|
| ResultsOption
|
Assignment value: Integer.
|
| ResultsOutputFields
|
Assignment value: Variant.
|
| ResultsSaveFileName
|
Assignment value: String.
|
| ResultsSelection
|
Assignment value: Variant.
|
| ResultsSelectionOption
|
Assignment value: Variant.
|
| ResultsValues
|
Assignment value: Variant.
|
| ResultsVariables
|
Assignment value: Variant.
|
| SimplexMaximumIterations
|
Maximum number of iterations for Simplex optimization. Return/assignment value: Double.
|
| SimplexStopAt
|
Stop value for Simplex optimization. Return/assignment value: Double.
|
| Simplexsearch
|
Simplex search Optimization method. Return/assignment value: Integer.
|