资源列表
Lyapunov指数_Wolf法
- 用Wolf方法计算利亚普诺夫指数,改程序已调试通过
chapdipi
- 炒地皮游戏,Visual C++环境下运行-Land speculation game, Visual C++ operating environment
advanced--algrithms
- 高级算法的代码, 背包问题 覆盖问题 旅行商问题等-Advanced algorithm code, knapsack problem cover problem traveling salesman problem, etc.
Classification-Using-PCA-and--NN
- 实用主成分分析和人工神经网络方法,对数据进行处理分析-Classification Using PCA and FFT
dispersion-curve
- 利用有限差分算法计算矩形波导的第一、二高阶模-Calculated using the finite difference algorithm first rectangular waveguide, two higher order mode
leapfrog
- 使用蛙跳差分格式计算流体力学中一维激波管问题-Leapfrog difference scheme using a one-dimensional computational fluid dynamics shock tube problem
pso_goldstein_
- 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。编译运行通过修改优化模型即可直接用来优化你所需求解问题,本人在弹道优化方面已测试成功。代码内总共进行50次pso搜索运算,以提高算法的可靠性,迭代最大次数限制在500次以内,输出最佳适应值和取得最佳适应值时的迭代次数,平均进行每次pso运算要多少次迭代才能得到满足条件的解-Standard PSO algorithm code using C++ preparation Notes rich wi
遗传算法优化神经网络(a)
- 是一个利用遗传算法优化神经网络的MATLAB代码,相信对一些人很有用.
PSOCO
- PSO粒子群算法,求解离散变量组合优化,收敛曲线图,功能区域注释详细-PSO PSO algorithm for solving combinatorial optimization with discrete variables, convergence curves, functional areas detailed notes
(EC)-FDTD--for-Dispersive-Materials
- 对于非线性材料的FDTD(EC)方法的研究:推导,稳定性和应用 Equivalent Circuit (EC) FDTD Method for Dispersive Materials: Derivation, Stability Criteria and Application Examples-Equivalent Circuit (EC) FDTD Method for Dispersive Materials: Derivation, Stability Criteria a
Matlab-Simulation-using-FDTD-Method
- 时域有限差分法的Matlab仿真 将麦克斯韦旋度方程化为差分式的求解方法-FDTD method of Matlab simulation The Maxwell s curl equations made into differential equation solving
Extreme-Learning-Machine
- 极限学习机的回归拟合及分类,介绍一个针对SLFN的新算法——极限学习机(Extreme Learning Machine,ELM),该算法随机产生输入层与隐含层间的连接权值及隐含层神经元的阈值,且在训练过程中无需调整,只需要设置隐含层神经元的个数,便可以获得唯一的最优解。与传统的训练方法相比,该方法具有学习速度快、泛化性能好等优点。-Extreme Learning Machine regression and classification, introduce a new algorithm