amplify.client.FixstarsClientParameters
- class FixstarsClientParameters
A parameter class of Fixstars Amplify Annealing Engine clinet.
- __init__(*args, **kwargs)
Methods
__init__
(*args, **kwargs)Attributes
The number of GPUs to be used for annealing.
num_unit_steps
Output control parameters.
Boolean value that determines whether to automatically adjust the coefficients of the penalty functions of constraint objects.
Set the timeout in milliseconds.
- property num_gpus
The number of GPUs to be used for annealing. Assumed 1 if no value is set. The maximum value available depends on the contract plan , and 0 means the maximum number available.
- Type:
- property outputs
Output control parameters.
- property penalty_calibration
Boolean value that determines whether to automatically adjust the coefficients of the penalty functions of constraint objects. Assumed
True
if no value is set.- Type:
- property timeout
Set the timeout in milliseconds. An integer value ranging between 0 to 600000 can be set. The maximum value available depends on the contract plan .
- Type: