|
CDT++
Causal Dynamical Triangulations in C++
|
Randomly selects moves to always perform on triangulations. More...
Include dependency graph for Move_always.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MoveStrategy< Strategies::MOVE_ALWAYS, ManifoldType > |
| The Move Always algorithm. More... | |
Typedefs | |
| using | MoveAlways_3 = MoveStrategy< Strategies::MOVE_ALWAYS, manifolds::Manifold_3 > |
| using | MoveAlways_4 = MoveStrategy< Strategies::MOVE_ALWAYS, manifolds::Manifold_4 > |
Randomly selects moves to always perform on triangulations.
Picks a random move on the FoliatedTriangulation. For testing purposes.
Definition in file Move_always.hpp.
| using MoveAlways_3 = MoveStrategy<Strategies::MOVE_ALWAYS, manifolds::Manifold_3> |
Definition at line 166 of file Move_always.hpp.
| using MoveAlways_4 = MoveStrategy<Strategies::MOVE_ALWAYS, manifolds::Manifold_4> |
Definition at line 168 of file Move_always.hpp.