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