修改启发式算法和遗传算法实现
This commit is contained in:
@ -2,7 +2,7 @@ from base_optimizer.optimizer_common import *
|
||||
|
||||
|
||||
@timer_wrapper
|
||||
def feeder_allocate(component_data, pcb_data, feeder_data, nozzle_pattern, figure=False):
|
||||
def feeder_allocate(component_data, pcb_data, feeder_data, figure=False):
|
||||
|
||||
feeder_points, feeder_division_points = defaultdict(int), defaultdict(int) # 供料器贴装点数
|
||||
mount_center_pos = defaultdict(int)
|
||||
|
Reference in New Issue
Block a user