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
[Deprecated] The annealing time in a given job, measured in milliseconds.
A class for the execution parameters of Fixstars Amplify Annealing Engine client.
A list of Boolean values that indicate whether the corresponding solutions are feasible.
A list of solutions.
Provides the timing-related information.
- property annealing_time_ms
[Deprecated] The annealing time in a given job, measured in milliseconds.
- Type:
- property execution_parameters
A class for the execution parameters of Fixstars Amplify Annealing Engine client.
- property feasibilities
A list of Boolean values that indicate whether the corresponding solutions are feasible.
- Type:
- property solutions
A list of solutions. Each element of the list is
ClientSolution
.- Type:
- property timing
Provides the timing-related information.