photo

Matlab Noob


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
164.539
of 301.383

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
14.29%

VOTI RICEVUTI
0

RANK
 of 21.252

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.306

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta