amplify.client.GurobiClientParameters
- class GurobiClientParameters
A parameter class of Gurobi client.
- __init__(*args, **kwargs)
Methods
__init__
(*args, **kwargs)Attributes
The ratio of runtime devoted to heuristics.
The logfile name.
Strategy of optimization.
The path to directory where node file will be located.
The max amount of memory (GB) used to store nodes.
Parameter file name.
The random seed to give to the optimizer.
The number of threads to apply to parallel algorithms.
Set the time limit in seconds.
The path where to locate the output parameter file of tuning result.
Set the time limit of tuning in seconds.
- property heuristics
The ratio of runtime devoted to heuristics.
- Type:
double
- property node_file_start
- The max amount of memory (GB) used to store nodes.
If exceed, a file to store nodes will be made.
- Type:
- property seed
The random seed to give to the optimizer. If the value is out of the range that can be passed to the optimizer, a random value will be given as a seed.
- Type:
- property threads
The number of threads to apply to parallel algorithms. An integer value ranging between 0 (automatic setting) to NProc can be set.
- Type: