Yagiz Dereboy
Followers: 0 Following: 0
Statistics
RANK
102,239
of 295,963
REPUTATION
0
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,309
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,945
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerOut of memory error
Just a heads up for everyone with memory problems, use L-BFGS instead of BFGS
2 years ago | 0
Question
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. ...
2 years ago | 2 answers | 0
2
answersQuestion
./ 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...
2 years ago | 1 answer | 0
1
answerQuestion
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 =...
3 years ago | 1 answer | 0
1
answerQuestion
"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')...
3 years ago | 1 answer | 0
1
answerOnehotencode function is giving more columns which are filled with zeros than the number of categories.
Thanks!!
3 years ago | 0
Question
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 ...
3 years ago | 2 answers | 0