Syed Shahed
Followers: 0 Following: 0
An experiential learner
Programming Languages:
Python, MATLAB, SQL
Spoken Languages:
English, Bengali
Python, MATLAB, SQL
Spoken Languages:
English, Bengali
統計
All
Feeds
質問
Is it possible to get some repeated values of non-dominated solutions in a pareto optimal solution set?
I tried to solve an unconstrained multi-objective problem through a Non- Dominated Sort Evolutionary Algorithm (NDSEA) and got ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
Local optima problem in minimization problem
I actually tried to solve a single objective optimization (minimization) problem and somehow i got trapped into the local optima...
4年弱 前 | 1 件の回答 | 0
1
回答質問
Out of memory Problem [Problem 2 , Project Euler (Sum of even Fibonacci numbers)]
%When i tried x=597455000 it straightly said, out of memory problem. %How can i fix this problem ? %Give me some advices fu...
4年以上 前 | 3 件の回答 | 0
3
回答質問
Sorting an array of numbers in descending order by using while loop
I wrote the code to sort number in descending order but my code failed to do so (actually i was the failure lol). Example: Cons...
4年以上 前 | 2 件の回答 | 0
2
回答質問
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side
I am confused yet . I hoped to get string (i dont know what i have to say character or string) values for every matrix elements...
4年以上 前 | 1 件の回答 | 0
1
回答回答済み
For loop for fibonacci series
%I tried to rewrite and genaralized the code and it was successfully run. %Check the code function a=fibonacciseries(n) a(1)=...
For loop for fibonacci series
%I tried to rewrite and genaralized the code and it was successfully run. %Check the code function a=fibonacciseries(n) a(1)=...
4年以上 前 | 1