Feeds
질문
FFT inside parfor loop on a multi-core computer does not accelerate
Hello, I am trying to accelerate my code involving lots of FFT-s by putting it inside a parfor loop. All calculations in the ...
거의 14년 전 | 답변 수: 2 | 0
2
답변답변 있음
Can't pass COM object handle into spmd body
|It looks like there exists a simple solution which involves creating a COM object inside the spmd body, but avoids creating an...
Can't pass COM object handle into spmd body
|It looks like there exists a simple solution which involves creating a COM object inside the spmd body, but avoids creating an...
대략 14년 전 | 1
| 수락됨
질문
Can't pass COM object handle into spmd body
I am using an application object opened using ActiveX server, oApp = actxserver('my.application'); in the definition of ...
대략 14년 전 | 답변 수: 2 | 0
2
답변답변 있음
parallelizing optimization tasks for functions evaluated by external devices
OK, for those who are interested I am putting a working script below (Minimization of the two functions in parallel using spmd c...
parallelizing optimization tasks for functions evaluated by external devices
OK, for those who are interested I am putting a working script below (Minimization of the two functions in parallel using spmd c...
14년 초과 전 | 0
질문
parallelizing optimization tasks for functions evaluated by external devices
Hello, I need to optimize two functions of different variables, let's call them F1(X1) and F2(X2), using GA algorithm. The funct...
14년 초과 전 | 답변 수: 2 | 0
