* @brief Reset the inter-iteration fields. */
| 111 | * @brief Reset the inter-iteration fields. |
| 112 | */ |
| 113 | inline void reset() { |
| 114 | numRows = 0; |
| 115 | grad.fill(0); |
| 116 | loglikelihood = 0; |
| 117 | } |
| 118 | |
| 119 | static const int m=7;// The number of corrections used in the LBFGS update. |
| 120 |