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

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

#include "Move_command.hpp"
#include "Move_strategy.hpp"
+ 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 >
 

Detailed Description

Randomly selects moves to always perform on triangulations.

Author
Adam Getchell

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

Bug:
Fix initialization

Definition in file Move_always.hpp.

Typedef Documentation

◆ MoveAlways_3

using MoveAlways_3 = MoveStrategy<Strategies::MOVE_ALWAYS, manifolds::Manifold_3>

Definition at line 166 of file Move_always.hpp.

◆ MoveAlways_4

using MoveAlways_4 = MoveStrategy<Strategies::MOVE_ALWAYS, manifolds::Manifold_4>

Definition at line 168 of file Move_always.hpp.