Yagiz Dereboy
Followers: 0 Following: 0
Estadística
7 Preguntas
2 Respuestas
CLASIFICACIÓN
102.239
of 295.940
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.307
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.945
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
How can I fix SOLVE ignores UseParallel when derivatives calculated automatic differentiation warning for parallel computing?
I coded an NLP version of the p-median problem which I am solving by fmincon. I wanted to use UseParallel to speed up the proces...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
What does useParallel doesn't work with Automatic Differentiation means and how do I fix it?
I am coding a p-median problem as an NLP. Code is below. Code is working by itseld and produces good results. But I want to spee...
más de 2 años hace | 1 respuesta | 0
1
respuestaOut of memory error
Just a heads up for everyone with memory problems, use L-BFGS instead of BFGS
más de 2 años hace | 0
Pregunta
Out of memory error
I am trying to run a optimzation problem but I am keep getting out of memory error. It's a 20k variable 300 constraint problem. ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
./ matlab is not working on my ubuntu
./matlab gives the error "bash: ./matlab: No such file or directory". Even when I am in /usr/local/MATLAB/R2022a. Please help...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Solver based optimization passing extra parameters
My solver function is giving an error: Unrecognized function or variable 'aa'. Error in untitled>constraintFcn (line 46) c =...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
"Too many output arguments" error while working with the fmincon solver inside the optimization tool.
Explenation after the code. % Set nondefault solver options options2 = optimoptions('fmincon','PlotFcn','optimplotfvalconstr')...
más de 3 años hace | 1 respuesta | 0
1
respuestaOnehotencode function is giving more columns which are filled with zeros than the number of categories.
Thanks!!
más de 3 años hace | 0
Pregunta
Onehotencode function is giving more columns which are filled with zeros than the number of categories.
a = readtable("mushrooms.csv"); aa = categorical(table2array(a)); b = onehotencode(aa(:,1),2); first column has 2 categories ...
más de 3 años hace | 2 respuestas | 0