Commit 75e02d06 authored by Barthelet Thibault's avatar Barthelet Thibault
Browse files

added suggestion for noisy sales and more realistic production vs demand

parent b125df6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ class SmartSupplyChainDataGenerator:
                demand = purchases[watch_id]

                # Production strategy: produce based on demand + safety stock
                production = int(demand * 1.05)
                production = int(demand * 1.05) # TODO : here maybe do a random value between .95 and 1.05 for noise ?

                # Calculate financials
                watch_data = self._calculate_costs_and_revenue(