登录
首页 » 算法 » 数值优化计算过程中常用的单纯型法

数值优化计算过程中常用的单纯型法

于 2022-03-17 发布 文件大小:2.47 kB
0 40
下载积分: 2 下载次数: 1

代码说明:

数值优化计算过程中常用的单纯型法-Numerical optimization process commonly used simple method

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RANSAC直线 椭圆 圆 拟合
    RANSAC为RANdom SAmple Consensus的缩写,它是根据一组包含异常数据的样本数据集,计算出数据的数学模型参数,得到有效样本数据的算法。它于1981年由Fischler和Bolles最先提出。该资源是利用MATLAB编写的 RANSAC 直线 椭圆 圆 拟合程序 
    2022-12-16 05:20:03下载
    积分:1
  • 各种的c语言程序,包括huffman、线性表、栈、队列等
    各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
    2022-04-19 07:42:59下载
    积分:1
  • 内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。...
    内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。-containing a Gaussian random occurrence of procedures to achieve language C++, some staff may be used.
    2023-03-22 13:45:04下载
    积分:1
  • Mean
    Mean-shift聚类算法详细介绍,里面有丰富的图片和图形-Mean-shift clustering algorithm detail, which is rich in pictures and graphics
    2023-04-13 18:10:04下载
    积分:1
  • 用C++实现的B
    用C++实现的B-Tree算法- B-Tree algorithm realizes which with C
    2022-10-19 15:15:04下载
    积分:1
  • 部分旋转
    要解决 N 由 N 线性系统 C C E1: A(1,1) X(1) + A(1,2) X(2) +......+ A(1,N) X(N) = A(1,N+1) C E2: A(2,1) X(1) + A(2,2) X(2) +......+ A(2,N) X(N) = A(2,N+1) C   : C   . C EN: A(N,1) X(1) + A(N,2) X(2) +......+ A(N,N) X(N) = A(N,N+1) C C C 输入: 数目的未知数和方程 N;增广的矩阵 C A=(A(I,J)) 哪里 1 < = I < = N 和 1 < = J < = N + 1。 C C 输出: 解决方案 X(1),X(2),...,X(N) 或 A 消息, C 线性系统有没有独特的解决方案。 C
    2023-07-28 04:30:03下载
    积分:1
  • rand.rar随机数发生器的C++代码
    rand.rar 随机数生成C++代码-rand.rar random number generator C++ code
    2022-08-18 16:40:35下载
    积分:1
  • TI DSP 642 上面运行的图像处理程序, 用来做sobel边缘提取
    TI DSP 642 上面运行的图像处理程序, 用来做sobel边缘提取-TI DSP 642 above the operation of image processing procedures used to make sobel edge detection
    2022-02-03 21:48:46下载
    积分:1
  • 一个解决龟兔赛跑爬山问题的,仅供参考。
    一个解决龟兔赛跑爬山问题的算法,仅供参考。-a solution of the race between climbers algorithm, for reference purposes only.
    2022-03-25 18:59:27下载
    积分:1
  • 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方求出精确解,既然求不出精确解,...
    98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T,
    2023-05-19 17:45:04下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载