CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 无约束优化法

搜索资源列表

  1. unconstrained_optimization

    1下载:
  2. VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3191037
    • 提供者:李湖
  1. FLOW3D

    0下载:
  2. FLOW采用有限单元法fortran90编写的求解不可压缩流体的稳态流速和压力场的程序,计算流体方面的,fortran90编写的-FLOW using FORTRAN90 finite element method for solving incompressible prepared steady-state fluid flow and pressure field procedures, computational fluid aspects, fortran90 prepared
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:90968
    • 提供者:syh
  1. zblhf

    0下载:
  2. 机械设计技术无约束问题优化中最简单的一种--坐标轮换法!-Mechanical Design Technology unconstrained optimization simplest- coordinate rotation method!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:827
    • 提供者:张强
  1. feasible-direction-method

    0下载:
  2. 可行方向法,用于无约束优化的作业所制作,请大家指教-Possible direction method, used for unconstrained optimization of assignments
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:579
    • 提供者:刘河君
  1. tidufa

    0下载:
  2. 共轭梯度法,用于机械优化设计中的无约束优化方法的求法,基于二元函数。-Conjugate gradient method, the optimum design of the machine used for unconstrained optimization method the method, based on binary function.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:389299
    • 提供者:王娟
  1. powell

    0下载:
  2. 步长加速法的C++实现,也称作Powell法,作为非线性无约束条件优化的方法之一-This a program of Powell.
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:131664
    • 提供者:Tony
  1. Powell

    0下载:
  2. 鲍威尔优化算法:多维无约束优化算法是在无约束优化算法之一,首先选取一组共轭方向,从某个初始点出发,求目标函数在这些方向上的极小值点,然后以该点为新的出发点,重复这一过程直到获得满意解,其优点是不必计算目标函数的梯度就可以在有限步内找到极值点。 鲍威尔法是以共轭方向为基础的收敛较快的直接法之一,是一种十分有效的算法。-Powell optimization algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1951
    • 提供者:立哲
  1. frcg

    0下载:
  2. FR共轭梯度法求解无约束优化问题,其中一维搜索用Armijo搜索。-Fletcher-Reeves method for optimization
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:637
    • 提供者:AllenBenge
  1. line_search_gold

    0下载:
  2. 0.618法求解无约束优化问题的一维精确线搜索,matlab-0.618 method for solving constrained optimization problems of one-dimensional exact line search, matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:775
    • 提供者:
  1. ehf

    0下载:
  2. 利用广义逆求解无约束条件下的优化问题。求解线性方程组最小二乘解的广义逆法-Under the condition of using the generalized inverse solving unconstrained optimization problems.The least-square solutions to the linear system of equations of the generalized inverse method
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:caoxiaoyue
  1. gongetidu

    1下载:
  2. 用于解决非线性无约束优化问题(It is used to solve nonlinear unconstrained optimization problem)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:XIAOXIAOPANG
  1. 优化算法

    2下载:
  2. 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:旺旺饼干
  1. 无约束优化问题

    0下载:
  2. 包括几种常用的无约束优化算法,比如最速下降法、BFGS算法、共轭梯度法等等(Including unconstrained optimization algorithms in common use)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:48128
    • 提供者:999逆臣
  1. DHS

    0下载:
  2. 改进的HS共轭梯度法,能够更快的求解无约束优化问题(A modified Hestenes-Stiefel conjugate gradient method with sufficient descent condition and conjugacy condition)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:lin7788
  1. ni_niu_dun_fa

    1下载:
  2. 基于拟牛顿法解决无约束优化问题的Python代码(Python code for unconstrained optimization based on quasi-Newton method)
  3. 所属分类:其他

    • 发布日期:2020-11-03
    • 文件大小:1024
    • 提供者:陈嵩
搜珍网 www.dssz.com