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
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