- Implement RelationshipGraphResolver extending Lossy - Add type-safe accumulator for relationship graph state - Update tests and documentation
10 lines
385 B
Markdown
10 lines
385 B
Markdown
# Dimensions
|
|
|
|
Deltas are a hyperstructure capable of expressing many structures.
|
|
|
|
We can consider models which we compose by expressing their dimensions, and
|
|
relationships between those dimensions. This can enable a robust form of multi-dimensional
|
|
composition. I'm thinking in terms of vectors and matrices, maybe quaternions, tensors.
|
|
|
|
So basically we can use deltas to encode math.
|