R/score_aggregation.R
first_score_only.Rd
This function enables comparison of the results of two scoring functions by just basing the decision on the first element. This reflects the original behavior of the optimization function, just evaluating the 'auxiliary' scores for the user's information.
first_score_only(scores, ...)
A score or multiple component score vector
Parameters to be ignored by this aggregation function
The aggregated score, i.e. the first element of a multiple-component score vector.
first_score_only(c(1, 2, 3))
#> [1] 1