Statistics
RANK
64,304
of 301,159
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
5 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0
2
answersFail 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 years ago | 0
Question
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 years ago | 1 answer | 0