The MOSEK Python optimizer API manual Version 7.0 (Revision 141)

Optimizer API for Python - Documentation - Mosek Optimizer API for Python - Documentation - Mosek

25.11.2015 Views

484 APPENDIX B. PARAMETERS • simseltype.devex The optimizer uses devex steepest-edge pricing (or if it is not available an approximate steep-edge selection). • simseltype.free The optimizer chooses the pricing strategy. • simseltype.full The optimizer uses full pricing. • simseltype.partial The optimizer uses a partial selection approach. The approach is usually beneficial if the number of variables is much larger than the number of constraints. • simseltype.se The optimizer uses steepest-edge selection (or if it is not available an approximate steep-edge selection). Default value: simseltype.free B.2.149 iparam.sim exploit dupvec Corresponding constant: iparam.sim exploit dupvec Description: Controls if the simplex optimizers are allowed to exploit duplicated columns. Possible values: • simdupvec.free The simplex optimizer can choose freely. • simdupvec.off Disallow the simplex optimizer to exploit duplicated columns. • simdupvec.on Allow the simplex optimizer to exploit duplicated columns. Default value: simdupvec.off B.2.150 iparam.sim hotstart Corresponding constant: iparam.sim hotstart Description: Controls the type of hot-start that the simplex optimizer perform. Possible values: • simhotstart.free The simplex optimize chooses the hot-start type. • simhotstart.none The simplex optimizer performs a coldstart. • simhotstart.status keys Only the status keys of the constraints and variables are used to choose the type of hot-start. Default value: simhotstart.free

B.2. IPARAM: INTEGER PARAMETERS 485 B.2.151 iparam.sim hotstart lu Corresponding constant: iparam.sim hotstart lu Description: Determines if the simplex optimizer should exploit the initial factorization. Possible values: • onoffkey.off Switch the option off. • onoffkey.on Switch the option on. Default value: onoffkey.on B.2.152 iparam.sim integer Corresponding constant: iparam.sim integer Description: An exprimental feature. Possible Values: Any number between 0 and 10. Default value: 0 B.2.153 iparam.sim max iterations Corresponding constant: iparam.sim max iterations Description: Maximum number of iterations that can be used by a simplex optimizer. Possible Values: Any number between 0 and +inf. Default value: 10000000

B.2. IPARAM: INTEGER PARAMETERS 485<br />

B.2.151<br />

iparam.sim hotstart lu<br />

Corresponding constant:<br />

iparam.sim hotstart lu<br />

Description:<br />

Determines if the simplex <strong>optimizer</strong> should exploit the initial factorization.<br />

Possible values:<br />

• onoffkey.off Switch the option off.<br />

• onoffkey.on Switch the option on.<br />

Default value:<br />

onoffkey.on<br />

B.2.152<br />

iparam.sim integer<br />

Corresponding constant:<br />

iparam.sim integer<br />

Description:<br />

An exprimental feature.<br />

Possible Values:<br />

Any number between 0 and 10.<br />

Default value:<br />

0<br />

B.2.153<br />

iparam.sim max iterations<br />

Corresponding constant:<br />

iparam.sim max iterations<br />

Description:<br />

Maximum number of iterations that can be used by a simplex <strong>optimizer</strong>.<br />

Possible Values:<br />

Any number between 0 and +inf.<br />

Default value:<br />

10000000

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!