algo3
algo3indi
Individual
constructor Individual
Individual
class Individual
Constructors
Individual
create
normalcreate
Properties
c
fitness
search_space
strategy
vector
hashCode
runtimeType
Methods
mutate
objective_function
toString
noSuchMethod
Operators
operator ==
Individual
(
List<
Property
>
vector
)
Source
Individual(List<Property> this.vector) { this.search_space = c.space; }
constructor Individual