-
I've run into an issue where I want to compute the gradient of an implicit function that itself depends on another implicit function. I can do the operation successfully with `FowardDiff`, however I …
-
Please provide input if you are interested.
When ForceBalance encounters a bad optimization step due to a noisy objective function and gradient (containing statistical properties which are noisy), it…
-
As suggested by @jmetzen in #19, it would be nice to add entropy search as a new acquisition function, as it often outperforms LCB or EI.
See also https://github.com/jmetzen/bayesian_optimization/blo…
-
This issue summarizes and tracks the ongoing effort to add a custom function API to MoveIt 2 for better support of optimizing planners.
### Motivation
> In order to get an optimal solution for…
-
- [ ] SGD
- [ ] Brent's Algorithm in One Dimension
- [x] Generating Set Search (compass search/pattern search)
- [ ] CMA-ES
- [ ] Conjugate Gradient Descent
- [x] BFGS
- [x] Linear Programming
…
-
For example, [SkyDroid](https://skydroid.app/) allows for this (could use it with root as well):
![Shizuku on SkyDroid](https://user-images.githubusercontent.com/75471378/139830827-3e132aa4-78af-4a…
-
_Original ticket http://projects.scipy.org/scipy/ticket/950 on 2009-05-24 by trac user dmitrey.kroshko, assigned to unknown._
BOBYQA is optimization solver for box-bounded NLP/NSP problems, when no d…
-
@msmdev, how difficult would it be to speed up our optimisation by using derivative information? Is there a prototype implementation somewhere?
-
Moving discussion here from https://github.com/stanfordmlgroup/ngboost/issues/60#issuecomment-577779248
@cooberp @kmedved here is some scaffold code that I'm hoping you folks can fill in/modify to …
-
I'm facing an issue where a linear mixed model terminates at a saddle point for some datasets. I've tried to search for any prior discussion but was unable to find anything. The short version is that …