Python Forum
Random walk graph not working
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Random walk graph not working
#1
I've created a 3D and self-avoiding random walk, based on a dictionary containing only {'A','B','B','A','B','A',......} And made a graph out of it.

Now I need to find neighbors (A with A) that only have a distance of 1 (on the lattice) from eachother BUT are at least 3 steps (on the random walk) away from eachother.

Can somebody help? Huh
Reply


Messages In This Thread
Random Walk, neighbors - by igapo1 - May-01-2021, 12:21 PM
Random walk graph not working - by igapo1 - May-01-2021, 12:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Could someone please help walk me through my home work tetoronga 3 3,039 Mar-22-2018, 09:33 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020