Community Profile

photo

Avish Naredi


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to loop over a function call?
I want to evaluate a function Least_square(), over multiple iterations and return its sum. I am currently doing this by fun = @...

2 years ago | 1 answer | 0

1

answer

Question


Can someone explain why I am getting the error "Not enough input arguments (line 2)"?
function objective = mysvmfun(x) objective=x.xvar2^2+x.yvar2^4; fun = @(x)mysvmfun(x); xvar = optimizableVariable('...

2 years ago | 1 answer | 0

1

answer

Question


BayesOpt: Unable to define the objective function
I am trying to implement a simple piece of code to understand the functioning of BayesOpt library. However, I am getting an erro...

2 years ago | 0 answers | 0

0

answers