amplify.client.ToshibaSQBM2ClientResult

class ToshibaSQBM2ClientResult

A class that provides infomation about the execution results of the Toshiba SQBM+ client. Simulated Bifurcation Machine User Manual .

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

annealing_time_ms

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

id

Internally assigned request ID.

message

A message that provides information about completion condition etc.

others

A list of solutions other than the one with the best value of objective function.

parameters

The value of each parameter setting used in obtaining the solution.

runs

The number of the processed executable units.

solutions

A list of solutions.

timing

A class that provides information about various calculation times.

value

The best value of the objective function calculated using the obtained solution.

property annealing_time_ms

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

Type:

int

property id

Internally assigned request ID.

Type:

str

property message

A message that provides information about completion condition etc.

Type:

str

property others

A list of solutions other than the one with the best value of objective function. Each element is ClientSolution.

Type:

list

property parameters

The value of each parameter setting used in obtaining the solution.

Type:

ToshibaSqbm2ResultParameters

property runs

The number of the processed executable units.

Type:

int

property solutions

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

Type:

list

property timing

A class that provides information about various calculation times.

Type:

ToshibaSqbm2ClientResultTiming

property value

The best value of the objective function calculated using the obtained solution.

Type:

float