background picture of the home page

Welcome to Keggin's blog!!!

MATLAB实现模拟退火算法:从原理入门到求解TSP问题实战

模拟退火算法(Simulated Annealing)是一种启发式优化算法,灵感来源于固体退火过程中的原子热运动。它通过模拟高温下原子随机运动及逐渐冷却稳定的过程,在解空间中探索最优解。算法以一定概率接受劣质解,避免陷入局部最优,逐步降低“温度”参数,收敛至全局最优或近似最优解。适用于复杂的非线性、

thumbnail of the cover of the post

2015MCM(B)

Missing aircraft search and rescue model based on diverse actual open water situations Summary Maritime search and rescue (SAR) is a vital task, howev

thumbnail of the cover of the post

服务器性能测试脚本 ecs.sh (融合怪) 使用教程与参数详解

融合怪脚本是一个用于运行多项性能测试的自动化工具,主要用于 VPS 和服务器的性能评估,包括 CPU、内存、硬盘、网络、流媒体解锁等功能。它支持通过命令行输入不同的参数来执行不同的测试。可以选择测试的内容、配置的方式等,且支持自定义网络节点和数据源。用户也可以选择是否生成报告链接。 一.一键执行:

thumbnail of the cover of the post

linux常用脚本

1.基础指令 超级管理员:sudo su root 系统更新:apt-getupdate && apt-get -y upgrade 修改密码:passwd root 修改服务器时间:sudo timedatectl set-timezone Asia/Shangh(修改至北京时间) 查看当前的服务

thumbnail of the cover of the post