GeneticAlgorithm.TaskExecutor Property

GeneticSharp

GeneticAlgorithm TaskExecutor Property GeneticSharp
Gets or sets the task executor which will be used to execute fitness evaluation.

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

Syntax

public ITaskExecutor TaskExecutor { get; set; }
public ITaskExecutor TaskExecutor { get; set; }

Property Value

Type: ITaskExecutor
See Also