amplify.client.FixstarsClientResultExecutionParameters

class FixstarsClientResultExecutionParameters

A class that provides information about the execution parameters of Fixstars Amplify Annealing Engine client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

num_gpus

The number of GPUs used for annealing.

num_iterations

The number of searches of solutions until timeout.

penalty_calibration

Boolean value that indicates whether the auto adjustment of the penalty coefficients was enabled.

penalty_multipliers

A list of the values of the penalty coefficients used in the solution search.

timeout

The timeout value.

version

Get the version string of the Amplify Annealing Engine.

property num_gpus

The number of GPUs used for annealing.

Type

int

property num_iterations

The number of searches of solutions until timeout.

Type

int

property penalty_calibration

Boolean value that indicates whether the auto adjustment of the penalty coefficients was enabled.

Type

bool

property penalty_multipliers

A list of the values of the penalty coefficients used in the solution search.

Type

list

property timeout

The timeout value.

Type

float

property version

Get the version string of the Amplify Annealing Engine. The token must be set before calling this property in order to get the runtime version correctly.

Type

str