Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treesim #4

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Treesim #4

wants to merge 5 commits into from

Conversation

mukheshpugal
Copy link
Owner

Tree simulator

The tree simulator produces valid non-paradoxical solutions (if any exists) for the provided combinantion of actor characteristics, initial state and time travel rules.

Brief overview

The simulator produces a "tree" where each node represents a state of the world and the children of the node are the possible states that result from the branching of the timeline due to time travel. The tree will be expanded level by level until the simulation timespan is reached. Each new node formed, when subjected to the laws of the environment, may confirm/disprove the existence of an ancestor node thus pruning the tree from forming paradoxical paths. Each path from the root of the final tree to the leaves represents a valid non-paradoxical solution.

@mukheshpugal mukheshpugal self-assigned this Jul 17, 2024
@mukheshpugal mukheshpugal marked this pull request as draft July 17, 2024 18:54
@mukheshpugal
Copy link
Owner Author

#5 Needs to be resolved before merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant