View source: R/multiObjMatch.R
rho_proposition | R Documentation |
An internal helper function used for automatically generating the set of rho values used for grid search in exploring the Pareto optimal set of solutions.
rho_proposition(
paircosts.list,
rho.max.factor = 10,
rho1old,
rho2old,
rho.min = 0.01
)
paircosts.list |
a vector of pair-wise distance. |
rho.max.factor |
a numeric value indicating the maximal rho values. |
rho1old |
a vector of numeric values of rho1 used before. |
rho2old |
a vector of numeric values of rho2 used before. |
rho.min |
smallest rho value to consider. |
a vector of pairs of rho values for future search.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.