> ## Documentation Index
> Fetch the complete documentation index at: https://bagel.softnanolab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SimulatedTemperingAnalyzer

## Parameters

<ResponseField name="path" type="str" required />

## Methods

### plot\_acceptance\_rate

Plots the cumulative evolution of acceptance rates by temperature.

## Example

```python theme={null}
from bagel.analysis import SimulatedTemperingAnalyzer

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