amplify.client.FixstarsClientResult

class FixstarsClientResult

A class that provides information about the execution results obtained by FixstarsClient.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

annealing_time_ms

[Deprecated] The annealing time in a given job, measured in milliseconds.

execution_parameters

A class for the execution parameters of Fixstars Amplify Annealing Engine client.

feasibilities

A list of Boolean values ​​that indicate whether the corresponding solutions are feasible.

solutions

A list of solutions.

timing

Provides the timing-related information.

property annealing_time_ms

[Deprecated] The annealing time in a given job, measured in milliseconds.

Type:

int

property execution_parameters

A class for the execution parameters of Fixstars Amplify Annealing Engine client.

Type:

FixstarsClientResultExecutionParameters

property feasibilities

A list of Boolean values ​​that indicate whether the corresponding solutions are feasible.

Type:

list

property solutions

A list of solutions. Each element of the list is ClientSolution.

Type:

list

property timing

Provides the timing-related information.

Type:

FixstarsClientResultTiming