Closed matinmoezzi closed 3 years ago
Hi Matin, this is a great feature. However, there is a test case that didn't pass. Can you open another PR and merge it to the optim-closure
(not optimizer-closure
) branch so that I can investigate it further before we merge into master
? Thanks a lot!
Hi Shuheng, all test cases passed in my local machine. The failure is that the directory is not empty. I faced this error in my local machine, but it was fixed after I deleted the 'runs' directory.
Add support for optimizers that need the closure function, such as L-BFGS and Conjugate Gradient optimizers.