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
Is your feature request related to a problem? Please describe.
In the Everest configuration a normalization factor can be specified. Objectives will be normalized by multiplying with this factor during optimization. Instead of a normalization factor a scaling factor should be used, which divides the objectives. This is more natural, since we usually want to reduce large objective values to a value close to one. It is also more inline with controls and constraints that offer a scaling option.
Describe the solution you'd like
A scaling option should be added which could be used instead of normalization. The normalization option should be deprecated and in the long run, it should be removed.
Describe alternatives you've considered
N/A
Additional context
Internally the ropt optimizer already expects scaling rather than normalization, hence implementation should be straightforward.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the Everest configuration a normalization factor can be specified. Objectives will be normalized by multiplying with this factor during optimization. Instead of a normalization factor a scaling factor should be used, which divides the objectives. This is more natural, since we usually want to reduce large objective values to a value close to one. It is also more inline with controls and constraints that offer a scaling option.
Describe the solution you'd like
A scaling option should be added which could be used instead of normalization. The normalization option should be deprecated and in the long run, it should be removed.
Describe alternatives you've considered
N/A
Additional context
Internally the
ropt
optimizer already expects scaling rather than normalization, hence implementation should be straightforward.The text was updated successfully, but these errors were encountered: