Click or drag to resize
Accord.NET (logo)

SimpleGeneFunctionMaxArgumentsCount Property

Maximum arguments count.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public int MaxArgumentsCount { get; }
Request Example View Source

Property Value

Type: Int32

Implements

IGPGeneMaxArgumentsCount
Remarks

Maximum arguments count of a function gene supported by the class. The property may be used by chromosomes' classes to allocate correctly memory for functions' arguments, for example.

See Also