Feeds
질문
Linear constrains meet problem when using parallel GA optimization
I was using following code to do a parallel GA optimization, and it works fine without setting A and b, which is the linear cons...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
How to call a compiled fortran exe file in a deployed Matlab exe in Linux?
(Or maybe I should ask How to compile a totally independent excutable Fortran file in Linux....) Hi guys, I am trying to use a ...
대략 6년 전 | 답변 수: 2 | 0
2
답변답변 있음
Fail to run ga in parallel mode (need to call NASTRAN when getting fitness)
clc;clear; spmd cd(sprintf('%d', labindex)); end options = gaoptimset('Generations', 200,... %设置迭代次数 'PopulationSize'...
Fail to run ga in parallel mode (need to call NASTRAN when getting fitness)
clc;clear; spmd cd(sprintf('%d', labindex)); end options = gaoptimset('Generations', 200,... %设置迭代次数 'PopulationSize'...
대략 6년 전 | 0
질문
Fail to run ga in parallel mode (need to call NASTRAN when getting fitness)
Hello, I am trying to do a parallel ga optimization. I need a third software to analysis input model files to get fitness (MSC.N...
대략 6년 전 | 답변 수: 1 | 0