Home
last modified time | relevance | path

Searched refs:mean_weight_tau_ (Results 1 – 1 of 1) sorted by relevance

/dports/science/plumed/plumed2-2.7.2/src/ves/
H A DVesDeltaF.cpp140 unsigned mean_weight_tau_; member in PLMD::ves::VesDeltaF
333 mean_weight_tau_=0; in VesDeltaF()
334 parse("TAU_MEAN",mean_weight_tau_); in VesDeltaF()
335 if(mean_weight_tau_!=1) //set it to 1 for basic SGD in VesDeltaF()
337 …plumed_massert((mean_weight_tau_==0 || mean_weight_tau_>av_stride_),"TAU_MEAN is rescaled with AV_… in VesDeltaF()
338mean_weight_tau_/=av_stride_; //this way you can look at the number of simulation steps to choose … in VesDeltaF()
467 if(mean_weight_tau_>1) in VesDeltaF()
468 log.printf(" Exponentially decaying average with weight=tau/av_stride=%d\n",mean_weight_tau_); in VesDeltaF()
469 if(mean_weight_tau_==1) in VesDeltaF()
679 if(mean_weight_tau_>0 && mean_weight_tau_<mean_counter_) in update_alpha()
[all …]