Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::optim::LBFGSOptions Struct Reference

Public Member Functions

 LBFGSOptions (double learning_rate)
 
 TORCH_ARG (double, learning_rate)
 
 TORCH_ARG (int64_t, max_iter)
 
 TORCH_ARG (int64_t, max_eval)
 
 TORCH_ARG (float, tolerance_grad)
 
 TORCH_ARG (float, tolerance_change)
 
 TORCH_ARG (size_t, history_size)
 

Detailed Description

Definition at line 17 of file lbfgs.h.


The documentation for this struct was generated from the following files: