wepy.reporter.revo.dashboard module

class wepy.reporter.revo.dashboard.REVODashboardSection(resampler=None, dist_exponent=None, merge_dist=None, lpmin=None, char_dist=None, seed=None, decision=None, **kwargs)[source]

Bases: wepy.reporter.dashboard.ResamplerDashboardSection

RESAMPLER_TEMPLATE = '\n\nResampling Algorithm: {{ name }}\n\nDistance Exponent: {{ dist_exponent }}\nCharacteristic Distance: {{ char_dist }}\nMerge Distance: {{ merge_dist }}\n\n** Resamplig\nCycle index: {{ cycle_idx }}\nThe percentage of cloned walkers: {{ percentage_cloned_walkers }} %\nThe percentage of merged walkers: {{ percentage_merged_walkers }} %\n\n** Statistics\nAverage All to All Distance: {{ avg_distance }}\nMinimum All to All Distance: {{ min_distance }}\nMaximum All to All Distance: {{ max_distance }}\nVariation value = {{ variation }}\n'
RESAMPLER_SECTION_TEMPLATE = '\nResampler: {{ name }}\n'
gen_resampler_section(**kwargs)
update_values(**kwargs)[source]
gen_fields(**kwargs)[source]