ParticleSwarmTopology Methods

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Random Returns the random topology where each particle is influenced by a random subset of particles.
Ring Returns the ring topology where each particle is influenced by its neighbors in a ring structure.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also