amplify.client.FixstarsClientParameters

class FixstarsClientParameters

A parameter class of Fixstars Amplify Annealing Engine clinet.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

num_gpus

The number of GPUs to be used for annealing.

num_unit_steps

outputs

Output control parameters.

penalty_calibration

Boolean value that determines whether to automatically adjust the coefficients of the penalty functions of constraint objects.

timeout

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

int

property outputs

Output control parameters.

Type

FixstarsClientParametersOutputs

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

bool

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

int