TimeEvolvingTermination Constructor (TimeSpan)

GeneticSharp

TimeEvolvingTermination Constructor (TimeSpan) GeneticSharp
Initializes a new instance of the TimeEvolvingTermination class.

Namespace: GeneticSharp.Domain.Terminations
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public TimeEvolvingTermination(
	TimeSpan maxTime
)
public TimeEvolvingTermination(
	TimeSpan maxTime
)

Parameters

maxTime
Type: OnlineSystem TimeSpan
The execution time to consider the termination has been reached.
See Also