|
ExtendedGeneFunction Constructor (Int32)
|
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax public ExtendedGeneFunction(
int variablesCount
)
Public Sub New (
variablesCount As Integer
)
Request Example
View SourceParameters
- variablesCount
- Type: SystemInt32
Total amount of variables in the task which is supposed
to be solved.
Remarks The constructor creates randomly initialized gene with random type
and value by calling Generate method.
See Also