A little progress on Cognate and NuTank
So,
I got past the hurdle in the ConceptMap and ConnectionDef code where one N-Dimensional map can be connected to another N-Dimensional map. The connection can have source and destination ranges of map points on any and all dimensions, with weights interpolated forward or backward on all dimensions. This ends up being a nasty confusion of interpolation, except if you make single dimensional iterators.
Then you nest the iterators and it works.
Next is getting a first cut UI working in Win Forms C# to edit maps and connections, and visually show activation levels and firing 'sparkle'.
I got past the hurdle in the ConceptMap and ConnectionDef code where one N-Dimensional map can be connected to another N-Dimensional map. The connection can have source and destination ranges of map points on any and all dimensions, with weights interpolated forward or backward on all dimensions. This ends up being a nasty confusion of interpolation, except if you make single dimensional iterators.
Then you nest the iterators and it works.
Next is getting a first cut UI working in Win Forms C# to edit maps and connections, and visually show activation levels and firing 'sparkle'.
Comments
Post a Comment