problem.msaddpreset
| problem.msaddpreset | 
 problem.msaddpreset (description, preset, count, job_object) 
 | 
     description 
     | 
     Text description of the preset. Used for messaging, may be
     None if not required.
     | 
| 
     preset 
     | 
     Which preset to load.
     | 
| 
     count 
     | 
     Maximum number of jobs to be added to the multistart pool.
     | 
| 
     job_object 
     | 
     Job-specific user context pointer to be passed to the multistart callbacks.
     | 
The following presets are defined:
msset_initialvalues: generate count number of random base points.
msset_solvers: load all solvers.
msset_slp_basic: load the most typical SLP tuning settings. A maximum of count jobs are loaded.
msset_slp_extended: load a comprehensive set of SLP tuning settings. A maximum of count jobs are loaded.
msset_knitro_basic: load the most typical Knitro tuning settings. A maximum of count jobs are loaded.
msset_knitro_extended: load a comprehensive set of Knitro tuning settings. A maximum of count jobs are loaded.
msset_initialfiltered: generate count number of random base points, filtered by a merit function centred on initial feasibility.
See xslp_MSMAXBOUNDRANGE for controlling the range in which initial values are generated.
 
