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

搜索资源列表

  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55205
    • 提供者:qianyg
  1. lmscomunication

    0下载:
  2. matlab 防真自适应滤波器(部分)考虑时变代价函数 -Matlab defense really adaptive filter (part) when considering variable cost function
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:39908
    • 提供者:毕鹏
  1. lvboqishejicanshu

    0下载:
  2. 滤波器阶数固定时,代价函数和信噪比之间的关系 信噪比固定时,代价函数和滤波器长度之间的关系-order filter fixed, cost function and the relationship between the signal-to-noise ratio signal-to-noise ratio fixed, Filters cost function and the relationship between length
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:300606
    • 提供者:亮仔
  1. PSO_solution_to_economic_dispatch

    0下载:
  2. 利用PSO算法解决经济批量分发问题的matlab源代码,求解多目标函数与成本最小值。-Use PSO algorithm to solve economic volume distribution of the matlab source code for solving multi-objective cost function and the minimum value.
  3. 所属分类:matlab

    • 发布日期:2016-09-14
    • 文件大小:39388
    • 提供者:楚湘华
  1. SimulatedAnnealing

    0下载:
  2. Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a probability that depends on the
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:20145
    • 提供者:dingchong
  1. RealCodedGA

    0下载:
  2. This package contains a pure implementation of Real Coded Genetic Algorithm (Real Coded GA) in MATLAB. You can modify or replace the Cost Function, to solve real valued optimization problems, using Genetic Algorithm (GA).
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2862
    • 提供者:laviista
  1. lap_cpp

    0下载:
  2. 线性分配算法的C++版本,在MATLAB调用mex命令编译后可以直接在MATLAB中运行,函数assianstment=lap(cost),cost为匹配的代价矩阵,assianstment为输出匹配矩阵-Linear assignment algorithm C++ version of the call in the MATLAB mex command can be compiled to run directly in the MATLAB function assianstment =
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5450
    • 提供者:123
  1. DFEBasedOnMCMA

    0下载:
  2. 一种用于判决反馈均衡器的方法和装置,其中使用一校正项来补偿限制器误差,从而避免了误差传播。选择均衡器的滤波器系数以便使均衡器的代价函数最小-One for decision feedback equalizer method and device, which uses an error correction terms to compensate for the limiter, thus avoiding error propagation. Select equalizer equaliz
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:13062
    • 提供者:王凤
  1. vertical

    0下载:
  2. cost function calculation for vertical handoff in heterogenous network-cost function calculation for vertical handoff in heterogenous network
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:116657
    • 提供者:lakshmi
  1. cost.cpp

    0下载:
  2. A program that lets user to enter quantity and price of an item and a function that finds the cost of product i.e. price*qty including tax
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6063
    • 提供者:benjol
  1. the-blind-channel

    0下载:
  2. 多径信道中盲信道均衡的恒模算法,从恒模代价函数出发详细推导出盲信道均衡恒模 算法-Multipath channel, blind channel equalization of constant modulus algorithm, starting from the constant modulus cost function derived in detail the blind channel equalization constant modulus algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:685
    • 提供者:青紫
  1. kmedioids

    1下载:
  2. [inds,cidx] = kmedioids(D,k) Performs k-mediods clustering only requires a distance matrix D and number of clusters k. Finds cluster assignments "inds" to minimize the following cost function: -[inds,cidx] = kmedioids(D,k) Performs k
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2092
    • 提供者:ehsan
  1. MATLAB

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。 -In artificial intellig
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:47273
    • 提供者:李际超
  1. cd4ef1.ZIP

    0下载:
  2. 基于D_Lite算法的估价函数分析D_Lite algorithm based on cost function analysis-D_Lite algorithm based on cost function analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1206242
    • 提供者:
  1. ax=b

    0下载:
  2. is matlab source code to optimize some cost function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4442
    • 提供者:sdswd
  1. ASA

    0下载:
  2. Adaptive Simulated Annealing (ASA) is a C-language code developed to statistically find the best global fit of a nonlinear constrained non-convex cost-function over a D-dimensional space. This algorithm permits an annealing schedule for "temper
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:652891
    • 提供者:ip
  1. cost

    0下载:
  2. some cost function.fore example rastrigin,... .
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1525
    • 提供者:science
  1. Optimization-of-ackley-function-by-Cuckoo-with-km

    0下载:
  2. Optimization of ackley function by Cuckoo with kmeansToolBox in matlab_coasite.info This code minimizes your cost function, so don t change any part of your code. ----------------------------------------------------------------------------------
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:782346
    • 提供者:nadem
  1. Cuckoo-Optimization-Algorithm-for-ANN-cost

    0下载:
  2. not good - Cuckoo Optimization Algorithm for ANN cost ---​ Cuckoo Optimization Algorithm --- - Matlab Toolbox Ver. 1.0.1 - Programmed by- Ramin Rajabioun, 2011 + This code minimizes your cost function, so don t change any part of -not good - Cuc
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4437
    • 提供者:eaclicker3
  1. linear-regresion-cost

    0下载:
  2. linear regresion Cost function code for matlab . machine learning algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1345
    • 提供者:reza
« 12 3 4 5 »
搜珍网 www.dssz.com