ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::AnnealingUtility::State Struct Reference

The annealing state Resetting the state is done by just creating a new instance. More...

#include <Acts/Utilities/AnnealingUtility.hpp>

Public Attributes

unsigned int currentTemperatureIndex {0}
 Index pointing to current temperature value in configuration array.
bool equilibriumReached {false}
 Flag indicating whether equilibrium has been reached in annealing.

Detailed Description

The annealing state Resetting the state is done by just creating a new instance.

Member Data Documentation

◆ currentTemperatureIndex

unsigned int Acts::AnnealingUtility::State::currentTemperatureIndex {0}

Index pointing to current temperature value in configuration array.

◆ equilibriumReached

bool Acts::AnnealingUtility::State::equilibriumReached {false}

Flag indicating whether equilibrium has been reached in annealing.