ORIGINAL RESEARCH article

Front. Phys., 10 January 2022

Sec. Statistical and Computational Physics

Volume 9 - 2021 | https://doi.org/10.3389/fphy.2021.782156

Nonreversible Markov Chain Monte Carlo Algorithm for Efficient Generation of Self-Avoiding Walks

  • Department of Physics, University of Virginia, Charlottesville, VA, United States

Article metrics

View details

4

Citations

3k

Views

728

Downloads

Abstract

We introduce an efficient nonreversible Markov chain Monte Carlo algorithm to generate self-avoiding walks with a variable endpoint. In two dimensions, the new algorithm slightly outperforms the two-move nonreversible Berretti-Sokal algorithm introduced by H. Hu, X. Chen, and Y. Deng, while for three-dimensional walks, it is 3–5 times faster. The new algorithm introduces nonreversible Markov chains that obey global balance and allow for three types of elementary moves on the existing self-avoiding walk: shorten, extend or alter conformation without changing the length of the walk.

1 Introduction

A Self-Avoiding Walk (SAW) is defined as a contiguous sequence of moves on a lattice that does not cross itself; it does not visit the same point more than once. SAWs are fractals with fractal dimension 4/3 in two dimensions, close to 5/3 in three dimensions, and two in dimensions above four [2, 3]. In particular two-dimensional SAWs are conjectured to be the scaling limit of a family of random planar curves given by the Schramm-Loewner evolution with parameter κ = 8/3 [4]. Since their introduction, SAWs have been used to model linear polymers [57]. They are essential for studies of polymer enumeration where scaling theory, numerical approaches, and field theory are too hard to analyse [8, 9]. SAWs are also used in the numerical studies of finite-scaling [10] and two-point functions [11] of Ising model and n − vector spin model [12]. Analytical results on SAWs are scarce, and generating long SAWs is computationally complex.

Typically one uses Monte Carlo approaches [13, 14] to generate SAWs numerically. Many previous Markov chain Monte Carlo (MCMC) algorithms have been designed to efficiently produce different kinds of SAWs by manipulating potential constructions that can be executed on a walk to increase, decrease its length, or change its conformation. For example, the pivot algorithm samples fixed-length SAWs—it alters the walk’s shape without changing its length [15]. While the Berretti-Sokal algorithm and BFACF algorithm contain length-changing moves and can generate walks with varying lengths [16, 17].

The above described MCMC algorithms satisfy the detailed balance condition—which states that the weighted probabilities of transitions between states are equal. In other words, these algorithms use reversible Markov chains. The reversibility introduces a diffusion-like behavior in the space of states. In recent years, there has been progress in designing nonreversible Markov chains that converge to the correct target distribution. Such chains due to “inertia” reduce the diffusive behavior, sometimes leading to better convergence and mixing properties compared to the reversible chains [1825].

As for SAW, H. Hu, X. Chen, and Y. Deng modified the Berretti-Sokal algorithm to allow for nonreversible Markov chains [1]. This modification yields about a ten times faster convergence than the original Berretti-Sokal algorithm in two dimensions and is even more superior in higher dimensions. Both the original and the modified Berretti-Sokal algorithm have two elementary moves—to shorten or extend the SAW. Building upon these algorithms, we add another move—to alter the conformation of SAW and introduce a three-move nonreversible MCMC technique to create SAWs. We discuss the advantages of this approach and compare the two nonreversible algorithms. The three types of moves correspond to three types of “atmospheres”; therefore, we start below by defining an atmosphere.

2 The Atmospheres

The algorithms creating SAWs usually manipulate different kinds of proposed moves, often referred to as atmospheres [2629]. Atmospheres can be described as potential constructions that can be executed on a given walk to increase or decrease the current length or change the conformation. When generating SAWs, the algorithm usually performs moves on either endpoint atmospheres or generalized atmospheres where positive and negative atmospheres are generally defined as ways of adding or removing a fixed number of edges to the current walk. In contrast, neutral moves are ways of altering the walk’s shape without changing its length. For instance, the pivot algorithm, which only acts on neutral atmospheres, can be used to sample fixed-length walks [15]. In contrast, the Berretti-Sokal algorithm and BFACF algorithm contain length-changing atmospheric moves and can generate walks of different lengths [16, 17].

