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

搜索资源列表

  1. 字符串、内存和字符函数

    0下载:
  2. 包含从源source中拷贝n个字节到目标destin中,在数组的前n个字节中搜索字符 ,移动一块字节,拷贝字节等等小程序-contains source from the source copy n bytes to target destin, in the array of n-byte characters search, a mobile byte, copy bytes and other small applications
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3328
    • 提供者:
  1. linearSVM

    0下载:
  2. 线性SVM,将标准SVM的目标函数改成线性目标函数,这样可以节省大量的训练时间-linear SVM, the standard SVM objective function into linear objective function, this can save a lot of time training
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39517
    • 提供者:生月
  1. vb_huangjin

    0下载:
  2. 规划数学中的黄金分割法,给定目标函数,用黄金分割法求最小值,用VB实现,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3354
    • 提供者:cleany2008
  1. D9R6

    0下载:
  2. 用于无约束优化的鲍威尔优化方法, 程序中参数解释如下://P:存放设计变量 //XI:存放两个线性无关的向量 //N:含有N各元素的一维实型数组,用于存储设计变量 //NP:整形变量,用于存储P与xi的维数 //FTOL:迭代精度 //FRET:输出参数,存放目标函数在找到的近似极小值点处的值 //ITER:迭代次数-For unconstrained optimization of the Powell optimization methods, procedure
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:187400
    • 提供者:吴江
  1. pso

    0下载:
  2. 简单粒子群算法 能优化但目标函数 算法简单 效果好-A simple particle swarm optimization algorithm to optimize the objective function, but simple and good results
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1027
    • 提供者:fanglingfen
  1. MOEA-D-Continuous

    1下载:
  2. 多目标优化程序,国际顶级期刊IEEE EC 经典算法-multi-objective optimization algorithm presented in journal of IEEE trans
  3. 所属分类:MPI

    • 发布日期:2015-03-30
    • 文件大小:2006821
    • 提供者:zln
  1. fp

    1下载:
  2. 基于ICA的独立分量分析,目标函数是负熵,快速不动点算法-ICA-based independent component analysis, the objective function is negative entropy, fast fixed-point algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:603
    • 提供者:曹宇明
  1. Coordinate-rotation-method

    0下载:
  2. 用坐标轮换法求解目标函数,迭代时采用最优步长。-With coordinate rotation method to solve the objective function, the optimal iteration step.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:10017
    • 提供者:edew
  1. yiqunsuanfa

    1下载:
  2. 蚁群算法解决单目标函数优化问题。并通过作图的形式直观看出形象。-The ant colony algorithm to solve the single objective function optimization problem. And seen the image of the form of mapping intuitive.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:1080
    • 提供者:小强
  1. Differential-evolution-algorithm

    0下载:
  2. 两目标函数差分进化算法带罚函数算例,罚函数写在目标函数包括交叉、竞争、选择等-Differential evolution algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-09
    • 文件大小:3623
    • 提供者:lixiang
  1. Particle

    0下载:
  2. matlab解决多参数优化问题,已经调通过,可以直接使用。并且目标函数有微分构成。-matlab to solve the multi-parameter optimization problems, have been transferred through, can be used directly. And the objective function differential constitute.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:2577
    • 提供者:yuqihui
  1. PHR_multiplier_method

    0下载:
  2. 《最优化理论与方法》书籍中的乘子法的源程序,该书中的很多案例都用此方法试验过,本代码是一个小案例,将目标函数和约束函数按自己的需求换掉就能进行所期望的运算-" Optimization Theory and Methods" books multiplier method of the source, the book' s many cases are tested using this method, the code is a small case, the obj
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:5123
    • 提供者:wxq
  1. Trust-RegionInterior_Point

    0下载:
  2. 本代码为《最优化理论与方法》书籍重的信赖域算法的代码,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" heavy books trust region algorithm code, the code of the objective function and constraints may need to change the initial value
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:4234
    • 提供者:wxq
  1. conjugate-gradient-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in th
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:4788
    • 提供者:wxq
  1. steepest-descent-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的拥有Amijo改进的最速下降法算法的代码,并举了3个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books have Amijo improvement in the steepest descent method algorithm code, citing the three books on
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:5799
    • 提供者:wxq
  1. BFGS

    1下载:
  2. 本代码为《最优化理论与方法》书籍中的牛顿法和拟牛顿法算法的代码,并举了2个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books in the Newton method and quasi-Newton method algorithm code, citing two books on the example of the job
  3. 所属分类:source in ebook

    • 发布日期:2017-10-25
    • 文件大小:3072
    • 提供者:wxq
  1. nsga

    1下载:
  2. NSGA2源码 两个目标函数,可以根据需要自行修改-NSGA2 Source,it has two objective functions, you can modify according to your need.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:16466
    • 提供者:关宏艳
  1. top4inveter

    1下载:
  2. 此程序是柔顺机构的拓扑优化,以柔度最小为目标函数,以体积分数为约束条件-matlab code for compliant mechanism
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4910
    • 提供者:宋马军
  1. rbf

    0下载:
  2. 通过给出目标变量的自变量的值,训练其函数关系式,得到自变量和因变量之间的关系(By giving the value of the independent variable of the target variable, the function relation is trained, and the relationship between the independent variable and the dependent variable is obtained)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-05
    • 文件大小:46080
    • 提供者:小星月
  1. 遗传算法多目标优化

    0下载:
  2. 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
  3. 所属分类:汇编语言

    • 发布日期:2021-02-22
    • 文件大小:7168
    • 提供者:游鱼儿
« 12 3 »
搜珍网 www.dssz.com