Extract the starting records
get_start(dt)
dt | a data object collected by the projection pursuit guided tour optimisation in the |
---|
a tibble object containing the start basis
Other get functions:
get_anchor()
,
get_basis_matrix()
,
get_best()
,
get_dir_search()
,
get_interp_last()
,
get_interp()
,
get_interrupt()
,
get_search_count()
,
get_search()
,
get_space_param()
,
get_theo()
holes_1d_better %>% get_start()#> # A tibble: 1 x 8 #> basis index_val info method alpha tries loop id #> <list> <dbl> <chr> <chr> <dbl> <dbl> <dbl> <int> #> 1 <dbl[,1] [5 × 1]> 0.749 new_basis search_better 0.5 1 1 1