python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Keras Adam minimize function: no gradients provided
I need to optimize a function with Adam Optimizer (no Neural Network involved). I made a dummy example to understand how it works, using the minimize function but seems like I'm not getting it. It's a...

thatOldITGuy
Votes: 0
Answers: 0
why scipy.optimize.basinhopping give different results
I need to find global minimum of a complex function.
I use basinhopping from scipy.optimize. when I changed method, example method="nelder-mead" vs "L-BFGS-B" or initial guess x0, ...
Helena
Votes: 0
Answers: 1
scipy.optimize.minimize keep best solution
I want to optimize a function with scipy.optimize.minimize, that calls a function that uses at every call a new random set by np.random.normal(m,s,N). Therefore at every call the function results in s...

Michael Hecht
Votes: 0
Answers: 0
CVXPY, least-squares Optimization, wrong constraint formulation
First of all, I'm sorry if my questions doesn't make sens, I am new using CVXPY library and I don't understand everything :/
I am trying to solve a minimization problem that I thought would be easy ha...
Audrey
Votes: 0
Answers: 1