Population<TSolution, TCandidate> Properties

Properties

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

See Also