代码搜索:遗忘因子
找到约 1,233 项符合「遗忘因子」的源代码
代码结果 1,233
www.eeworm.com/read/143718/12849116
grm 1.grm
//这是一个表达式文法
[nonterminal]
表达式 项 因子
[terminal]
变量 常量 + *
[start]
表达式’
[production]
表达式’ => 表达式;
表达式 => 项 | 项 + 表达式;
项 => 因子 | 因子 * 项;
因子 => 变量 | 常量;
www.eeworm.com/read/481333/6652719
pdf 改进的pso算法中学习因子_c_1_c_2_取值的实验与分析.pdf
www.eeworm.com/read/372511/9505733
txt 新建文本文档.txt
#include
#include
#include
#include
#include
#define c1 2 //学习因子
#define c2 2 //学习因子
#define a 0.9 //约束因子
#define b 0.01
www.eeworm.com/read/38039/1090631
mnu drugenter.mnu
FACTOR#OPTS 因子选项
#
Drag 拖动
Drag a stretch vector.
拖移拉伸向量。
Enter 输入
Enter a stretch factor.
输入拉伸因子。
www.eeworm.com/read/378183/9246189
dat funtc165.dat
函数名称: getaspectratio
函数原型: void far getaspectratio(int far *xasp, int far *yasp)
函数功能: 得到图形显示的比例因子
函数返回:
函数说明: xasp x方向比例因子,yasp y方向比例因子
所属文件:
www.eeworm.com/read/131795/14127359
dat funtc165.dat
函数名称: getaspectratio
函数原型: void far getaspectratio(int far *xasp, int far *yasp)
函数功能: 得到图形显示的比例因子
函数返回:
函数说明: xasp x方向比例因子,yasp y方向比例因子
所属文件:
www.eeworm.com/read/249482/4450907
dat funtc165.dat
函数名称: getaspectratio
函数原型: void far getaspectratio(int far *xasp, int far *yasp)
函数功能: 得到图形显示的比例因子
函数返回:
函数说明: xasp x方向比例因子,yasp y方向比例因子
所属文件:
www.eeworm.com/read/298155/3875060
dat funtc165.dat
函数名称: getaspectratio
函数原型: void far getaspectratio(int far *xasp, int far *yasp)
函数功能: 得到图形显示的比例因子
函数返回:
函数说明: xasp x方向比例因子,yasp y方向比例因子
所属文件:
www.eeworm.com/read/415999/11044952
m pso3.m
%------名称:带交叉因子的改进PSO算法
%格式标准化
clear all;
clc;
format long;
%初始化各个因子
c1=1.4962; %学习因子c1
c2=1.4962; %学习因子c2
w=0.7298; %惯性权重w
N=20; %粒子群规模
D=6; %搜索空间维数(本程序适合3维及以上,不能