Data Driven VRP: A Neural Network Model to Learn Hidden Preferences for VRP
The traditional Capacitated Vehicle Routing Problem (CVRP) minimizes the total distance of the routes under the capacity constraints of the vehicles. But more often, the objective involves multiple criteria including not only the total distance of the tour but also other factors such as travel costs, travel time, and fuel consumption.Moreover, in reality, there are numerous implicit preferences ingrained in the minds of the route planners and the drivers. Drivers, for instance, have familiarity with certain neighborhoods and knowledge of the state of roads, and often consider the best places for rest and lunch breaks. This knowledge is difficult to formulate and balance when operational routing decisions have to be made. This motivates us to learn the implicit preferences from past solutions and to incorporate these learned preferences in the optimization process. These preferences are in the form of arc probabilities, i.e., the more preferred a route is, the higher is the joint probability. The novelty of this work is the use of a neural network model to estimate the arc probabilities, which allows for additional features and automatic parameter estimation. This first requires identifying suitable features, neural architectures and loss functions, taking into account that there is typically few data available. We investigate the difference with a prior weighted Markov counting approach, and study the applicability of neural networks in this setting.
Code (1)
Tasks
ARCparameter estimationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Agree to Disagree: Measuring Hidden Dissent in FOMC Meetings
Using FOMC votes and meeting transcripts from 1976-2018, we develop a deep learning model based on self-attention mechanism to quantify hidden dissent among members. Although explicit dissent is rare, we find that member…
How Do Consumers Really Choose: Exposing Hidden Preferences with the Mixture of Experts Model
Understanding consumer choice is fundamental to marketing and management research, as firms increasingly seek to personalize offerings and optimize customer engagement. Traditional choice modeling frameworks, such as mul…
Decision MakingDemand ForecastingMarketingMixture-of-ExpertsUnveiling User Preferences: A Knowledge Graph and LLM-Driven Approach for Conversational Recommendation
Conversational Recommender Systems (CRSs) aim to provide personalized recommendations through dynamically capturing user preferences in interactive conversations. Conventional CRSs often extract user preferences as hidde…
Conversational RecommendationKnowledge GraphsRecommendation SystemsCan Risk-taking AI-Assistants suitably represent entities
Responsible AI demands systems whose behavioral tendencies can be effectively measured, audited, and adjusted to prevent inadvertently nudging users toward risky decisions or embedding hidden biases in risk aversion. As …
Modeling the Dynamics of User Preferences for Sequence-Aware Recommendation Using Hidden Markov Models
In a variety of online settings involving interaction with end-users it is critical for the systems to adapt to changes in user preferences. User preferences on items tend to change over time due to a variety of factors …
Change DetectionRecommendation Systems