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

搜索资源列表

  1. LINESEARCH

    0下载:
  2. Line Search using different type of functions. This is useful for Nonlinear programming.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:23.59kb
    • 提供者:Manisha Mishra
  1. Ant-colony-algorithm-

    0下载:
  2. 本文件里描述了用蚁群算法寻找最短路径的方法,以及相应的搜索路线图形表示-This document describes the use of ant colony algorithm to find the shortest path method, and the corresponding graphical representation of the search line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:89.39kb
    • 提供者:加俊
  1. MATLAB(1)

    1下载:
  2. 无约束优化,用精确线搜索的最速下降法极小化函数-Unconstrained optimization, with the exact line search the steepest descent method minimization function
  3. 所属分类:matlab

    • 发布日期:2015-06-26
    • 文件大小:4kb
    • 提供者:zhangli
  1. Line-search-technique

    0下载:
  2. 关于最优化方法的Matlab仿真程序,线搜索技术。-Matlab simulation program optimization method, line search technique.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:1.92kb
    • 提供者:lyn
  1. FRCG

    0下载:
  2. 用matlab实现了FR共轭梯度算法,其中线搜索采用Amijo搜索实现。-Using matlab to achieve the FR conjugate gradient algorithm, in which the line search using Amijo search implementation.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:867byte
    • 提供者:程征
  1. Optimization-Methods-

    7下载:
  2. 《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
  3. 所属分类:matlab

    • 发布日期:2015-12-23
    • 文件大小:1.71mb
    • 提供者:赵雪伟
  1. matlab-source

    0下载:
  2. 最优化 Matlab程序 线搜索 修正的乔勒斯基分解-Matlab source line search
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.7kb
    • 提供者:li bo
  1. pack_sobi_instantaneous_cp3

    2下载:
  2. 二阶欠定盲分离程序,经典,完整,让您一目了然,请放心使用,原汁原味的matlab代码及详细的英文标注。-ack sobi_cp3 Second Order Blind Identification via Candecomp/Parafac order-3 (CP3) to solve linear instantaneous Blind Source Separation (BSS). sobi_cp3 allows to handle the exactly-det
  3. 所属分类:matlab例程

    • 发布日期:2017-05-26
    • 文件大小:5.02mb
    • 提供者:李振涛
  1. simplelinesearch

    0下载:
  2. 非线性规划问题中无约束问题的简单线搜索算法(simplelinesearch)的MATLAB代码-Unconstrained nonlinear programming problem in question is simple line search algorithm (simplelinesearch) MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:908byte
    • 提供者:
  1. search_methods_matlab

    0下载:
  2. Line search method matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:44.41kb
    • 提供者:kamran zeb
  1. erfen

    0下载:
  2. 最优化方法及其MATLAB程序设计,针对非精确线搜索的方法,二分法-Optimization method and MATLAB program design, method for inexact line search, dichotomy
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:538byte
    • 提供者:jhon
  1. linesearch

    0下载:
  2. 最优化中的线搜索,应用在matlab中,-Optimization of the line search,use at matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:7.72kb
    • 提供者:田田
  1. line-search

    1下载:
  2. 此压缩包共包含三个线搜索技术的matlab程序,即armijo准则、黄金分割法和抛物线法。-This archive contains three line search technology matlab program that armijo guidelines, golden section method and parabolic method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:
  1. rgd

    0下载:
  2. Rosen梯度下降法的matlab实现,线搜索采用的是0.618法,其中的目标函数可以自己修改。-Rosen gradient descent method of Matlab implementation, line search using the 0.618 method, which can modify the objective function.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:3.54kb
    • 提供者:visua
  1. Steepest-Descent-Line-Search

    0下载:
  2. Steepest Descent line search matlab algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-17
    • 文件大小:1kb
    • 提供者:ali
  1. BFS&DFS

    2下载:
  2. 广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点。 深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。(Breadth first search begins with a node and searches all nodes connected to its line, extending in the direct
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:Maxxxxx
  1. MATLAB CODE

    0下载:
  2. 实现数值计算的简单算法code 包括:非线性最小二乘问题、共轭梯度法、拟牛顿法、最速下降法与牛顿法、线搜索技术、乘子法程序、二次规划(A simple algorithm for numerical calculation, including nonlinear least squares problem, conjugate gradient method, quasi-Newton method, steepest descent method and Newton method, lin
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:40kb
    • 提供者:Xs_55555
  1. OPT1505166

    0下载:
  2. 数学规划基础课后作业,北京航空航天大学最优化,牛顿法,最速下降法,回溯线搜索(Mathematics programming foundation homework, Beihang University optimization, Newton method, steepest descent method, backtracking line search)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1.21mb
    • 提供者:Dora94
  1. vrp

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:henrylalala
  1. 最速下降法

    1下载:
  2. 最优化课程中的最速下降法matlab程序,利用了wolfe搜索和armijo线搜索(Matlab program of steepest descent method in optimization course, using Wolfe search and Armijo line search)
  3. 所属分类:数学计算

    • 发布日期:2020-11-10
    • 文件大小:2kb
    • 提供者:zjmjyo
« 12 »
搜珍网 www.dssz.com