资源列表
Sudoku
- 将一组随意排列的九宫格数字,排成从1到9正确的顺序-A set of figures random arrangement of squares, arranged 1-9 in the correct order
yiyuanduo
- 用最小二乘法进行曲线拟合,一次多项式拟合f(x),可稍作改动进行多项式拟合-Using the least square method to curve fitting, a polynomial fitting f (x) can be slightly modified to polynomial fitting
trustm
- 牛顿型信赖域方法求解无约束优化问题的最小值和最小值点-Newton type trust region method for unconstrained optimization problems minimum and minimum point
sqpm
- 用基于拉格朗日函数Hesse矩阵的SQP方法求解约束优化问题-Based on Lagrangian with SQP Hesse matrix method for solving constrained optimization problems
multphr
- 用乘子法求解一般约束优化问题的最小值和最小值点-Solving General Constrained optimization problems using multiplier method minimum and minimum point
Zuixiaoercheng
- Least squares method. Finding least squares. The examples show how to draw the line accordingly to the distance between the points.
函数插值程序
- 实现了几种常见的函数插值方法,包括拉格朗日插值,牛顿插值等。
DEGL_MLP_onlyTrainingData
- mathlab code for degl
Revised-k-best-matlab
- 实现k-best算法,用于多目标跟踪,或者k个最有值的估计-realize the k-best algorithm which can be used in multi-objects tracking and calculated the k numbers of optimal value
k_bestc
- 使用c语言实现K-best算法。即寻求一个矩阵中的K 个最优解,可以用于多目标跟踪算法。-c code to realize the k-best algorithm.Namely to calculate k numbers of optimal resolution which can be used in multi-objects tracking
Optimization
- C++实现的最优化算法,包括最速下降法与共轭梯度法-Optimization algorithm implemented in C++, including the steepest descent method and Conjugate Gradient Method
Hungarian_min
- 利用匈牙利算法解决分配问题(求最小值)的MATLAB代码-Hungarian algorithm
