Challenges / Algorithm for Optimal Job Scheduling and Task Allocation under Constraints
|
Overview
Job scheduling is a common problem in many different applications. However, there is no algorithm that can solve this problem exactly, finding optimal solution in a reasonable time, for any large configuration of jobs and workers. In this challenge, we ask you to devise possibly most efficient intelligent heuristic for the problem of jobs allocation under constraints. Two best solutions will be awarded with $1,000 and $500 of prizes, and the winning algorithms will be disclosed publicly as open source on TunedIT pages. The challenge is organized by a US-based online marketing company, WL Marketing.
There are tasks:
where Tx is the task type, Qx is the quantity, Vx is the value of the task, and Dx is the amount of time remaining. There are users with skills:
where Tx is the task the user can do, Qx is the quantity the user can do per day, and Cx is the cost of the user doing Tx for one day. A user can only perform so much per day, so if he performs say 1/2 day of T1, he can then only perform 1/2 day of T2. The goal is to implement an algorithm to assign tasks Tx to users Ux efficiently such that the total profit (Vx-Cx) is maximized without items being late. View the Task page for details. Some notes about the problem and datasets:
Two best solutions will be awarded with prizes funded by WL Marketing:
How to start? View current preliminary standings, register as a participant, download example algorithm & evaluation, download example tasks configurations, then devise your own algorithm and submit for evaluation. You can improve and resubmit your algorithm as many times as you wish. If you have any questions, ask them on the forum. Good luck! Note WL Marketing has job openings currently. You are welcome to apply! |
|||||||||||||||||


