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 - [Deprecated] The annealing time in a given job, measured in milliseconds. - 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. - The value of each parameter setting used in obtaining the solution. - The number of the processed executable units. - A list of solutions. - A class that provides information about various calculation times. - 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:
 
 - property others
- A list of solutions other than the one with the best value of objective function. Each element is - ClientSolution.- Type:
 
 - property parameters
- The value of each parameter setting used in obtaining the solution. - Type:
- ToshibaSqbm2ResultParameters
 
 - property solutions
- A list of solutions. Each element of the list is - ClientSolution.- Type:
 
 - property timing
- A class that provides information about various calculation times. - Type:
- ToshibaSqbm2ClientResultTiming