CDT++ 1.0.0
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Move_strategy.hpp
Go to the documentation of this file.
1/*******************************************************************************
2 Causal Dynamical Triangulations in C++ using CGAL
3
4 Copyright © 2017 Adam Getchell
5 ******************************************************************************/
6
12
13#ifndef INCLUDE_MOVE_STRATEGY_HPP_
14#define INCLUDE_MOVE_STRATEGY_HPP_
15
16namespace cdt
17{
26
32 template <MoveStrategyKind strategy, typename ManifoldType>
34} // namespace cdt
35
36#endif // INCLUDE_MOVE_STRATEGY_HPP_
Select a move algorithm.
clang-15 does not support std::format
MoveStrategyKind
The algorithms available to make ergodic moves on triangulations.
@ MOVE_ALWAYS
Execute every applicable proposal.
@ METROPOLIS
Apply Metropolis-Hastings acceptance.