Usage
FASTDECOR(X, Wk = NULL, maxiter = 10, NP = 15, L = 100, FF = 0.4,
CR = 0.9, FULL = FALSE, PS = TRUE)
Arguments
X
A N by M data matrix, in which there are N judges and M objects to be judged. Each row is a ranking of the objects which are represented by the columns. Alternatively X can contain the rankings observed only once. In this case the argument Wk must be used
Wk
Optional: the frequency of each ranking in the data
maxiter
maximum number of iterations. Default 10
NP
The number of population individuals
L
Generations limit: maximum number of consecutive generations without improvement
FF
The scaling rate for mutation. Must be in [0,1]
CR
The crossover range. Must be in [0,1]
FULL
Default FULL=FALSE. If FULL=TRUE, the searching is limited to the space of full rankings. In this case, the data matrix must contain full rankings.
PS
Default PS=TRUE. If PS=TRUE the number of a multiple of 5 iterations is diplayed