Suppose s is the current SAW starting from the origin with length |s| and its last vertex is v. The positive endpoint atmospheres are the lattice edges incident with the last vertex, which can be occupied to extend the length by one. The negative endpoint atmosphere is just the last occupied edge since removing it can extract the length by one. The neutral endpoint atmospheres are edges that can be occupied by changing the direction of the vertex v. For any SAW with a non-zero length, the number of negative endpoint atmospheres is one. If the SAW has zero length, the number of negative endpoint atmospheres is set to zero, as the length can not be further reduced.

Figure 1 shows a SAW with a length equal to four. In this example, three unoccupied edges are incident with the last vertex; they are shown in red on the graph, making three positive ending atmospheres. As we see from the last occupied edge (black arrow), there is just one negative endpoint atmosphere. There are two neutral endpoint atmospheres, and the corresponding edges are displayed with green arrows.

FIGURE 1

Three types of elementary moves in the algorithm executing the endpoint atmospheres correspond to the three kinds of endpoint atmospheres. Here we call a positive move the one to be performed on a positive endpoint atmosphere, resulting in occupying one empty edge incident with the last vertex. Similarly, a negative move implies executing on the negative endpoint atmosphere, that is, deleting the last occupied edge. Finally, the neutral move is changing the direction of the last occupied edge. The three kinds of moves’ for the SAW in Figure 1 are illustrated in Figure 2.

FIGURE 2

3 The Berretti-Sokal Algorithm

The balance condition is one of the most important factors in designing an MCMC algorithm since it ensures that the Markov chain will converge to a target distribution. The balance condition for most MCMCs is the so-called Detailed Balance Condition (DBC)where Pij is the transition probability from state j to state i, Ω is the space of states, and π is the stationary distribution, see e.g., [21, 30]. Detailed balance is a local condition and thus easy to implement. However, for a Markov chain to asymptotically converge to a stationary distribution π, all we need is a weaker condition—the Global Balance Condition (GBC):where Ω is a space of states. The GBC physically means that the total probability influx at a state equals the total probability efflux from that state [13, 20].

Note that the probability distribution of a SAW of length |s| iswhere x is the weight of a unit step. This is what we want the Markov chain target distribution to be.

One of the most famous reversible MCMC algorithms that manipulate the endpoint atmospheres is the Berretti-Sokal algorithm [

16

]. The Berretti-Sokal algorithm only considers the positive and negative endpoint atmospheres and thus has two elementary moves: the increasing and the decreasing move. In this paper, we are using a Metropolis-Hastings style [

31

,

32

] implementation of the Berretti-Sokal algorithm. It works as follows:

  • 1) Suppose the current length of a SAW is given by N. With equal probability, the algorithm chooses the increasing move or the decreasing move.

  • 2) If the increasing move is selected, with probability P+ one of the empty edges incident with vN, the last vertex, will be occupied randomly when this leads to a valid SAW of N + 1 steps. Similarly, for the decreasing move, the last occupied edge is deleted with probability P. The two probabilities are given by

where

z

is the coordination number of the system, i.e., the number of lattice points neighboring a vertex on the lattice.

Special attention is needed for the “null” walk, |s| = 0, in such case only an increasing mode is allowed and the number of empty edges is z, rather than z − 1. For simplicity we permanently set P+ = min{1, x (z − 1)}.

To prove that the DBC holds in the Berretti-Sokal algorithm, let us for example consider the case where x (z − 1) < 1. From Eqs. 4, 5 we conclude that the choice implies P+ < 1 and P = 1. Thus we have x|s|P+(z − 1)−1 = x|s+1| = x|s+1|P, which satisfies the DBC, given in Eq. 1. The proof is analogous in the case x (z − 1) > 1.

4 Nonreversible Berretti-Sokal Algorithms

One possible way to set up a nonreversible algorithm is to increase the phase space by introducing replicas [1, 20, 21] and work on the extended space with nonzero probability fluxes. Here we follow an analogous approach. As mentioned above, there has been a successful two-move nonreversible Berretti-Sokal algorithm [1]. The authors achieved an important improvement in the speed of the algorithm. The speedup is about tenfold in two-dimensional systems and is even more pronounced in higher-dimensional systems. They set up two modes in the algorithm, which we call the increasing mode and the decreasing mode.

4.1 Three-Move Nonreversible Berretti-Sokal Algorithm

