I have a simple problem trying to optimize exp_ret_tch. The optimal value of exp_ret_tch should be something like [0.1 -0.1, 0.2], the second element should decrease and the third element should increase. But it does not converge and the gradient of exp_ret_tch is very small.
cvxpylayers==0.1.5
torch==1.10.1+cu102
I have a simple problem trying to optimize
exp_ret_tch
. The optimal value ofexp_ret_tch
should be something like[0.1 -0.1, 0.2]
, the second element should decrease and the third element should increase. But it does not converge and the gradient ofexp_ret_tch
is very small. cvxpylayers==0.1.5 torch==1.10.1+cu102