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

Quantitative preservation mode #21

Closed
1000i100 opened this issue Mar 6, 2020 · 3 comments
Closed

Quantitative preservation mode #21

1000i100 opened this issue Mar 6, 2020 · 3 comments

Comments

@1000i100
Copy link

1000i100 commented Mar 6, 2020

I would like to make monetary system simulation.
For this use-case, in most case i would like to preserve the amount between inbound and outbound.

What about a node behavior where :

  1. what enter is stored a little time to aggregate multiple input value
  2. the output value is equally divided between each output arrow

so node could have a switch in config with 2 modes :
signal cloning mode (default) || value preservation mode
and a scale [ 0, 0.1, 0.5, 1, 5 ] seconds of retention time to aggregate signal. (or other value in the scale)

@1000i100
Copy link
Author

1000i100 commented Mar 6, 2020

  1. what enter is stored a little time to aggregate multiple input value

done in #20

TODO : signal cloning mode (default) || value preservation mode

@1000i100
Copy link
Author

1000i100 commented Mar 19, 2020

I will handle this by edge and not by node :
if no quantitative edge take the signal out, the signal amount is added to the node (like now), if some quantitative edge take the signal out, the signal amount is splitted between edge and not added to the node (or partialy depending on threshold)

@1000i100
Copy link
Author

1000i100 commented Apr 5, 2020

done in #20

@1000i100 1000i100 closed this as completed Apr 5, 2020
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

No branches or pull requests

1 participant