Ayman Al-Sukhon
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
193,975
of 295,712
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,274
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,359
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Safely Stop a Pareto Search
Hi, I am running a Pareto search with an expensive cost function. I limited the time to 39600 s using the 'MaxTime' option howe...
4 years ago | 1 answer | 0
1
answerQuestion
Running Pareto in Parallel with external solver
Hi, Does anyone have experience running MATLAB Pareto search in parallel with an OptiStruct (or NASTRAN) solver in the objectiv...
4 years ago | 0 answers | 0
0
answersQuestion
gaplotpareto not supported for this algorithm
Hi, I am running gamultiobj for an optimization of a simulation. I ran it with: options = optimoptions('gamultiobj','PlotFcn...
4 years ago | 3 answers | 0
3
answersQuestion
Unable to find explicit solution, but I know a solution exists
Hi, I am solving a complex equation using the following code: syms x h k l m n b c CTL eps_y g eq = 2*((h.*x.^2)./eps_y).^(1/...
4 years ago | 0 answers | 0
0
answersQuestion
Genetic Algorithm: Plot ONLY best fitness value, not mean.
Hi, I want to plot ONLY the best function value for each generation in MATLAB GA and not the mean, as the two values are on diff...
5 years ago | 1 answer | 0
1
answerQuestion
Using Accumarray with @maxk instead of @max?
Hi, Say you have three vectors: a = [1;2;3;4;5;1;3;1;4]; b = [100;200;300;400;500;400;300;200;100]; c = [123;456;221;111;800...
5 years ago | 2 answers | 0