photo

Yagiz Dereboy


Last seen: fast 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Out of memory error
Just a heads up for everyone with memory problems, use L-BFGS instead of BFGS

fast 2 Jahre vor | 0

Frage


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. ...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


./ 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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 =...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


"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')...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten