ParticleSwarm Properties

Properties

Candidates Provides an enumerable of candidate proxies representing the population. Each candidate proxy provides read-only access to the underlying SoA data.
(Overrides Population<TCandidate>.Candidates)
CountGets the number of elements in the collection.
(Inherited from Population<TSolution, TCandidate>)
Dimensions Gets the number of dimensions of the solutions.
(Inherited from Population<TCandidate>)
IsReadOnlyGets a value indicating whether the ICollection<T> is read-only.
(Inherited from Population<TSolution, TCandidate>)
ItemGets the element at the specified index in the read-only list.
(Inherited from Population<TSolution, TCandidate>)
Solutions Gets the solutions of the population.
(Inherited from Population<TSolution, TCandidate>)
Values Gets the values of the population.
(Inherited from Population<TSolution, TCandidate>)

See Also