The new algorithm has a third type of move—besides shortening and extending the SAW, we also allow the SAW to change its conformation. Namely, in the increasing mode, the algorithm can perform either an increasing move or a neutral move; in this mode, the decreasing move is not allowed. Analogously, in the decreasing mode, the algorithm will only execute either a decreasing move or a neutral move. A diagram describing the algorithm is shown in

Figure 3

. It works as follows:

  • 1) In the increasing mode, with equal probability, perform either the positive move or the neutral move. For the positive move, the algorithm will randomly occupy one of the empty edges incident to the last vertex with probability P+. While for the neutral move, the algorithm will change the direction of its last occupied edge randomly. If the chosen move does not lead to a valid SAW, the algorithm will change to the decreasing mode.

  • 2) In the decreasing mode, with equal probability, perform either the negative move or the neutral move. For the negative move, the algorithm will delete the last occupied edge with probability P. For the neutral move, the algorithm will change the direction of its last occupied edge randomly. If the chosen move does not lead to a valid SAW, the algorithm will change into the increasing mode.

  • 3) When the length is 0, the algorithm will be changed into the increasing mode, and a positive move will be performed.

FIGURE 3

Therefore, in each step, the algorithm will either execute one of the elementary moves successfully or change to the other mode. The global balance condition implies that the total influx probability flow equals the efflux probability flow; that is, we have

where

x|s|

is the distribution of SAWs of length |

s

| and

ϕ

− s describe the incoming probability fluxes, where the superscript denotes the mode and the subscripts denote the move. The three terms on LHS are the incoming flow of executing a ± move in mode (±),

, the incoming flow of executing one neutral move in mode (±),

, and the incoming flow from switching the mode from (∓) to (±),

. To clarify the third term in the LHS by example:

is the incoming flux from switching from (−) mode to the (+) mode. Let us show that global balance condition holds for the

increasing mode

when

x

(

z

− 1) < 1. Proofs for the other cases follow analogously. In this case the three fluxes are:

  • • The incoming flux from a positive move is

where in the second equality we used

Eq. 4

. The factor 1/2 is the result of selecting either a positive move or a neutral move and the term (

z

− 1)

−1

is from occupying one of the

z

− 1 empty edges incident to the last vertex.

  • • The incoming flux from a neutral move is

where

z

is the number of possible edges which will lead to a valid SAW for the last occupied edge when changing its direction.

• The incoming flux from the decreasing mode, , since P = 1, as we assume that x (z − 1) < 1, the only possible reason of changing from another mode is that when the last occupied changes it direction, it does not lead to a valid SAW, thus

Summing over the incoming flows, given in Eqs. 79 incoming-flow-from-minus, we verify that the global balance condition, Eq. 6, holds. Note that we do not assume that a particular SAW configuration of length |s| is achieved with the same frequency in the increasing and the decreasing mode—it comes out as a corollary of the global balance condition.

To test the efficiency of the new algorithm, we used the integrated autocorrelation time τ. For a given observable , it is defined aswhere m is the number of steps, is the estimator of the average , and σ2 denotes a variance, c.f. [33]. Here we choose the length of the walk, |s|, for the observable as it is a common choice for SAWs. We tested the efficiency as a function of the linear system size by generating SAWs in a square lattice with n × n points and in a cubic lattice with n × n × n points. The boundary conditions were fixed. With τ0 we denote the integrated autocorrelation time of the two-move nonreversible Berretti-Sokal algorithm (algorithm from [1]). The comparison of the two algorithms is on Figure 4.

FIGURE 4

Note, that there are two different scenarios based on the value of weight of a unit step x. For example, for a 2D square lattice, when x = 0.4, P+ = 1, and P < 1, while for x = 0.2, P = 1, and P+ < 1. To study both scenarios present the results under initial setting where x = 0.2 and x = 0.4 in a 2D system and correspondingly x = 0.12 and x = 0.24 in a 3D system. From Figure 4 we conclude that the ratio of the autocorrelation times for large systems is weakly dependent on the value of x.

In 2D, the ratio of the autocorrelation time of the new algorithm over the previous one is always less than one, which means that the new algorithm has a slightly better performance. We further tested the new algorithm in a three-dimensional cubic system. The new algorithm tends to have better performance in large systems, and the difference is more significant than the 2D situation. When the length of the cube is less than 20, the previous algorithm is more efficient with less autocorrelation time. However, as the system’s scale increases, the ratio τ/τ0 becomes less than one, and the value is between 0.2 and 0.3, indicating that the new algorithm is 3–5 times faster in these larger 3D systems. We have also tested our algorithm in 4D and 5D systems where no general improvements are found compared to the two-move nonreversible Berretti-Sokal algorithm. We show the detailed findings in Appendix. The fact that the addition of neutral moves does not improve the efficiency in generating SAWs in 4D and 5D, could be explained by the fact that as dimension gets higher, it will be much more likely for the algorithm to make a successful, positive move, which results in less benefit from adding the neutral move.

