# HDNNMv2.0 **Repository Path**: zangzelin/HDNNMv2.0 ## Basic Information - **Project Name**: HDNNMv2.0 - **Description**: use a new DNN net work to solute the job shop problem, deep learning method named HDNNM - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-30 - **Last Updated**: 2020-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HDNNMv2.0 This code use the Deep leaning method to solute the jobshop problem. 1. Regard the Jobshop problem as the classification problem. 2. Regard every order of every job as a subproblem. 3. use the DNN to predict the priority of the subproblem. # wheels tensorflow keras gurobi ortools numpy # useage run python3 main.py in linux system