搜索资源列表
monituihuo
- 模拟退火,效果良好,有充分的说明和解释,让人容易理解(matlab program, genetic algorithm, the main program of the damaged raw feed)
daima
- 人工鱼群算法,模拟鱼群随机游动来寻求最优解(Artificial fish swarm algorithm is used to simulate the random walk of fish swarm to find the optimal solution)
MonteCarlo
- Monte Carlo模拟和理论情况下的误码率对比(Monte Carlo simulation and theoretical comparison of bit error rate)
模拟退火
- 利用模拟退火算法进行仿真实验,解决TSP问题(Using simulated annealing algorithm to solve TSP)
MaCA-master
- 中国电子科技集团公司认知与智能技术重点实验室发布的MaCA(Multi-agent Combat Arena)环境,是国内首个可模拟军事作战的轻量级多智能体对抗与训练平台,是多智能体对抗算法研究、训练、测试和评估的绝佳环境,可支持作战场景和规模自定义,智能体数量和种类自定义,智能体特征和属性自定义,支持智能体行为回报规则和回报值自定义等。(MaCA (multi agent combat) issued by the Key Laboratory of cognitive and intelli
c源程序
- udf算法,FLUENT模拟定义,在不同时间变热流密度下进行用户自定义设置(Temperature UDF algorithm)
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。