|
CDT++
Causal Dynamical Triangulations in C++
|
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... | |
Template class for move algorithms (strategies) on manifolds.
Template class for all move algorithms, e.g. Metropolis, MoveAlways.
Definition in file Move_strategy.hpp.
|
strong |
The algorithms available to make ergodic moves on triangulations.
Definition at line 19 of file Move_strategy.hpp.