uncomplicate / deep-diamond

A fast Clojure Tensor & Deep Learning library
https://aiprobook.com
Eclipse Public License 1.0
432 stars 17 forks source link

Doing unconstrained optimization with deep diamond. #8

Closed zendevil closed 3 years ago

zendevil commented 3 years ago

I want to do optimization on some tensors, and I have certain constraints, where the constrained optimization problem is taken from section 4.2 of the following paper:

http://groups.csail.mit.edu/rrg/papers/BryIJRR15.pdf

Basically I want to find a substitute for numpy's optimize.minimize function. Is there such a function in deep diamond that would do unconstrained optimization on tensors or does one have to write their own function?

blueberry commented 3 years ago

This is out of scope of DD.