R/check_pre_conv.R

Defines functions check_pre_conv

Documented in check_pre_conv

check_pre_conv<-function(pre_values,PhiC){
  Phi0_visit <- pre_values$st.I
  num_Phi0 <- dim(PhiC)[1]/10
  hist(Phi0_visit,breaks = num_Phi0,main = 'Histogram of visited auxiliary phi')
}
MathBilibili/Stochastic-approximation-cut-algorithm documentation built on Dec. 25, 2021, 2:44 p.m.