Yunhyeok Ko
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
202.928
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
multi-objective particle swarm optimization with constrained, mixed integer, real valued variables?
Hi. I'm trying to solve multi-objective optimization problems with PSO algorithm. In the problem, variables to be optimized i...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to deal with 2D surface fitting problem with particle swarm optimization
x = linspace(-10, 10, 200); y = linspace(-10, 10, 200); [X, Y] = meshgrid(x, y); dataset = testfun(X,Y,A) testfun = @(X, Y...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Any ways for 2D surface fit with particle swarm optimization?
https://kr.mathworks.com/help/curvefit/fit.html?lang=en From webpage above, I found that it is possible to 2D surface fit with ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I get meshgrid points inside the complex polygon?
I have a polygon combined with multiple sub-polygons. I want to get meshgrid points inside of the polygon. % cal_polymask cl...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Choice of algorithm for mixed-integer-continuous variables optimization problem
I need to find optimum set of variables (K, M) which minimize cost function c(x, y) = [z(x, y) - z*(x, y)].^2 Here, z(x, y) =...
más de 2 años hace | 1 respuesta | 0