Doug Rank
Followers: 0 Following: 0
Estadística
15 Preguntas
2 Respuestas
CLASIFICACIÓN
12.518
of 295.486
REPUTACIÓN
4
CONTRIBUCIONES
15 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
4
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
Genetic algorithm custom crossover/mutation argument questions
Hi, I have custom crossover and mutation functions for an implementation of MATLAB's build-in genetic algorithm (ga). I was ab...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a way to save additional information in a custom crossover function for the ga and then pass it to the output function?
I have custom crossover, mutation, and output functions for my implementation of the ga (genetic algorithm). I would like to be...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a bug in the genetic algorithm (ga) under certain conditions?
I discovered some abnormal behavior in the ga when I made changes. The fitness function is evaluated far more times than I wo...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Unable to import matlab.engine into PyCharm environment
The Mathworks instructions were not sufficient for me, but I was able to follow the advice from this link to patch up the differ...
casi 5 años hace | 0 respuestas | 2
0
respuestasPregunta
Is it not possible to call a Matlab .DLL from .NET in parallel?
I have a compiled Matlab DLL called "GeneticAlgorithmOptimizer.dll" with a class/method "gaOptimizer.optimize()" that uses said ...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Does encoding method matter in Genetic Algorithm with linear+integer constraints, with respect to crossover?
(Preface: There are a few details here that may raise yellow/red flags to a reader. Rest assured that the choice of algorithm a...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaI have a large array of small integer inputs and want to create a small array of Double outputs. Best machine learning approach?
Thank you! I will check out those options and see which are appropriate.
alrededor de 5 años hace | 0
Pregunta
I have a large array of small integer inputs and want to create a small array of Double outputs. Best machine learning approach?
I have a large amount of training data (about 10,000) wherein I have a large array (~500,000) of small integer inputs (typically...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
MKL 2018 supposedly supports integer matrix multiplication. Can this feature be added to Matlab?
According to the bottom answer on this link, the reason why Matlab hasn't included support for matrix multiplication on integer ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Could I see a significant time boost using int16 instead of double on large array operations?
I am using the genetic algorithm with a custom fitness function that is necessarily very complicated. Many addition/subtraction...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there an Optimization tool like intlinprog that includes nonlinear constraints?
I have a program that uses the genetic algorithm in matlab to optimize the solution. Historically, I have used intlinprog befor...
alrededor de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
Is there a simple way to convert all fields of a struct to local variables?
I have a matlab program with a lot of variables (boolean, arrays, doubles, logicals, strings), to the point where it becomes unw...
más de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
Is it possible to use a different fitness function for certain population members in the Genetic Algorithm?
I am using the genetic algorithm to solve a integer (binary) problem with linear constraints. Because the solution space is s...
casi 7 años hace | 0 respuestas | 1
0
respuestasRunning on AWS server does not benefit from more cores in parallel pool?
I believe I have investigated using other options, but none of them had the necessary components. The objective function is w...
alrededor de 7 años hace | 0
Pregunta
Running on AWS server does not benefit from more cores in parallel pool?
I am using the built in Genetic Algorithm functionality in the Optimization Toolbox and time is a serious constraint when runnin...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
What are some methods to maintain population diversity in genetic algorithm (binary, linear constraints)?
I am using the built in ga() function to solve a problem whose solution is represented by a binary vector of length ~300. There...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a way to use a custom method for the linkage function?
I can see <https://www.mathworks.com/help/stats/linkage.html#inputarg_method here> that using Z = linkage(X,method,metric) allow...
más de 7 años hace | 0 respuestas | 0