To summarize, we have created a new nonreversible algorithm manipulating the endpoint atmospheres to generate SAWs. By introducing all three kinds of endpoint atmospheres’ moves, the new algorithm has greater flexibility than the two-move nonreversible Berretti-Sokal algorithm, from [1]. For instance, when occupied lengths surround the endpoint of a given SAW, the algorithm will change into the negative mode since neither a neutral move nor a positive move will lead to a valid SAW. Assume that P+ < 1, for an algorithm with only positive and negative moves, it will return to the origin and start from the beginning again. On the other hand, with a neutral move, the SAW does not have to start from the origin again. When a neutral move in the negative mode is not possible, the algorithm will change into the positive mode. The addition of neutral moves gives the algorithm greater flexibility in finding valid SAWs.

5 Conclusion

We have created a new nonreversible algorithm manipulating the endpoint atmospheres to generate SAWs. The previous two-move nonreversible Berretti-Sokal algorithm has already improved the efficiency greatly as its speed is ten times faster than the original Berretti-Sokal algorithm in 2D systems and is even more superior in higher-dimensional systems. By introducing all three kinds of endpoint atmospheres’ moves, the three-move nonreversible Berretti-Sokal algorithm has greater flexibility and higher efficiency than the two-move algorithm. By comparing the autocorrelation time, the new algorithm is slightly faster in 2D systems and is 3–5 times faster in most 3D systems.

The three-move nonreversible Beretti-Sokal algorithm is designed to create SAWs with a fixed beginning point and variant ending points. There are also algorithms manipulating general atmospheres instead of endpoint atmospheres. Algorithms like the BFACF algorithm can create SAWs with a fixed beginning and ending point [17]. Meanwhile, other algorithms generating SAWs like the PERM, GARM, and pivot algorithm have no nonreversible versions yet [15, 28, 34, 35]. Previous research has improved the efficiency of PERM algorithm without implementing the nonreversible MCMC techniques [36]. These algorithms might serve as aspects for future research.

Finally, here we manually found a way with three atmospheres on how to fulfill the global balance. Looking into the future, one might delegate this task to a neural network alike in [37]. Optimizing the transition operator with more than three types of endpoint atmospheres might further increase the efficacy.

Statements

Data availability statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Author contributions

All authors listed have made a substantial, direct, and intellectual contribution to the work and approved it for publication.

Funding

This material is based upon work supported by the National Science Foundation under Grant No. DMR-1944 539.

Acknowledgments

