Closed waterfall-xi closed 10 months ago
Got to the references Das, I., & Dennis, J. E. (1998). Normal-boundary intersection: A new method for generating the Pareto surface in nonlinear multicriteria optimization problems. SIAM journal on optimization, 8(3), 631-657.
Hi all.
I'm working on the uniform_reference_points() in deap.tools and already know that it generates reference points uniformly in the rangeof 0 to 1 in each dimension. However, I feel confused by argument
scaling
,ref_points *= scaling
is easy to understand but whyref_points += (1 - scaling) / nobj
? I noticed 'The scaling factor is used to combine multiple layers of reference points.' in docstring but what does it mean?Best regards!