- U
U is either a data class of exametrika, or raw data. When raw data is given,
it is converted to the exametrika class with the dataFormat function.
- Z
Z is a missing indicator matrix of the type matrix or data.frame
- w
w is item weight vector
- na
na argument specifies the numbers or characters to be treated as missing values.
- seed
seed for random.
- population
Population size. The default is 20
- Rs
Survival Rate. The default is 0.5
- Rm
Mutation Rate. The default is 0.002
- maxParents
Maximum number of edges emanating from a single node. The default is 2.
- maxGeneration
Maximum number of generations.
- successiveLimit
Termination conditions. If the optimal individual does not change
for this number of generations, it is considered to have converged.
- elitism
Number of elites that remain without crossover when transitioning to
the next generation.
- alpha
Learning rate. The default is 0.05
- estimate
In PBIL for estimating the adjacency matrix, specify by number from the
following four methods: 1. Optimal adjacency matrix, 2. Rounded average of individuals in
the last generation, 3. Rounded average of survivors in the last generation, 4. Rounded
generational gene of the last generation. The default is 1.
- filename
Specify the filename when saving the generated adjacency matrix in CSV format.
The default is null, and no output is written to the file.
- verbose
verbose output Flag. default is TRUE