PSO class

Constructors

PSO.new(FitnessFunctionType fitnessFunction, int popsize, List<double> mins, List<double> maxs)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findGBest() Particle
getPopulation() List<Particle>
iterate() → void
iterateN(int n) → void
iterateNWithParameters(int n, double w, double c1, double c2) → void
iterateWithParameters(double w, double c1, double c2) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited