makeSelector {ecr} | R Documentation |
Construct a selection operator.
Description
Helper function which defines a selector method, i. e., an operator which takes the population and returns a part of it for mating or survival.
Usage
makeSelector(
selector,
supported = getAvailableRepresentations(),
supported.objectives,
supported.opt.direction = "minimize"
)
Arguments
selector |
[ |
supported |
[ |
supported.objectives |
[ |
supported.opt.direction |
[ |
Value
[ecr_selector
]
Selector object.
[Package ecr version 2.1.1 Index]