Tag

Dispatch

0 views collected around this technical thread.

DataFunSummit
DataFunSummit
Sep 6, 2023 · Operations

Dispatch Decision in New Power Systems: From Mathematical Programming to Artificial Intelligence

This presentation by Prof. Li Zuyi of Zhejiang University reviews the evolution of power‑system dispatch from traditional mathematically‑based scheduling to modern challenges posed by high renewable penetration, discussing stochastic and robust optimization, SCUC/SCED methods, and emerging AI‑driven frameworks for feasible, efficient, and optimal decision making.

DispatchSCUCartificial intelligence
0 likes · 23 min read
Dispatch Decision in New Power Systems: From Mathematical Programming to Artificial Intelligence
php中文网 Courses
php中文网 Courses
Jun 29, 2023 · Backend Development

Understanding PHP Dispatch Mechanism and Method Overriding

This article explains PHP's dispatch mechanism, showing how the runtime selects the appropriate method based on an object's actual class, and demonstrates polymorphism through a simple Animal‑Dog‑Cat example with complete code and output explanations.

Dispatchmethod overridingoop
0 likes · 3 min read
Understanding PHP Dispatch Mechanism and Method Overriding
Qunar Tech Salon
Qunar Tech Salon
Feb 5, 2020 · Operations

Understanding Didi's Ride‑Hailing Dispatch Algorithms: Challenges, Models, and Future Directions

The article explains why Didi needs advanced dispatch algorithms, describes the complexities of order‑driver matching from simple one‑to‑one cases to large‑scale bipartite matching, and introduces batch matching, supply‑demand prediction, chain dispatch, and AI‑driven optimizations that together improve global efficiency and user experience.

AIDispatchRide-hailing
0 likes · 16 min read
Understanding Didi's Ride‑Hailing Dispatch Algorithms: Challenges, Models, and Future Directions
DataFunTalk
DataFunTalk
Sep 18, 2019 · Operations

Understanding Didi's Ride‑Hailing Dispatch Algorithm: Challenges, Models, and Strategies

This article explains why modern ride‑hailing platforms need advanced dispatch algorithms, describes the underlying order‑allocation problem, explores simple and complex matching scenarios, and introduces batch matching, supply‑demand prediction, chain dispatch, and AI‑driven techniques used by Didi to improve efficiency and fairness.

DispatchRide-hailingdynamic VRP
0 likes · 15 min read
Understanding Didi's Ride‑Hailing Dispatch Algorithm: Challenges, Models, and Strategies
Xianyu Technology
Xianyu Technology
Apr 16, 2019 · Mobile Development

Understanding the Dispatch Mechanism in Fish-Redux

Fish‑Redux separates UI from business logic by using a dispatch function that routes actions from a view’s handler to the component’s effect, then to the page store’s reducer, passes through any applied middleware, updates the state, and finally notifies listeners to re‑render the UI.

Dispatchfish-reduxflutter
0 likes · 8 min read
Understanding the Dispatch Mechanism in Fish-Redux