-
SALBP-1-Simulated-Annealing是一种旨在逼近简单装配线平衡问题全局最优解的概率算法
资源介绍
SALBP-1-模拟退火
该算法是一种概率方法,用于逼近简单装配线平衡问题的全局最优值。
Linux构建
要构建此应用程序,请在父目录中执行make build 。
用法
./salbp1-sa[OPTIONS]...
OPTIONS:
-c (SALBP1 maximum time per station. Default: 6)
-t (initial temperature. Default: 1)
-l (stop condition. Default: 0.000001)
-d (cools temperature to (temperature_decay*temperature