Abstract: In this article, we consider a linear-quadratic optimal control problem of mean-field stochastic differential equation with jump diffusion, which is also called as an mean-field ...
This repository provides a solution to the standard Capacitated Vehicle Routing Problem with Time Windows (CVRPTW). In a CVRPTW, we aim to optimize the routes of a fleet of vehicles serving customers ...
This project implements linear regression from scratch, using only Python and math — no machine learning libraries like scikit-learn are used. It's a great educational example of how linear regression ...