Skip to content

Latest commit

 

History

History
executable file
·
42 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
42 lines (31 loc) · 1.11 KB

The 2nd Guangzhou • Pazhou Algorithm Competition -- Intelligent production scheduling algorithm based on multi-objective and multi-source data disturbance prediction

Table of Contents

Installation

conda create -n <env-name> 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