Click or drag to resize
Accord.NET (logo)

IGPGeneMaxArgumentsCount Property

Maximum arguments count.

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

Property Value

Type: Int32
Remarks

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

See Also