-
I would like to use pygad to calculate material parameters in static analysis, I would like to get something like this article: Contrary to the article mentioned above, I would like to use CalculiX as a FEA program: http://calculix.de Please let me know if I can do something like that and help me how to do it (I'm just starting my adventure with pygad)? At the moment, I can perform single calculations (CalculiX), then use Imaginary work cycle (general):
and so on in the loop until a given criterion is reached (amount and/or Python scripts usable with CalculiX: If pygad allows to save parameters to a .txt file in this form: where the first 2 values are constant and A, B, C, D are variable coefficients then we can omit the script to replace them in the input file (param.py) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have a working combination like this but currently based on pyswarm PSO (https://pythonhosted.org/pyswarm/) Now pygad is available in msys2/mingw: https://packages.msys2.org/base/mingw-w64-python-pygad |
Beta Was this translation helpful? Give feedback.
I have a working combination like this but currently based on pyswarm PSO (https://pythonhosted.org/pyswarm/)
Now pygad is available in msys2/mingw: https://packages.msys2.org/base/mingw-w64-python-pygad