amplify.client.ABSClientParameters

class ABSClientParameters

A parameter class of ABS Amplify Annealing Engine client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

arithmetic_precision

Set the arithmetic precision of ABS solver.

scale

Set whether scale the model.

target_energy

Set the target energy.

timeout

Set the timeout in seconds.

word_size

Set the word size of QUBO matrix elements.

property arithmetic_precision

Set the arithmetic precision of ABS solver. 32 or 64 can be set.

Type

int

property scale

Set whether scale the model. Recommended to be set true only if all of the model elements are integers.

Type

bool

property target_energy

Set the target energy.

Type

float

property timeout

Set the timeout in seconds. An integer value ranging between 1 to 100 can be set.

Type

int

property word_size

Set the word size of QUBO matrix elements. 16, 32, or 64 can be set.

Type

int