photo

Matlab Noob


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
269,043
of 299,772

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


GA results obtains "Function Tolerance but constraints are not satisfied."
I tried to solve fitness function and nonlinear constraints. variables are almost 200 (150 variables are integer value) GA o...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Error GA with Nonlinear constraints function.
Hello, I make code which is Vectorized Nonlinear constraints. function [c1,c2, ceq] = fitFC(x) B = [3000 2000 5000]; W ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Can i change mutation fraction with integer decision variable in GA?
In matlab documentation, mutation option cannot use with integer problems. Then, mutation fraction is always fixed as 0.01 wi...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Pattern search with integer decision variable.
Hello. I tried to solve Nonlinear integer programming to minimize using Optimization tool box. I understand how I input bo...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How can I run GA without using Optimization tool box
I asked about Ga before and I got an answer. http://www.mathworks.com/matlabcentral/answers/262573-how-can-i-solve-minlp-optimi...

9 years 前 | 1 个回答 | 0

1

个回答

提问


I dont know how to fix MILP error
function f = fit(q) J = 1; T = 2; K = 2; %item,period R = reshape(q(1:J*T),J,T); IP = reshape(q(...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How can I solve MINLP optimization using ga?
<</matlabcentral/answers/uploaded_files/42770/dd.jpg>> if true function F = sim_fit(q,k,m) q = zeros(3,2); k = zeros...

9 years 前 | 1 个回答 | 0

1

个回答