Constructors

Individual(List<Property> vector)
Individual.create(num center, num strategy, num size)
factory
Individual.normalcreate(num size)
factory

Properties

c Configuration
read / write
fitness num
read / write
search_space List<MinMax>
read / write
strategy List<num>
read / write
vector List<Property>
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() → num
objective_function(List<Property> vector) → List<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