amplify.client.ToshibaClientResult

class ToshibaClientResult

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

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

C

The value of parameter C expressed with five significant digits.

NAME

The name of the problem set by the user.

algo

Provides information about which algorithm is employed in calculation.

annealing_time_ms

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

deeper

The number of steps in the "deeper algorithm".

dt

The value of parameter dt expressed with two significant digits.

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.

runs

The number of the processed executable units.

solutions

A list of solutions.

stats

Statistical information.

steps

The number of steps by which the result of the solutions has been obtained.

timing

A class that provides information about various calculation times.

value

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

property C

The value of parameter C expressed with five significant digits. When parameter C is set to 0, a value that is automatically set is output.

Type:

float

property NAME

The name of the problem set by the user.

Type:

str

property algo

Provides information about which algorithm is employed in calculation.

Type:

int

property annealing_time_ms

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

Type:

int

property deeper

The number of steps in the “deeper algorithm”.

Type:

int

property dt

The value of parameter dt expressed with two significant digits.

Type:

float

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 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 stats

Statistical information. If stats is set to "none", no output is shown.

Type:

ToshibaClientStatisticalInformation

property steps

The number of steps by which the result of the solutions has been obtained.

Type:

int

property timing

A class that provides information about various calculation times.

Type:

ToshibaClientResultTiming

property value

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

Type:

float