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
)a vector of pairs of rho values for future search.
a vector of pair-wise distance.
a numeric value indicating the maximal rho values.
a vector of numeric values of rho1 used before.
a vector of numeric values of rho2 used before.
smallest rho value to consider.