da-crivelli / freecad-parametric-fea

A flexible parametric FEA library based on FreeCAD
GNU Lesser General Public License v2.1
33 stars 5 forks source link

Develop optimisation tool #18

Open da-crivelli opened 1 year ago

da-crivelli commented 1 year ago

Leveraging on parametric, should allow the user to specify

This could effectively be a class that generates runs of parametric, the results of which are then passed to the optimiser which determines the next run matrix and values.

We should still keep track of all runs in a dataframe, so this may need a new version of the dataframe initialisation function to support appending rather than creating a new df from scratch.