CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - nonlinear problem

搜索资源列表

  1. EKFCOARSE

    0下载:
  2. UKF滤波方法,改方法比传统的卡尔曼滤波相比,主要是解决非线性问题-UKF filtering method, change methods than the traditional Kalman Filter, the key is to resolve the problem of nonlinear
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5884
    • 提供者:孙希希
  1. guihuawenti

    0下载:
  2. 规划问题 经典的MATLAB源代码,无约束规划问题,线性约束及非线性约束等试验,有好几个源代码啊!-Planning the classic MATLAB source code, test of constraint programming problem with linear constraints and nonlinear constraints, there are several source code!
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:122020
    • 提供者:王彦钧
  1. NIP

    4下载:
  2. matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:13764215
    • 提供者:feimaxiao
  1. bnb20

    0下载:
  2. 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:138639
    • 提供者:wangjunxia
  1. nonlinear

    0下载:
  2. Nonlinear Problem Files Collection -A collection of example programs and algorithms dealing with the solution of nonlinear problems. The following files are included (among others): damped Newton s method (see screenshot) Newton s method
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2556
    • 提供者:王怀东
  1. svm

    0下载:
  2. SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:118143
    • 提供者:
  1. solving_nonlinear_equations_with_newton_method

    1下载:
  2. Kelly的Solving Nonlinear Equations with Newton’s Method-This small book on Newton’s method is a user-oriented guide to algorithms and implementation. Its purpose is to show, via algorithms in pseudo-code, in MATLAB, and with several examples, how
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4376059
    • 提供者:wangzijian
  1. solving-programming-problem-matlab

    0下载:
  2. 用matlab编程求解无约束优化问题、线性规划问题、非线性规划问题。-Programming using matlab for solving unconstrained optimization problems, linear programming, nonlinear programming problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:121929
    • 提供者:蒲元威
  1. SIR_1

    0下载:
  2. 粒子滤波器bootstrap算法实现Gordon1993年论文第一个粒子。-An demo of particle filter which is used to slove a nonlinear problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1009
    • 提供者:徐浩
  1. the-0-1-nonlinear-programming-

    1下载:
  2. 本程序主要是解决单目标0-1非线性规划问题。-This procedure is mainly to solve the 0-1 nonlinear programming problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2893
    • 提供者:杨云
  1. bisar

    1下载:
  2. 双站SAR成像的例子,里面解决了非线性问题-an example of bisar,in order to deal with the nonlinear problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2989
    • 提供者:西张洼
  1. unconstrained-nonlinear-

    0下载:
  2. 用最速下降法求解无约束非线性规划问题,最大奇异值,其梯度列向量-Using the steepest descent method solving unconstrained nonlinear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:698
    • 提供者:雪人
  1. GN

    0下载:
  2. Guass-newton算法求解非线性规划的一个实例(线搜索)-Guass-newton algorithm of solving nonlinear problem (linear search)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:冯艳
  1. nonlinear-least-squares-problems

    0下载:
  2. 非线性最小二乘问题的matlab程序实现,解决简单的最小二乘问题。-Nonlinear least squares problem matlab program implements, solve simple least squares problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1242
    • 提供者:王乾龙
  1. identification-of-nonlinear-systems

    1下载:
  2. 倒立摆系统的辩识和控制 (1) 程序Pmodel.m 描述问题 建立倒立摆系统的数学模型 (2) 程序N-Model.m 取得系统的行为状态样本 (3) 程序chp14_3.m 根据以上所得输入值Pm和目标值Tm构造一个神经网络,并根据所描述问题的行为状态样本对网络进行训练,调整网络的权值和阀值,使网络具有与系统同样的行为特性。 (4) 程序chp14_4.m 对系统与网络的行为特性进行测试与比较。-Identification and control of inverted p
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:27616
    • 提供者:m
  1. MATLAB-nonlinear-least-squares

    1下载:
  2. MATLAB求解非线性最小二乘法拟合问题 源程序代码-MATLAB to solve the nonlinear least squares fitting problem source program code
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2432
    • 提供者:
  1. nonlinear-optimization-

    0下载:
  2. 非线性最小二乘优化问题的求解,非常适合初学者,用于非线性最小二乘求解-Suitable for nonlinear least squares optimization problem, very short routines, suitable for beginners to learn
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1830
    • 提供者:luo
  1. erweifeixinaxingceliang

    0下载:
  2. 使用EKF算法解决单目标跟踪,二维非线性问题(Using EKF algorithm to track the nonlinear problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:zhangtianyu
  1. GM-PHD1

    0下载:
  2. Over-the-horizon radar (OTHR) exploits skywave propagation of high-frequency signals to detect and track targets, which are different from the conventional radar. It has received wide attention because of its wide area surveillance, long detectio
  3. 所属分类:matlab例程

    • 发布日期:2020-01-25
    • 文件大小:18432
    • 提供者:ioeyoyo
  1. 新建 360压缩 ZIP 文件

    4下载:
  2. 基于粒子群算法求解低速车辆模型的非线性模型预测控制问题(The nonlinear model predictive control problem of low-speed vehicle is solved based on particle swarm optimization (pso))
  3. 所属分类:matlab例程

    • 发布日期:2020-10-15
    • 文件大小:2048
    • 提供者:L_F
« 12 3 4 5 6 »
搜珍网 www.dssz.com