The control object keeps information on the objective function and a set of evolutionary components, i.e., operators.
initECRControl(fitness.fun, n.objectives = NULL, minimize = NULL)
[ecr_control
]
[function
]
The fitness function.
[integer(1)
]
Number of objectives of obj.fun
.
Optional if obj.fun
is a benchmark function from package smoof.
[logical(n.objectives)
]
Logical vector with ith entry TRUE
if the ith objective of fitness.fun
shall be minimized. If a single logical is passed, it is assumed to be valid
for each objective.