maxone {adana} | R Documentation |
MAXONE fitness function
Description
Fitness function that calculates the number of 1s in each individual
Usage
maxone(x, ...)
Arguments
x |
A vector |
... |
Further arguments passed to or from other methods. |
Value
Number of 1s
Author(s)
Zeynel Cebeci & Erkut Tekeli
See Also
Examples
C2 = c(1, 1, 1, 0, 1, 0, 0, 0)
maxone(C2)
C3 = c(1, 1, 1, 1, 1, 1, 1, 1)
maxone(C3)
[Package adana version 1.1.0 Index]