Initializing help system before first use

addmultistart

Purpose
Loads a single or a set of multistart job(s) into the multistart job pool.
Synopsis
addmultistart(descr:string)
addmultistart(descr:string, controls:array(set of string) of real)
addmultistart(descr:string, initvalues:array(set of mpvar) of real)
addmultistart(descr:string, initvalues:array(set of mpvar) of real, controls: array(set of string) of real)
addmultistart(descr:string, controls:array(set of string) of real, initvalues:array(set of mpvar) of real)
addmultistart(descr:string, preset:integer)
addmultistart(descr:string, preset:integer, cnt:integer)
addmultistart(descr:string, preset:integer, initvalues:array(set of mpvar) of real, controls:array(set of string) of real)
addmultistart(descr:string, preset:integer, cnt:integer, initvalues:array(set of mpvar) of real, controls:array(set of string) of real)
Arguments
descr 
Text description of the job. Used in reporting and in callbacks.
controls 
An array containing the controls to be set for the loaded multistart job.
initvalues 
An array containing initial values to be set for the loaded multistart job.
preset 
The multistart preset of jobs to be loaded. Please see the Xpress NonLinear Reference Manual for the list of possible presets.
cnt 
The upper bound on the number of jobs to be created, in case a preset is used.
Further information
Adds a job or a preset to the multistart job pool. Multistart jobs are automatically executed on the next minimize/maximize command, unless the XSLP_MULTISTART control is set to 0. Please refer to the Xpress NonLinear Reference Manual for a detailed description of multistart.
Module

© 2001-2022 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.