I used abaqus with matlab to do optimization.I executed the python script of abaqus from matlab by using the command “abaqus cae noGUI =my script .py” The process of the optimization in my work is done by matlab by using a Genetic algorithm function. Which changes the parameters in the python script, runs it and compares the results .So this process will repeat itself to get optimum results and this lead to run the abaqus per each stage of optimization.
My wondering is there any way to keep the abaqus cae opening without closing when the job finished, to reduce the time in my work
