CDT++ 1.0.0
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Move_always.hpp File Reference

Randomly selects moves to always perform on triangulations. More...

#include <utility>
#include <variant>
#include "Move_command.hpp"
#include "Move_run.hpp"
#include "Move_strategy.hpp"
#include "Random.hpp"
Include dependency graph for Move_always.hpp:

Go to the source code of this file.

Classes

class  cdt::MoveStrategy< MoveStrategyKind::MOVE_ALWAYS, ManifoldType >
 The Move Always algorithm. More...

Namespaces

namespace  cdt
 clang-15 does not support std::format

Typedefs

using cdt::MoveAlways_3
 Always-accept-applicable move strategy for the supported 3D manifold.

Detailed Description

Randomly selects moves to always perform on triangulations.

Author
Adam Getchell

Picks a random move on the FoliatedTriangulation. For testing purposes.

Definition in file Move_always.hpp.