BlockScience / MSML

MIT License
9 stars 0 forks source link

Block Execution Cache #528

Open SeanMcOwen opened 3 weeks ago

SeanMcOwen commented 3 weeks ago

Consider whether block execution should be able to have cacheing especially if it involves something like data loading. This could be similar to the python cache decorator. It would make it much more efficient to run simulations especially ones that might involve discrete paths (i.e. it is similar to a dynamic programming problem).