MV and HZ acknowledge discussions with Michael Chertkov, Gia-Wei Chern, Jon Machta, Joris Bierkens, Christoph Andrieu, and Chris Sherlock.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1.

    HuHChenXDengY. Irreversible Markov Chain Monte Carlo Algorithm for Self-Avoiding Walk. Front Phys (2016) 12:120503. 10.1007/s11467-016-0646-6

  • 2.

    HavlinSBen-AvrahamD. New Approach to Self-Avoiding Walks as a Critical Phenomenon. J Phys A: Math Gen (1982) 15:L321L328. 10.1088/0305-4470/15/6/013

  • 3.

    HavlinSBen-AvrahamD. Theoretical and Numerical Study of Fractal Dimensionality in Self-Avoiding Walks. Phys Rev A (1982) 26:172834. 10.1103/physreva.26.1728

  • 4.

    LawlerGFSchrammOWernerW. On the Scaling Limit of Planar Self-Avoiding Walk. Fractal geometry Appl a jubilee Benoît Mandelbrot (2002) 233964. 10.1090/pspum/072.2/2112127

  • 5.

    FloryP. Principles of Polymer Chemisty. Ithaca, NY: Cornell University Press (1953).

  • 6.

    MetropolisNUlamS. The Monte Carlo Method. J Am Stat Assoc (1949) 44:33541. 10.1080/01621459.1949.10483310

  • 7.

    Janse van RensburgEJ. Monte Carlo Methods for the Self-Avoiding Walk. J Phys A: Math Theor (2009) 42:323001. 10.1088/1751-8113/42/32/323001

  • 8.

    de CarvalhoCACaraccioloSFröhlichJ. Polymers and G|φ|4 Theory in Four Dimensions. Nucl Phys B (1983) 215:20948. 10.1016/0550-3213(83)90213-4

  • 9.

    DuplantierB. Polymer Network of Fixed Topology: Renormalization, Exact Critical Exponentγin Two Dimensions, Andd=4−ε. Phys Rev Lett (1986) 57:9414. 10.1103/physrevlett.57.941

  • 10.

    ZhouZGrimmJFangSDengYGaroniTM. Random-Length Random Walks and Finite-Size Scaling in High Dimensions. Phys Rev Lett (2018) 121:185701. 10.1103/physrevlett.121.185701

  • 11.

    ZhouZGrimmJDengYGaroniTM. Random-length Random Walks and Finite-Size Scaling on High-Dimensional Hypercubic Lattices I: Periodic Boundary Conditions. arxiv (2020).

  • 12.

    FangSDengYZhouZ. Logarithmic Finite-Size Scaling of the Self-Avoiding Walk at Four Dimensions. Phys Rev E (2021) 104:064108. 10.1103/PhysRevE.104.064108

  • 13.

    SokalA. Monte Carlo Methods in Statistical Mechanics: Foundations and New Algorithms. In: DeWitt-MoretteCCartierPFolacciA, editors. Functional Integration, Vol. 361 of NATO ASI Series, 131–192. New York, NY, USA: Springer US (1997). 10.1007/978-1-4899-0319-8_6

  • 14.

    NewmanMEJBarkemaGT. Monte Carlo Methods in Statistical Mechanics. Walton St. Oxford: Clarendon Press (1999).

  • 15.

    MadrasNSokalAD. The Pivot Algorithm: A Highly Efficient Monte Carlo Method for the Self-Avoiding Walk. J Stat Phys (1988) 50:10986. 10.1007/bf01022990

  • 16.

    BerrettiASokalAD. New Monte Carlo Method for the Self-Avoiding Walk. J Stat Phys (1985) 40:483531. 10.1007/bf01017183

  • 17.

    RensburgEJJv.WhittingtonSG. The BFACF Algorithm and Knotted Polygons. J Phys A: Math Gen (1991) 24:555367. 10.1088/0305-4470/24/23/021

  • 18.

    DiaconisPHolmesSNealRM. Analysis of a Non-reversible Markov Chain Sampler (1997) Cornell University. Technical Report BU-1385-M.

  • 19.

    ChenFLovaszLPakI. Lifting Markov Chains to Speed up Mixing. In: Proceedings of the ACM symposium on Theory of Computing; 1999 May 1-4; New York, NY, United States (1999). p. 27581. 10.1145/301250.301315

  • 20.

    TuritsynKSChertkovMVuceljaM. Irreversible Monte Carlo Algorithms for Efficient Sampling. Physica D: Nonlinear Phenomena (2011) 240:4104. 10.1016/j.physd.2010.10.003

  • 21.

    VuceljaM. Lifting-A Nonreversible Markov Chain Monte Carlo Algorithm. Am J Phys (2016) 84:95868. 10.1119/1.4961596

  • 22.

    SakaiYHukushimaK. Dynamics of One-Dimensional Ising Model without Detailed Balance Condition. J Phys Soc Jpn (2013) 82:064003. 10.7566/jpsj.82.064003

  • 23.

    BierkensJRobertsG. A Piecewise Deterministic Scaling Limit of Lifted Metropolis–Hastings in the Curie–Weiss Model. Ann Appl Probab (2017) 27:84682. 10.1214/16-aap1217

  • 24.

    BierkensJ. Non-reversible Metropolis-Hastings. Stat Comput (2016) 26:121328. 10.1007/s11222-015-9598-x

  • 25.

    KapferSCKrauthW. Irreversible Local Markov Chains with Rapid Convergence towards Equilibrium. Phys Rev Lett (2017) 119:240603. 10.1103/physrevlett.119.240603

  • 26.

    Janse van RensburgEJRechnitzerA. Atmospheres of Polygons and Knotted Polygons. J Phys A: Math Theor (2008) 41:105002. 10.1088/1751-8113/41/10/105002

  • 27.

    RechnitzerARensburgEJJV. Canonical Monte Carlo Determination of the Connective Constant of Self-Avoiding Walks. J Phys A: Math Gen (2002) 35:L605L612. 10.1088/0305-4470/35/42/103

  • 28.

    RechnitzerAJanse van RensburgEJ. Generalized Atmospheric Rosenbluth Methods (GARM). J Phys A: Math Theor (2008) 41:442002. 10.1088/1751-8113/41/44/442002

  • 29.

    van RensburgEJJRechnitzerA. Generalized Atmospheric Sampling of Self-Avoiding Walks. J Phys A: Math Theor (2009) 42:335001. 10.1088/1751-8113/42/33/335001

  • 30.

    LevinDAPeresYWilmerEL. Markov Chains and Mixing Times. Providence, RI, USA: American Mathematical Society (2009).

  • 31.

    MetropolisNRosenbluthAWRosenbluthMNTellerAHTellerE. Equation of State Calculations by Fast Computing Machines. J Chem Phys (1953) 21:108792. 10.1063/1.1699114

  • 32.

    HastingsWK. Monte Carlo Sampling Methods Using Markov Chains and Their Applications. Biometrika (1970) 57:97109. 10.1093/biomet/57.1.97

  • 33.

    GoodmanJWeareJ. Ensemble Samplers with Affine Invariance. CAMCoS (2010) 5:6580. 10.2140/camcos.2010.5.65

  • 34.

    HsuH-PGrassbergerP. Polymers Confined between Two Parallel Plane walls. J Chem Phys (2004) 120:203441. 10.1063/1.1636454

  • 35.

    OwczarekALPrellbergT. Scaling of Self-Avoiding Walks in High Dimensions. J Phys A: Math Gen (2001) 34:577380. 10.1088/0305-4470/34/29/303

  • 36.

    CampbellSJanse van RensburgEJ. Parallel PERM. J Phys A: Math Theor (2020) 53:265005. 10.1088/1751-8121/ab8ff7

  • 37.

    GuyonILuxburgUVBengioSWallachHFergusRVishwanathanSet al editors. A-NICE-MC: Adversarial Training for MCMC. Red Hook, New York: Curran Associates, Inc. (2017).

