R/ScalorProxy.R
dict_scalors_proxy.Rd
Scalor
that performs the operation in its operation
configuration parameter. This is useful, e.g., to make
SelectorBest
's operation fully parametrizable.
operation
:: Scalor
Operation to perform. Initialized to ScalorSingleObjective
.
This is primed when $prime()
of ScalorProxy
is called, and also when $operate()
is called, to make changing
the operation as part of self-adaption possible. However, if the same operation gets used inside multiple ScalorProxy
objects, then it is recommended to $clone(deep = TRUE)
the object before assigning them to operation
to avoid
frequent re-priming.
This Scalor
can be created with the short access form scl()
(scls()
to get a list), or through the the dictionary
dict_scalors
in the following way:
Other scalors:
Scalor
,
dict_scalors_aggregate
,
dict_scalors_domcount
,
dict_scalors_fixedprojection
,
dict_scalors_hypervolume
,
dict_scalors_nondom
,
dict_scalors_one
,
dict_scalors_single
Other scalor wrappers:
dict_scalors_aggregate
,
dict_scalors_fixedprojection
miesmuschel::MiesOperator
-> miesmuschel::Scalor
-> ScalorProxy
prime()
See MiesOperator
method. Primes both this operator, as well as the operator given to the operation
configuration parameter.
Note that this modifies the $param_set$values$operation
object.
param_set
(ParamSet
)
Passed to MiesOperator
$prime()
.
invisible self
.