Constructors

Property(num value, num deviation)
Property.simpleCreate()
factory

Properties

deviation double
read / write
max num
read / write
min num
read / write
value double
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

mutate() → void
mutate_problem(num vector, num stdev, num min, num max) → num
mutate_strategy(num stdev) → num
toString() → String
Returns a string representation of this object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(other) → bool
The equality operator. [...]
inherited