View source: R/generate_reference_points.R
scale_reference_directions | R Documentation |
A implementation of Das and Dennis's Reference Points Generation.
scale_reference_directions(ref_dirs, scaling)
ref_dirs, scaling |
where 'ref_dirs' are the reference points generated and 'scaling' are the scale on which the points are distributed. |
The implemented Reference Point Generation is based on the Das and Dennis's systematic approach that places points on a normalized hyper-plane which is equally inclined to all objective axes and has an intercept of one on each axis.
A matrix with rescaled reference points uniformly distributed.
Francisco Benitez benitezfj94@gmail.com
J. Blank and K. Deb, "Pymoo: Multi-Objective Optimization in Python," in IEEE Access, vol. 8, pp. 89497-89509, 2020, doi: 10.1109/ACCESS.2020.2990567.
generate_reference_points()
and get_fixed_rowsum_integer_matrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.