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
The value of parameter
C
expressed with five significant digits.The name of the problem set by the user.
Provides information about which algorithm is employed in calculation.
[Deprecated] The annealing time in a given job, measured in milliseconds.
The number of steps in the "deeper algorithm".
The value of parameter
dt
expressed with two significant digits.Internally assigned request ID.
A message that provides information about completion condition etc.
A list of solutions other than the one with the best value of objective function.
no docstring
The number of the processed executable units.
A list of solutions.
Statistical information.
The number of steps by which the result of the solutions has been obtained.
A class that provides information about various calculation times.
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 parameterC
is set to 0, a value that is automatically set is output.- Type
- property algo¶
Provides information about which algorithm is employed in calculation.
\(0\):
ToshibaClientParameters
= 2.0 (Default), where dSBM is used.\(1\):
ToshibaClientParameters
= 1.5, where bSBM is used.
- Type
- property annealing_time_ms¶
[Deprecated] The annealing time in a given job, measured in milliseconds.
- Type
- property others¶
A list of solutions other than the one with the best value of objective function. Each element is
ClientSolution
.- Type
- property response_json¶
no docstring
- property solutions¶
A list of solutions. Each element of the list is
ClientSolution
.- Type
- property steps¶
The number of steps by which the result of the solutions has been obtained.
- Type
- property timing¶
A class that provides information about various calculation times.