TimeEvolvingTermination.MaxTime Property

GeneticSharp

TimeEvolvingTermination MaxTime Property GeneticSharp
Gets or sets the execution max time.

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

Syntax

public TimeSpan MaxTime { get; set; }
public TimeSpan MaxTime { get; set; }

Property Value

Type: OnlineTimeSpan
The max time.
See Also