Statistiques
7 Questions
0 Réponses
RANG
117 747
of 301 234
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
14.29%
VOTES REÇUS
0
RANG
of 21 204
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 580
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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(...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 10 ans il y a | 1 réponse | 0