Appendix

We investigated the performance of the three-move nonreversible Berretti-Sokal algorithm in 4D and 5D. We did not find it to be efficient, when compared to the two-move nonreversible Berretti-Sokal algorithm. The detailed findings are in the Table 1.

TABLE 1

Dimension d = 4
System size nx = 6/35x = 3/35
250.714 ± 0.0692.970 ± 0.356
511.081 ± 0.0502.216 ± 0.229
750.994 ± 0.0332.812 ± 0.658
1010.945 ± 0.0282.349 ± 0.190
Dimension d = 5
System size nx = 1/5x = 1/10
210.920 ± 0.0024.214 ± 1.108
250.961 ± 0.0014.451 ± 0.571
310.992 ± 0.0024.992 ± 0.696
350.995 ± 0.0023.261 ± 0.513

The ratio of integrated autocorrelation times of the three-move nonreversible Berretti-Sokal algorithm, τ, and the two-move nonreversible Berretti-Sokal algorithm, τ0, for 4D and 5D systems as a function of the linear system size n and the SAW unit step weight x. The ratio about 1 for (x = 6/35, d = 4) and (x = 1/5, d = 5), however for (x = 3/35, d = 4) and (x = 1/10, d = 5) it is above unity, which indicates that two-mode nonreversible Berretti-Sokal algorithm is more efficient there.

Summary

Keywords

nonreversible Markov chain Monte Carlo, Markov chain, Monte Carlo, self-avoiding walk, efficient sampling

Citation

Zhao H and Vucelja M (2022) Nonreversible Markov Chain Monte Carlo Algorithm for Efficient Generation of Self-Avoiding Walks. Front. Phys. 9:782156. doi: 10.3389/fphy.2021.782156

Received

23 September 2021

Accepted

10 December 2021

Published

10 January 2022

Volume

9 - 2021

Edited by

Nuno A. M. Araújo, University of Lisbon, Portugal

Reviewed by

Andre Auto Moreira, Federal University of Ceara, Brazil

Rui A. da Costa, University of Aveiro, Portugal

Updates

Copyright

*Correspondence: Marija Vucelja,

This article was submitted to Mathematical and Statistical Physics, a section of the journal Frontiers in Physics

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics