Ai
1 Star 0 Fork 0

coding playground/grouping

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
config.ini 484 Bytes
Copy Edit Raw Blame History
coding playground authored 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

Search