-
sherlock-master
Sherlock - Find usernames across social networks
- 2019-02-26 16:44:13下载
- 积分:1
-
PSO算法
说明: 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
- 2020-06-25 13:20:01下载
- 积分:1
-
wind_fatigue_para_final
利用随机振动理论,估算风力机塔架结构在脉动风载荷作用下的应力循环次数(Using random vibration theory to estimate the wind turbine tower structure in fluctuating wind loads of stress cycles)
- 2020-12-17 13:09:12下载
- 积分:1
-
zhongli
说明: 该程序是实现重力勘探中球体正演和水平圆柱体正演,并进行相应的处理(The exploration program is to realize the gravity and the horizontal cylinder forward ball forward, and make the appropriate treatment)
- 2011-04-05 21:38:34下载
- 积分:1
-
CPP-Neural-Networks-and-Fuzzy-Logic
C++ Neural Networks and Fuzzy Logic
- 2017-05-11 12:35:08下载
- 积分:1
-
测试 CPU和NDP 的型号.zip
测试 CPU和NDP 的型号.zip-testing CPU and NDP models. Zip
- 2022-10-20 14:55:03下载
- 积分:1
-
Untitled1
wfwef dfwgfwfwvewvfv gwgewgrwev fewfwefrwe
- 2020-06-21 22:00:02下载
- 积分:1
-
lstm_example
lstm小demo,根据时间变化,预测航空公司客流量。(LSTM small demo, according to the time change, predicts the airline passenger flow.)
- 2019-05-20 14:15:15下载
- 积分:1
-
基于多层编码遗传算法的车间调度算法(程序)
说明: 遗传算法车间调度,基于matlab的一套车间调度遗传算法的实现过程的源代码(Genetic Algorithms for Job Shop Scheduling)
- 2020-06-24 05:40:02下载
- 积分:1
-
TTF,小波变换
说明: 基于FFT的谐波检测,采用快速傅里叶算法后得到原始波形中各次分量的频率和幅值特性,从中可以直接观测出各次谐波分量的频率和幅值信息.
程序1采用快速傅里叶算法后得到原始波形中各次分量的频率和幅值特性图
程序2输入信号经过FFT变换得到的频谱特性图
程序3对输入信号进行采样,应用一维小波变换函数进行三层小波分析(Based on FFT harmonic detection, the frequency and amplitude characteristics of each harmonic component in the original waveform are obtained by using fast Fourier algorithm, from which the frequency and amplitude information of each harmonic component can be directly observed
In program 1, the frequency and amplitude characteristics of each component in the original waveform are obtained by using the fast Fourier algorithm
The spectrum characteristic diagram of program 2 input signal through FFT transformation
Program 3 samples the input signal and applies one-dimensional wavelet transform function to three-level wavelet analysis)
- 2020-01-09 13:34:04下载
- 积分:1