IFitness Interface

GeneticSharp

IFitness Interface GeneticSharp
Defines an interface for fitness function.
Remarks

A fitness function is a particular type of objective function that is used to summarise, as a single figure of merit, how close a given design solution is to achieving the set aims. OnlineWikipedia

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

Syntax

public interface IFitness
public interface IFitness
See Also