代码搜索:Goldstein-Price
找到约 13 项符合「Goldstein-Price」的源代码
代码结果 13
www.eeworm.com/read/457281/7329226
cpp pso.cpp
//附录1、标准微粒群算法源程序
/*该程序用于计算Goldstein-Price函数的函数最小值 */
//库文件
#include"stdio.h"
#include"stdlib.h"
#include"time.h"
#include"math.h"
//随机数定义
#define rdint(i) (rand()%(int)(i))
#define rdft() (fl
www.eeworm.com/read/203810/15351257
cpp c1.cpp
/*该程序用于计算Goldstein-Price函数
f1(x)=[1+(x1+x2+1)2(19-14x1+3x12-14x2+6 x1 x2+3 x22)]*
[30+(2x1-3x2)2(18-32x1+12x12+48x2-36 x1 x2 +27 x22)]
-2
www.eeworm.com/read/203807/15351275
cpp c1.cpp
/*该程序用于计算Goldstein-Price函数
f1(x)=[1+(x1+x2+1)2(19-14x1+3x12-14x2+6 x1 x2+3 x22)]*
[30+(2x1-3x2)2(18-32x1+12x12+48x2-36 x1 x2 +27 x22)]
-2