Comment by tormeh

Comment by tormeh 2 days ago

3 replies

Can anyone share how this is used in practice? Somehow I imagine implementing numerical optimization often fails due to the usual problems with data-driven approaches (trust, bad data, etc.) and ultimately someone important just decides how things are going to be done based on stomach feel.

jakewins 2 days ago

We use solvers throughout the stack at work: solvers to schedule home batteries and EVs in peoples homes optimally, solvers to schedule hundreds of thousands of those homes optimally as portfolios, solvers to trade that portfolio optimally.

The EU electricity spot price is set each day in a single giant solver run, look up Euphemia for some write ups of how that works.

Most any field where there is a clear goal to optimise and real money on the line will be riddled with solvers

ies7 2 days ago

FMCG company here. We use these in practice of:

1. Salesman & delivery travel plan

2. Machine, Human and material resource scheduling for production

3. Inventory level for warehouse distribution center. This one isn't fully automatic because demand forecasting is hard