brando90 / MathNet-large-scale-Mathematics-Dataset-for-Machine-Learning

1 stars 0 forks source link

make sure new framework works with matrices #75

Open brando90 opened 7 years ago

brando90 commented 7 years ago

make a example with matrices and see what happens update framework if it needs fails to support it

ghost commented 7 years ago

In commit 32728019e8c8f03b873c590282e3c41797d07e29 I added a facility for telling the framework how to hash variables in order to determine whether variable sets are duplicated. This facility is currently used here to accommodate numpy arrays: https://github.com/brando90/eit_proj1/blob/master/math_taxonomy/physics/classical_mechanics/acceleration_multi_dim.py#L55

Making it 'just work' by having the framework guess how to hash the variable types would be easier for the users. Otherwise this example should be used as the basis for documentation of how to implement this method when it's needed.