Open
Description
I'm trying to minimize the L1 norm of x for the system Ax==b using the OWL-QN algorithm. However, it's not clear to me from the documentations of libLBFGS and pyLBFGS how to do this. I'm assuming that we should use the fmin_lbfgs(...)
method, but how to define the callable f
and its gradient vector g
? Any quick suggestions?
Metadata
Metadata
Assignees
Labels
No labels