Skip to main content

Parameters

path
str
required

Methods

plot_acceptance_rate

Plots the cumulative evolution of acceptance rates by temperature.

Example

from bagel.analysis import SimulatedTemperingAnalyzer

analyzer = SimulatedTemperingAnalyzer(path='my_experiment')
fig, ax = analyzer.plot_acceptance_rate()