Ai
1 Star 0 Fork 0

coding playground/grouping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.ini 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
coding playground 提交于 2025-07-25 09:05 +08:00 . update config.ini.
[simulated_annealing]
; 模拟退火算法的初始温度,温度越高,算法在搜索初期更倾向于接受较差的解,有助于跳出局部最优
initial_temp = 10000
; 模拟退火算法的最终温度,当温度降至该值时,算法停止迭代
final_temp = 0.001
; 模拟退火算法的降温系数,每次迭代后温度乘以该系数以降低温度
alpha = 0.995
; 模拟退火算法的最大迭代次数,防止算法陷入无限循环
max_iter = 10000
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/coding_playground/grouping.git
git@gitee.com:coding_playground/grouping.git
coding_playground
grouping
grouping
master

搜索帮助