Matlab Noob
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
259.007
of 295.569
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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(...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 9 Jahre vor | 1 Antwort | 0