amplify.client.FujitsuDA3SolverClientResultProgress

class FujitsuDA3SolverClientResultProgress

A class that provides "Progress" of FujitsuDA3Solver. For more information, see "Progress" Schemas of Digital Annealer API reference (QUBO API V3) .

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

energy

Energy value when the solution is updated.

penalty_energy

penalty_energy value when the solution is updated.

time

Elapsed time from the start of calculation in seconds.

property energy

Energy value when the solution is updated.

Type:

float

property penalty_energy

penalty_energy value when the solution is updated. If penalty_energy value is not zero, one or more constraint conditions are not satisfied.

Type:

float or None

property time

Elapsed time from the start of calculation in seconds.

Type:

float