% Generated by roxygen2: do not edit by hand % Please edit documentation in R/cve_linesearch.R \name{cve_linesearch} \alias{cve_linesearch} \title{Implementation of the CVE method using curvilinear linesearch with Armijo-Wolfe conditions.} \usage{ cve_linesearch(X, Y, k, nObs = sqrt(nrow(X)), h = NULL, tau = 1, tol = 0.001, rho1 = 0.1, rho2 = 0.9, slack = 0, epochs = 50L, attempts = 10L, max.linesearch.iter = 10L, logger = NULL) } \description{ Implementation of the CVE method using curvilinear linesearch with Armijo-Wolfe conditions. } \keyword{internal}