amplify.client.FixstarsClientParametersOutputs
- class FixstarsClientParametersOutputs
Output control parameters of Fixstars Annealing Engine client.
- __init__(*args, **kwargs)
Methods
__init__
(*args, **kwargs)Attributes
A Boolean value that determines whether to output solutions with the same energy value.
Boolean value that determines whether to output energy values of the solutions.
Boolean value that determines whether to output the feasibilities of the solutions.
The number of outputs for spin arrays and energy values.
A Boolean value that determines whether the spin array and energies are sorted in ascending order of energy values.
Boolean value that determines whether to output a spin array.
- property duplicate
A Boolean value that determines whether to output solutions with the same energy value. Assumed
False
if no value is set.- Type:
- property energies
Boolean value that determines whether to output energy values of the solutions. Assumed
True
if no value is set.- Type:
- property feasibilities
Boolean value that determines whether to output the feasibilities of the solutions. Assumed
True
if no value is set.- Type:
- property num_outputs
The number of outputs for spin arrays and energy values. Assumed 1 if no value is set. If set to 0, all spin arrays and energy values are output.
- Type: