tfjs-core
tfjs-core copied to clipboard
LBFGSFunctionOptimizer
Description
L-BFGS optimization was a requested feature. This PR offers an LBFGSFunctionOptimizer
that allows the optimization for loss functions of type Tensor1D => Scalar
. This is however still at least one step away from a training optimizer. Any suggestion as to how to wrap the LBFGSFunctionOptimizer
into an LBFGSOptimizer
for training is welcome.
Suggestions for test cases and test functions are appreciated as well.
For repository owners only:
Please remember to apply all applicable tags to your pull request. Tags: FEATURE, BREAKING, BUG, PERF, DEV, DOC, SECURITY
For more info see: https://github.com/tensorflow/tfjs/blob/master/DEVELOPMENT.md
Waiting for suggestions/requests/review. No more commits will be made until then.