Resource Management Optimization Demo

preview_player
Показать описание
This demo considers the problem of identifying labor resources that “best” match the requirements
of specific jobs. There are two aspects that make this problem difficult:

1. How to quantify the concept of a “good“ match?
2. How to explore an astronomically large solution space to identify the best assignment of resources to jobs?

The main components of the solution approach used in this demo are:

■ A Machine Learning (ML) model that estimates how well a resource profile (resume) matches job requirements. Specifically, the ML model computes a matching score for all resource and job combinations that estimates the quality of the match.
■ A Mixed Integer Programming (MIP) model that tackles the combinatorial
complexity of the problem, producing optimal or near-optimal assignments.

To access the cutting stock demo you will need:

• Then login to the Gurobi website

Presented by: Pano Santos, Sr. Technical Content Manager at Gurobi.

--

--

Our Mission
Gurobi strives to help companies make better decisions through the use of prescriptive analytics. We provide the best math programming solver, tools for distributed optimization, optimization in the cloud, and outstanding support. We are committed to improving our solver performance and developing tools to help you use Gurobi with more ease.

Founded in 2008 by arguably the most experienced and respected team in optimization circles, we have successfully expanded to serving over 2,400 companies from a wide range of industries, by way of providing the right mix of advanced developments and technologies, world-class support and flexible licensing.

--

#optimization #datascience #dataanalytics #machinelearning #analytics #research #operationsresearch #Gurobi #gurobipy #AI #artificialintelligence #algorithms #mathematicaloptimization #jupyternotebook #heuristics #MIP #mixedintegerprogramming #MIQP #python #resourcematching
Рекомендации по теме
Комментарии
Автор

It would be great if we had more details about the machine learning model and how it is integrated with the assignment problem.

anselmoufc