Walter Frei
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
8 years ago
24 gen 2017, 11:11 GMT-5
Hello,
For numerical reasons, in an optimization problem we want all variables to have roughly the same magnitude, so it is good practice to scale all design variables so that they have similar magnitudes.
For example, if you have an optimization problem with two design variables, Length & Thickness, where:
90 < Length < 110
0.05 < Thickness <0.15
we would apply a scale of 100 to Length, and 0.1 to Thickness. That way, the optimization solver will (internally) solve for the design variables:
0.9 < ScaledLength < 1.1
0.5 < ScaledThickness < 1.5
The latter problem has design variables of similar magnitude, which is better for numerical reasons.
Note also that the objective function and constraint functions should also be scaled such that they are close to unity. For a more detailed example see:
www.comsol.com/blogs/designing-new-structures-with-shape-optimization/
Best Regards,
Hello,
For numerical reasons, in an optimization problem we want all variables to have roughly the same magnitude, so it is good practice to scale all design variables so that they have similar magnitudes.
For example, if you have an optimization problem with two design variables, Length & Thickness, where:
90 < Length < 110
0.05 < Thickness
Please login with a confirmed email address before reporting spam
Posted:
8 years ago
24 gen 2017, 21:53 GMT-5
Thanks for your help Walter!Now the function of scale is very clear by your explanation.
Could you explan how to set the step length of sweep in optimization?
Thanks for your help Walter!Now the function of scale is very clear by your explanation.
Could you explan how to set the step length of sweep in optimization?