Patis Thepsorn
Followers: 0 Following: 0
Feeds
提问
Scaled function for optimization
clear if true % Unscaled formulation: % min (x^3 - y)^2 - x % subject to % x^2 + 3150 - y <= 0 % -15...
1 year 前 | 0 个回答 | 0
0
个回答提问
Optimization terminated: maximum number of generations exceeded.
Why I got the maximum number exceeding? The solution is fluctuated as it shows in first run and second run. % GA without constr...
1 year 前 | 1 个回答 | 0
1
个回答提问
Function behaves unexpectedly on array inputs. To improve performance, properly vectorize your function to return an output with the same size and shape as the input arguments
I run the code with seperately set the function and f1, f2, f3, and f4. Why I still got the orange warning. Moreover, could you ...
1 year 前 | 1 个回答 | 0
1
个回答提问
why I got orange warning about contour plot?
I run my code two times but the results are not the same. As you can see in x and y value after running the code. I go the diffe...
1 year 前 | 1 个回答 | 0