整线批量测试模式添加

This commit is contained in:
2025-11-27 17:57:42 +08:00
parent 369e439a97
commit 28adfab398
35 changed files with 13984 additions and 52 deletions

View File

@@ -67,7 +67,7 @@ The main algorithms were all designed and completed by the Assembly Process Opti
+ *others are not used*
## 4 Parameter
+ *mode* *run mode - 0: read optimized result, 1: run optimization, 2: batch optimize all PCB files in \data directory*
+ *mode* *run mode - 0: read optimized result, 1: run optimization, 2: batch optimize all PCB files in \data directory with machine optimizer, 3: batch optimize all PCB files in data/LINE#x with line optimizer and x + 2 is the number of machines in line*
+ *filename* : *PCB file (default in \data directory)*
+ *comp_register* : *whether auto-register components from step data when missing*
+ *machine_number* : *Number of machines in production line (set to 1 for single machine optimization)*
@@ -75,7 +75,6 @@ The main algorithms were all designed and completed by the Assembly Process Opti
+ *line_optimizer* : *line optimizer (options: hyper-heuristic, genetic, reconfiguration)*
+ *feeder_limit* : *available feeders for auto-registration*
+ *save* : *wheter save optimization results*
+ *save_suffix* : *suffix for saved results (used in batch optimization)*