Population<TSolution, TCandidate>.Get Enumerator Method
Returns an enumerator that iterates through the collection.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
An enumerator that can be used to iterate through the collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public IEnumerator<TCandidate> GetEnumerator()
Return Value
IEnumerator<TCandidate>An enumerator that can be used to iterate through the collection.