AlgebraicJulia / AlgebraicJulia/AlgebraicABMs.jl
Optional flag for tie-breaking vs tie-making
- Lingua principale
- Julia
- Stelle
- 10
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
If multiple events occur at the same time (due to dirac delta functions), we have a choice between:
1. executing the events in an arbitrary order (some events may invalidate other ones scheduled for the same instant)
2. enforcing that the events must be compatible (other wise error) and then execute concurrently (https://github.com/AlgebraicJulia/AlgebraicRewriting.jl/issues/60)
This could be a parameter to `ABM`. Finer granularity would involve opting in for specific rules to allow them to have automatic tie-breaking.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.