Initialise the graduated optimisation with a zero-vector
Source:R/initialisation.R
      slise_initialisation_zeros.RdInitialise the graduated optimisation with a zero-vector
Usage
slise_initialisation_zeros(
  X,
  Y,
  epsilon,
  weight = NULL,
  beta_max = 20/epsilon^2,
  max_approx = 1.15,
  beta_max_init = 2.5/epsilon^2,
  ...
)Arguments
- X
 data matrix
- Y
 response vector
- epsilon
 error tolerance
- weight
 weight vector (default: NULL)
- beta_max
 the maximum starting sigmoid steepness (default: 20/epsilon^2)
- max_approx
 the target approximation ratio (default: 1.15)
- beta_max_init
 the maximum sigmoid steepness in the initialisation
- ...
 unused parameters