LarrySnyder / stockpyl

Python inventory optimization and simulation tools.
GNU General Public License v3.0
87 stars 19 forks source link

speed up finite_horizon() #134

Closed LarrySnyder closed 3 weeks ago

LarrySnyder commented 2 months ago

Old code is faster -- why?

LarrySnyder commented 2 months ago

Some of it seems to be loss_function -- try pre-computing standard normal loss and then calculate non-standard using those.

LarrySnyder commented 3 weeks ago

duplicate of #160