amplify.client.FixstarsClientParametersOutputs

class FixstarsClientParametersOutputs

Output control parameters of Fixstars Annealing Engine client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

duplicate

A Boolean value that determines whether to output solutions with the same energy value.

energies

Boolean value that determines whether to output energy values of the solutions.

feasibilities

Boolean value that determines whether to output the feasibilities of the solutions.

num_outputs

The number of outputs for spin arrays and energy values.

sort

A Boolean value that determines whether the spin array and energies are sorted in ascending order of energy values.

spins

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:

bool

property energies

Boolean value that determines whether to output energy values of the solutions. Assumed True if no value is set.

Type:

bool

property feasibilities

Boolean value that determines whether to output the feasibilities of the solutions. Assumed True if no value is set.

Type:

bool

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:

int

property sort

A Boolean value that determines whether the spin array and energies are sorted in ascending order of energy values. Assumed True if no value is set.

Type:

bool

property spins

Boolean value that determines whether to output a spin array. Assumed True if no value is set.

Type:

bool