English
Languages
English
Bengali
Japanese
Spanish



SolutionSample

class SolutionSample(x, fval, probability, status)[source]

Bases: object

A sample of an optimization solution.

Attributes

x

The values of the variables

fval

The objective function value

probability

The probability of this sample

status

The status of this sample

Methods