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

搜索资源列表

  1. zui_you_hua

    0下载:
  2. 最优化理论中的几道常用算法的c程序,希望大家可以利用。-optimization theory of a few commonly used algorithm c procedures in the hope that we can use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:小波
  1. zyh.rar

    0下载:
  2. 最优化理论与方法,其中包括两种BFGS算法与共轭梯度法,以及H终止准则!!1,Optimization theory and methods, including the two co-BFGS algorithm for conjugate gradient method, as well as the termination criteria for H! ! 1
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5.38kb
    • 提供者:齐翔宇
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3.15kb
    • 提供者:白浩泉
  1. powcell

    0下载:
  2. 最优化理论与方法中,powcell极小值算法程序!-Optimization theory and methods, powcell algorithm for the minimum program!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:12.26kb
    • 提供者:齐翔宇
  1. search0618

    0下载:
  2. 最优化理论与方法中,一维区间搜索中,0.618方法。-Optimization theory and methods, one-dimensional search interval, 0.618 methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:532byte
    • 提供者:齐翔宇
  1. searchinterzone

    0下载:
  2. 最优化理论与方法中,不精确一维搜索,与0.618方法相对应-Optimization theory and methods, inexact one-dimensional search.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:559byte
    • 提供者:齐翔宇
  1. zuisuxiajiangfa

    0下载:
  2. 最优化理论与方法最速下降法C++源代码最优化理论与方法最速下降法C++源代码-Optimization theory and methods of steepest descent C++ source code for the optimization theory and method of steepest descent C++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:671byte
    • 提供者:caibuxinhanxin
  1. q

    1下载:
  2. 《凸分析与最优化理论》中国科学院数学课讲义-" Convex analysis and optimization theory" , Academy of Mathematics Course Handout
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.76mb
    • 提供者:邓佳
  1. quickdrop

    0下载:
  2. 这是无约束最优化理论的一个小例子,用的是最速下降法。-This is the theory of unconstrained optimization of a small example, using the steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:181.22kb
    • 提供者:lj
  1. zui-su-xia-jiang-

    0下载:
  2. 最优化理论技术中的最速下降法c语言实现代码,其中能够很好的帮你求出对应的数据解。-Optimization theory and technology in the steepest descent method c language code, which can help you find the corresponding data solution .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:955byte
    • 提供者:王超
  1. NonCVX_MC

    2下载:
  2. 基于凸优化算法的矩阵填充稀疏矩阵理论的Matlab实现。-Based on convex optimization algorithm of matrix fill sparse matrix theory Matlab achieve.
  3. 所属分类:Algorithm

    • 发布日期:2017-09-11
    • 文件大小:3kb
    • 提供者:guohuijie
  1. InverseProblem-theory

    0下载:
  2. 一本相当经典的数值拟合与优化方面的工具书,请大家收藏吧-A fairly classic numerical fitting and optimization tool, Favorite
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:6.87mb
    • 提供者:王保利
  1. shuzhifenxi

    1下载:
  2. matlab迭代算法基础;数值分析原理及应用;优化算法理论实现-iterative algorithm matlab basis numerical analysis theory and application optimization theory to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:7.16mb
    • 提供者:王涛
  1. Algorithm-Daquan

    0下载:
  2. 该书讲述了线性规划,整数规划,图与网络,排队论,对策论,层次分析法,插值与拟合,回归分析,常微分方程,现代优化算法的等等,是一个相当好的数学文档。-The book tells the story of linear programming, integer programming, drawing and networks, queuing theory, game theory, AHP, interpolation and fitting, regression analysis, ord
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:夏雨
  1. genetic

    0下载:
  2. 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2.74mb
    • 提供者:醒不来的梦
搜珍网 www.dssz.com