CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Classes | Enumerations
Move_strategy.hpp File Reference

Template class for move algorithms (strategies) on manifolds. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MoveStrategy< strategies, ManifoldType >
 Select a move algorithm. More...
 

Enumerations

enum class  Strategies { MOVE_ALWAYS , METROPOLIS }
 The algorithms available to make ergodic moves on triangulations. More...
 

Detailed Description

Template class for move algorithms (strategies) on manifolds.

Author
Adam Getchell

Template class for all move algorithms, e.g. Metropolis, MoveAlways.

Definition in file Move_strategy.hpp.

Enumeration Type Documentation

◆ Strategies

enum class Strategies
strong

The algorithms available to make ergodic moves on triangulations.

Definition at line 19 of file Move_strategy.hpp.