Initialize a bare mutation operator collection.

init(preset = NULL)

Arguments

preset

[character(1)]
Shall the collection be initialized with a preset of mutation operators? Option “simple” adds uniform and normal mutation only. Option “sophisticated” adds all available operators except the simple ones, i.e., uniform and normal. Option “all” adds all available mutation operators. Note that each preset sets the uniform operator selection probability distribution, i.e., each operator is equally likely to be selected. Default is NULL, i.e., no preset at all.

Value

[tspgen_collection] Collection of mutation operators.