simulation-based non-linear constrainted multiobjective optimization, any suggestions to which solver to use?

6 views (last 30 days)
Hello everyone, im using FEA(finite element analysis) software to calculate some physical models, and together with matlab optimization toolbox to optimize my design. However my FEA simulation is very time-consuming, to be more specific it takes around 1 min to build the FEA model hence for each design, it takes 1min to check the constraints and 1min to evaluate the objective function. My problem is stated as followed:
1) Is it possible to build my model only once ?
2) which optimization algorithms should i use? in matlab for multi-objective only ga and pareto search are avaliable, and GA is definitely one way to go but it might takes too muhc time. I dont have a solid background in maths so thats why im here to ask for help.
Thank you.

Accepted Answer

Matt J
Matt J on 12 Apr 2019
Edited: Matt J on 12 Apr 2019
2) If ga takes too much time and pareto search is the only other option, there doesn't appear to be much choice. However, you should see if the UseParallel option in ga makes the runtime more tolerable for you.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!