# PymooAPS **Repository Path**: wangcheng23/PymooAPS ## Basic Information - **Project Name**: PymooAPS - **Description**: 使用pymoo进行aps排产排程 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The 2nd Guangzhou • Pazhou Algorithm Competition -- Intelligent production scheduling algorithm based on multi-objective and multi-source data disturbance prediction # Table of Contents - [The 2nd Guangzhou • Pazhou Algorithm Competition -- Intelligent production scheduling algorithm based on multi-objective and multi-source data disturbance prediction](#the-2nd-guangzhou--pazhou-algorithm-competition----intelligent-production-scheduling-algorithm-based-on-multi-objective-and-multi-source-data-disturbance-prediction) - [Table of Contents](#table-of-contents) - [Installation](#installation) - [Usage](#usage) - [Running Time](#running-time) - [Details](#details) # Installation ``` conda create -n python==3.8.15 pip install -r requirements.txt ``` # Usage ``` cd PymooAPS # 配置pymoo_main.py 第38-41行 参数 # 根据硬件配置调整 BATCH 和 N_PROCESS # 调整迭代次数 STEPS bash run.sh # check the results in ./submission/final_res.csv ``` # Running Time ``` # all depends on STEPS you config and Hardware you have about 9 hours # default config ``` # Details ``` cat details.txt ```