​使用协同进化算法进行纳什均衡反馈解的计算我要分享

Using coevolution algorithm to calculate the feedback solution of Nash equilibrium

纳什均衡解 纳什均衡 纳什均衡-协同进化算法

关注次数: 235

下载次数: 1

文件大小: 418KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

使用协同进化算法进行纳什均衡反馈解的计算,计算结果与使用公式计算得到结果完全一致,验证了智能算法的可行性。


English Description:

Using coevolution algorithm to calculate the feedback solution of Nash equilibrium, the results are consistent with the results calculated by formula, which verifies the feasibility of the intelligent algorithm.


代码预览

MPGA_FNES_2(11.6)\Coe.asv

MPGA_FNES_2(11.6)\Coe.m

MPGA_FNES_2(11.6)\EliteIndividual.m

MPGA_FNES_2(11.6)\immigrant.m

MPGA_FNES_2(11.6)\myMPGA.m

MPGA_FNES_2(11.6)\ObjectFunction.asv

MPGA_FNES_2(11.6)\ObjectFunction.m

MPGA_FNES_2(11.6)\Play.m

MPGA_FNES_2(11.6)\SGA.m

MPGA_FNES_2(11.6)\第一次运行.txt

MPGA_FNES_2(11.6)\第三次运行.txt

MPGA_FNES_2(11.6)\第二次运行.txt

MPGA_FNES_2(11.6)

gatbx.rar

相关推荐