You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two isomorphic lhs are written in different order, the mapping from agents in the lhs to agents in the mixture is wrong, it needs an "adapter". This probably happens because the embedding is made using the first pattern registered for that iso class but indices are stored in actions using the lhs own indices rather than the representative's indices.
Ideas:
When we discover that a pattern belongs to an iso class, we can generate a mapping from the pattern to the representative
Make Action.apply really agnostic to ordering
Maybe even forget about ordering in Patterns?
The text was updated successfully, but these errors were encountered:
If two isomorphic lhs are written in different order, the mapping from agents in the lhs to agents in the mixture is wrong, it needs an "adapter". This probably happens because the embedding is made using the first pattern registered for that iso class but indices are stored in actions using the lhs own indices rather than the representative's indices.
Ideas:
The text was updated successfully, but these errors were encountered: