% Generated by roxygen2: do not edit by hand % Please edit documentation in R/cve_simple.R \name{cve_simple} \alias{cve_simple} \title{Simple implementation of the CVE method. 'Simple' means that this method is a classic GD method unsing no further tricks.} \usage{ cve_simple(X, Y, k, nObs = sqrt(nrow(X)), h = NULL, tau = 1, tol = 0.001, slack = 0, epochs = 50L, attempts = 10L, logger = NULL) } \description{ Simple implementation of the CVE method. 'Simple' means that this method is a classic GD method unsing no further tricks. } \keyword{internal}