current_string <- c(no.cmpt = 2, eta.km = 0, eta.vc = 1,
eta.vp = 0, eta.vp2 = 0, eta.q = 1,
eta.q2 = 0, mm = 0, mcorr = 1, rv = 2)
neighbors <- generate_neighbors_df(current_string, search.space = "ivbase")
head(neighbors$original) # raw neighbors (pre-validation)
head(neighbors$validated) # validated neighbors (post-validation)
Run the code above in your browser using DataLab