Expand description
Incremental Newton Methods for Streaming Optimization
This module implements incremental Newton and quasi-Newton methods that maintain second-order information efficiently for streaming data scenarios. These methods are particularly useful when Hessian information is available or can be approximated incrementally.
Structs§
- Incremental
Newton - Incremental Newton optimizer
Enums§
- Incremental
Newton Method - Types of incremental Newton methods
Functions§
- incremental_
bfgs - Convenience function for incremental Newton with BFGS
- incremental_
lbfgs - Convenience function for incremental L-BFGS
- incremental_
lbfgs_ linear_ regression - Convenience function for L-BFGS linear regression