temperatures property

Future<List<num>> temperatures

Returns an UnmodifiableListView of the annealing temperatures determining the annealing schedule.

Implementation

Future<List<num>> get temperatures =>
    _temperatures().then((temperatures) => temperatures.unmodifiable);