CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
include
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_ALGORITHM_HPP_
14
#define INCLUDE_MOVE_ALGORITHM_HPP_
15
19
enum class
Strategies
20
{
21
MOVE_ALWAYS,
22
METROPOLIS
23
};
24
30
template
<Strategies strategies,
typename
ManifoldType>
31
class
MoveStrategy
32
{};
33
34
#endif
// INCLUDE_MOVE_ALGORITHM_HPP_
Strategies
Strategies
The algorithms available to make ergodic moves on triangulations.
Definition:
Move_strategy.hpp:20
MoveStrategy
Select a move algorithm.
Definition:
Move_strategy.hpp:32
Generated on Fri Jun 6 2025 00:34:09 for CDT++ by
1.9.6