photo

Yunhyeok Ko


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
209.215
of 300.338

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

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

  • Explorer

Ver insignias

Feeds

Ver por

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 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 3 años hace | 1 respuesta | 0

1

respuesta