You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, HPCP has a parameter "normalized" (bool ∈ {true, false}, default = true) to whether normalize or not. The normalization type is unit maximum (normalize method from essentiamath.h)
Add normalization to unit sum (normalizeSum method) and replace parameter for string ∈ {"none", "unit_sum", "unit_max"}. Keep unit_max as default.