资源列表
weighted_total_least_squares_approximation
- The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data an
nsga2_c_source
- 遗传算法中的NSGA2算法实现,解决多目标遗传算法求解Pareto近似解,具有很好的运行效果
spea2_c_source
- 扩展遗传算法SPEAII(Strength Paretor Evaluation Algorithm)算法的代码实现,良好的程序框架,便于向其他应用领域扩展,建议大家使用。
deterministic_linear_system_identification.tar
- A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is on the variety of possible ways to implement the mappings from data to parameters of the data generating system. The considered system representatio
TSPACO
- 用语解决TSP问题的蚁群算法,初学者建议看!
3_version_emd
- 本人收集的几个版本emd程序,包括emd2002,emd2005,emd2007三个版本,希望对研究emd的有些帮助
mathcurve
- 该程序在TC环境下运行。 按键1-6可以画6中常用的不同极坐标曲线。 按按键 q 退出。 你可以添加你想知道或者尝试任何你想象的曲线。
runge-kutta
- 自适应步长龙格-库塔法,并给出解含有贝塞尔函数的四阶方程组例子。
8queen
- 8皇后问题
01bag
- 01背包问题c语言实现 01背包问题c语言实现
linear_system_identification.tar
- The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is
4th-runge-kutta
- 使用定步长四阶龙格-库塔法解方程组,并给出一个含贝塞尔函数方程组的例子。