Feeds
已回答
How to establish all possible combinations of 4 variables out of 6 ?
I believe you need something like this : v=[var1 var2 var3 var4 var5 var6]; combinations=nchoosek(v,4)
How to establish all possible combinations of 4 variables out of 6 ?
I believe you need something like this : v=[var1 var2 var3 var4 var5 var6]; combinations=nchoosek(v,4)
11 years 前 | 0
提问
Saving intermediate population during GA
I need some help to find out a way to store the information related to every generation of the GA (both the variable and the ...
11 years 前 | 2 个回答 | 0
2
个回答提问
both real and integer variables ga optimization
How can i perform an optimization with the gamultiobj function using both real and integer variables ?
12 years 前 | 2 个回答 | 0
2
个回答提问
how to costrain variables for ga optimization
Hello, I'm perfoming an optimization using the gamultiobj but I'm not able to force my variables to follow the inequalityies : ...
12 years 前 | 1 个回答 | 0
1
个回答提问
help with numerical integration
I have the x and y coordinate of the points belonging to a curve and I am not able to figure out how to solve this two integrals...
12 years 前 | 0 个回答 | 0
0
个回答提问
Closed spline fit of airfoil coordinates
Hi, I'm working on airfoil coordinates and trying to fit the data point to a single closed curve but now i need some help to ex...
12 years 前 | 1 个回答 | 0