Matlab Noob
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
258.904
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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(...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0