资源列表
遗传算法多目标优化
- 遗传算法解决多目标优化问题,利用遗传算法对多目标问题进行优化得到pareto最优解。(The genetic algorithm solves the multi-objective optimization problem and USES the genetic algorithm to optimize the multi-objective problem to get pareto's optimal solution.)
迭代
- 差分迭代法和虚时间法求解薛定谔方程;克尔非线性方程光孤子解;(Solution of schrodinger equation by difference iteration method and virtual time method;Kerr nonlinear equation optical soliton solution;)
bead_spring
- 一个简单的分子动力学例程,该程序用matlab编写,可直接执行。(A simple molecular dynamics matlab routine.)
kNN
- K最近邻(k-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:在特征空间中,如果一个样本附近的k个最近(即特征空间中最邻近)样本的大多数属于某一个类别,则该样本也属于这个类别。(K-nearest neighbor (KNN) classification algorithm is a relatively mature method in theory and one of the simplest machine
n_1_zilishi_MCR_500kV
- 画出JA模型的微分方程,用于模型对BH曲线拟合。(Used to fit B-H curve with JA model)
质量传递
- fluent中质量传递的udf,用于交流学习,参考使用(The UDF of quality transfer in fluent is used for communication learning and reference)
ssa
- 一种启发式算法,寻优效果不错,基于matlab实现,可以进行寻优操作(Salp Swarm Algorithm (SSA) source codes)
linsmooth
- 一阶线性滤波波动抑制,用于离散数据平滑处理算法(First order linear filtering)
BPC
- matlab的m文件计算加速度加权z振级(dB)(Calculation of acceleration weighted Z vibration level (dB) by M-file of MATLAB)
基于径向基神经网络的预测地下水位
- 采用径向基神经网络搭建地下水预测模型,进行地下水预测。(The radial basis function neural network is used to build groundwater prediction model.)
TwoBody
- 二体问题求解程序 包含两个文件: 1.orbit_solver.m 初始化程序,数值计算并画图输出。 在此设置卫星的初始位置坐标r0和速度v0,设置仿真起止时间t0和tf,然后可以直接运行即可。 2.dif_orbit_dynamic.m 轨道动力学函数,包括无摄动力学和J2摄动下的动力学方程,具体采取何种动力学需要在此程序中进行设置。(Two body problem solving program There are two files: 1.orbit_ Solver. M initial
Random_sample
- 随机均匀采样的matlab代码实现,输入矩阵的大小和要采样的数目。返回一个随机均匀采样的测量矩阵,矩阵的值为0或1,0表示没有采样,1表示采样(Matlab code of random and uniform sampling, the size of input matrix and the number of samples. Returns a measurement matrix with random and uniform sampling. The value of the ma