虫虫首页|资源下载|资源专辑|精品软件
登录|注册

iter

  • c++模板源码中的第一章节iter

    c++模板源码中的第一章节iter,方便你学习时参考,应该会对你有所帮助

    标签: iter 模板 源码

    上传时间: 2013-12-17

    上传用户:chens000

  • A demo for image segmentation using iter

    A demo for image segmentation using iter

    标签: segmentation image using demo

    上传时间: 2017-05-02

    上传用户:Late_Li

  • 本程序实际上是把模拟退火过程引入单纯形法来求多元函数的极值

    本程序实际上是把模拟退火过程引入单纯形法来求多元函数的极值,和用模拟退火算法求旅行熵问题有许多不同。获得本程序后,需要自行编制程序调低温度temper,重置iter,以满足个人的不同应用需要。

    标签: 程序 模拟退火 多元 函数

    上传时间: 2014-01-17

    上传用户:shinesyh

  • 看雪教程

    看雪教程,适合有志投身于信息安全产业的iter。强烈推荐

    标签: 教程

    上传时间: 2014-01-14

    上传用户:四只眼

  • 用于无约束优化的鲍威尔优化方法

    用于无约束优化的鲍威尔优化方法, 程序中参数解释如下://P:存放设计变量 //XI:存放两个线性无关的向量 //N:含有N各元素的一维实型数组,用于存储设计变量 //NP:整形变量,用于存储P与xi的维数 //FTOL:迭代精度 //FRET:输出参数,存放目标函数在找到的近似极小值点处的值 //iter:迭代次数

    标签:

    上传时间: 2016-12-06

    上传用户:1109003457

  • Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs

    Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or tanh. The network % architecture is defined by the matrix NetDef consisting of two % rows. The first row specifies the hidden layer while the second % specifies the output layer. %

    标签: back-propagation corresponding input-output algorithm

    上传时间: 2016-12-26

    上传用户:exxxds

  • MATLAB fsolve求解非线性方程组源程序代码

    对于非线性方程组F(X)=0,用fsolve函数求其数值解。fsolve函数的调用格式为: X=fsolve('fun',X0,option) 其中X为返回的解,fun是用于定义需求解的非线性方程组的函数文件名,X0是求根过程的初值,option为最优化工具箱的选项设定。最优化工具箱提供了20多个选项,用户可以使用optimset命令将它们显示出来。如果想改变其中某个选项,则可以调用optimset()函数来完成。例如,Display选项决定函数调用时中间结果的显示方式,其中‘off’为不显示,‘iter’表示每步都显示,‘final’只显示最终结果。optimset(‘Display’,‘off’)将设定Display选项为‘off’。

    标签: MATLAB fsolve 非线性 方程 代码 源程序

    上传时间: 2017-07-31

    上传用户:ChrisQQQ