CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 函数最

搜索资源列表

  1. fenzhidingjie

    0下载:
  2. 运筹学中利用MATLAB实现分支定界算法的实现,其中求最优解利用linprog函数实现
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:35349
    • 提供者:uilnij
  1. steepestdescent

    0下载:
  2. 改进了的最速下降法,用于求解正定n元二次函数-Improved steepest descent method for solving n-positive definite quadratic function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1080
    • 提供者:猫儿
  1. myGA

    0下载:
  2. 自适应遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Adaptive genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:947
    • 提供者:王国
  1. 06

    1下载:
  2. 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:958704
    • 提供者:cj
  1. cpp

    0下载:
  2. 最简单的猜数游戏,对于随机函数的运用。为初学者准备.-A simple game:guessing number.For juniors only!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4191
    • 提供者:Edward Zhou
  1. GA

    0下载:
  2. 一个遗传算法求解函数的最大值的程序,挺好用的-A genetic algorithm procedure for maximum function, very good use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3719
    • 提供者:赵本
  1. lyapunov

    0下载:
  2. 该函数用来计算时间序列的最大Lyapunov 指数--Wolf 方法-The function used to calculate the time series of the largest Lyapunov index- Wolf method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3081
    • 提供者:lishuhui
  1. lyapunov_wolf

    0下载:
  2. 该函数用来计算时间序列的最大Lyapunov 指数--Wolf 方法-The function used to calculate the time series of the largest Lyapunov index- Wolf method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1972
    • 提供者:lishuhui
  1. k_algorithm

    0下载:
  2. K均值:用于动态聚类算法,来按照样本之间的相似程度进行分类,相似的归为一类,不相似的为另一类。划分的结果应使表示聚类质量的准则函数最大。-K均值
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1500
    • 提供者:huanglina
  1. lsqcurvefit

    3下载:
  2. 一个有关matlab解决最小二乘法函数lsqcurvefit的简要介绍,网上找的,分享了-Matlab solve a least squares lsqcurvefit function of a brief introduction, on-line to find and share.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2951
    • 提供者:mll
  1. floyd

    0下载:
  2. floyd算最短路径,函数和例子都有。只需要把数据转换就行-floyd
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1584
    • 提供者:朴絮
  1. GA

    0下载:
  2. 利用典型的遗传算法程序求解函数或者实际问题最优解-Typical procedures for the use of genetic algorithms to solve practical problems in the function or the optimal solution
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:13570
    • 提供者:周晟
  1. yichuansuanfa

    0下载:
  2. 遗传算法,通过选择、交叉、变异求取函数最优解c程序简单实现,并拥有最优保存思想。-Genetic algorithm, selection, crossover and mutation to strike a function of the optimal solution c procedures are simple to achieve, and has saved the best idea.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:杨光
  1. optim

    0下载:
  2. 最优化函数集,包括线性规划,非线性规划,带约束优化问题等-Optimization function sets, including linear programming, nonlinear programming, constrained optimization problems, etc
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:46499
    • 提供者:周微
  1. Gahuatu

    0下载:
  2. 用MATLAB解决遗传算法中解决函数最值的问题-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1454
    • 提供者:qqsong
  1. liziqun

    0下载:
  2. particle swarm 粒子群的标准程序 该程序用于计算Goldstein-Price函数 的函数最小值 //微粒历史最优位置修改程序 //适应值函数计算程序 -particle swarm particle swarm standard procedure, the program used to calculate the Goldstein-Price function, a function of the minimum// particle history, th
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:7252
    • 提供者:彭石
  1. STRSCNE

    0下载:
  2. 给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations F(x)=0 l<=x<=u where F: R^n--> R^n, l and u a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4843
    • 提供者:muxihan
  1. ZJZXEC

    0下载:
  2. 在matlab中编程实现的正交多项式最小二乘拟合函数,调用格式:a=zjzxec(x,y,m)-In the matlab programming in the orthogonal polynomial least squares fitting function, call format: a = zjzxec (x, y, m)
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:648
    • 提供者:刘荣
  1. lzxec

    1下载:
  2. matlab中编程实现的线性最小二乘拟合函数: lzxec:功能:离散试验数据点的线性最小二乘拟合-matlab programming in a linear least-squares fitting function: lzxec: Function: discrete experimental data points, the linear least-squares fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2880
    • 提供者:刘荣
  1. PSO

    0下载:
  2. pso优化算法,java实现,目标函数最小,比较好用-pso Optimization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:27865
    • 提供者:may
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com