Skip to content

BatyLeo/StochasticVehicleScheduling.jl

Repository files navigation

StochasticVehicleScheduling

Stable Dev Build Status Coverage Code Style: Blue


This package is a satellite of InferOpt.jl. It illustrates Machine Learning/Combinatorial Optimization hybrid algorithms from InferOpt.jl applied to the Stochastic Vehicle Scheduling problem. It was used for one of the numerical experiments in this paper: https://arxiv.org/abs/2207.13513.

You can find the detailed documentation here.

If you have any feedback or question, feel free to create an issue or contact me.

Installation

using Pkg
Pkg.add(url="https://github.com/BatyLeo/StochasticVehicleScheduling.jl")