PROC OPTLSO   options   ; 
            
The PROC OPTLSO statement invokes the OPTLSO procedure.
Table 3.1 outlines the options available in the PROC OPTLSO statement.
Table 3.1: Summary of PROC OPTLSO Options
| 
                            Description  | 
                               
                             
                               
                        
                            option  | 
                               
                             
                             
                     
|---|---|
| 
                            Input Data Set Options  | 
                             
                             
                     |
| 
                            Specifies the input cache file  | 
                             
                               
                               
                        |
| 
                            Specifies the initial genetic algorithm population  | 
                             
                               
                               
                        |
| 
                            Describes the linear constraints  | 
                             
                               
                               
                        |
| 
                            Indicates that the description uses the mathematical programming system (MPS) data format  | 
                             
                               
                               
                        |
| 
                            Describes the nonlinear constraints  | 
                             
                               
                               
                        |
| 
                            Describes the objective function  | 
                             
                               
                               
                        |
| 
                            Specifies the initial trial points  | 
                             
                               
                               
                        |
| 
                            Indicates that the description uses the quadratic programming system (QPS) data format  | 
                             
                               
                               
                        |
| 
                            Describes the variables  | 
                             
                               
                               
                        |
| 
                            Output Data Set Options  | 
                             
                             
                     |
| 
                            Specifies the output cache file  | 
                             
                               
                               
                        |
| 
                            Specifies the local solutions and best feasible solution  | 
                             
                               
                               
                        |
| 
                            Specifies the members of the genetic algorithm population on exit  | 
                             
                               
                               
                        |
| 
                            Stopping Condition Options  | 
                             
                             
                     |
| 
                            Specifies the absolute function convergence criterion  | 
                             
                               
                               
                        |
| 
                            Specifies the maximum number of function evaluations  | 
                             
                               
                               
                        |
| 
                            Specifies the maximum number of genetic algorithm iterations  | 
                             
                               
                               
                        |
| 
                            Specifies the upper limit on real time  | 
                             
                               
                               
                        |
| 
                            Optimization Control Options  | 
                             
                             
                     |
| 
                            Specifies the feasibility tolerance  | 
                             
                               
                               
                        |
| 
                            Specifies the number of global searches  | 
                             
                               
                               
                        |
| 
                            Genetic algorithm population size  | 
                             
                               
                               
                        |
| 
                            Technical Options  | 
                             
                             
                     |
| 
                            Specifies the cache tolerance  | 
                             
                               
                               
                        |
| 
                            Specifies the maximum cache size  | 
                             
                               
                               
                        |
| 
                            Specifies how frequently to print the solution progress  | 
                             
                               
                               
                        |
| 
                            Specifies how much detail of solution progress to print in the log  | 
                             
                               
                               
                        |
| 
                            Enables or disables the printing summary  | 
                             
                               
                               
                        |
| 
                            Initializes the seed for sampling routines  | 
                             
                               
                               
                        |