-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimization premature convergence #42
Comments
The decaying mechanism is made to fix the mass on the actual value if failing elements are present (Failure index > 1). There are some parameters which control that. Available parameters with default values and comments are in You can try to define/change parameters in your beso_conf.py file:
|
Thanks for your patient reply! It seems that my doubts have been largely addressed. I still have a few remaining questions for you:
Thank you in advance for taking the time to address my remaining questions. I appreciate your patience and the valuable insights you have provided. Best regards, |
|
Need Assistance with Installation and Setup of Hi, I am trying to install and set up the The problem I am facing is as follows: When I attempt to run
This error indicates that the input file Here are the steps I have taken:
I would appreciate it if you could provide guidance on how to resolve this issue or ensure that the installation and setup process is done correctly. Thank you very much for your help. Best regards, |
Examples are not updated. The easiest way is to follow example 4 using FreeCAD GUI
python files can be in some other directory independently since some code version |
Hi,
First of all, thank you for your invaluable contributions to the field of topology optimization.
I am trying to use the Bi-directional Evolutionary Structural Optimization (BESO) method for the topological optimization of steel plates based on stiffness. However, I am facing some confusion in the process:
When the number of failure elements becomes too large, the decaying mechanism is triggered, resulting in the mass addition and removal coefficients tending to be the same. This, in turn, causes the sensitivity index to remain relatively unchanged, leading to an early termination of the optimization process. At this point, the volume constraint is not satisfied. I am puzzled by this phenomenon.
Additionally, I would like to understand the difference between stiffness-based and failure index-based optimization. Are the convergence criteria the same for these two approaches? Furthermore, I am struggling to comprehend the decaying mechanism in detail.
I would greatly appreciate your guidance and insights in resolving these issues. Your expertise in this field would be invaluable in helping me progress with my research.
Thank you in advance for your assistance.
Best regards,
Huiyang
The text was updated successfully, but these errors were encountered: