template {GA_toolkit}
R Documentation
create a new chromosome template.
Description
Usage
template
(
seed
,
crossover
,
mutate
,
uniqueId
);
Arguments
seed
-
crossover
[as
RFunction
]
mutate
[as
RFunction
]
uniqueId
[as
RFunction
]
env
[as
Environment
]
Details
Authors
MLkit
Value
this function returns data object of type
GeneralChromosome
.
clr value class
GeneralChromosome
Examples
[Package
GA_toolkit
version 1.0.0.0
Index
]