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

搜索资源列表

  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
    • 文件大小:53.91kb
    • 提供者:qianyg
  1. BoundAndBranch

    0下载:
  2. 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30.3kb
    • 提供者:buaa_sheng
  1. quanguojiaotongzixun

    0下载:
  2. 用最短路径解决. 提供三种最优决策:最快到达,最少费用,最少中转站.-solution with the shortest path. For three optimal decision : fastest to reach at least cost, at least transfer stations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.44kb
    • 提供者:杨婕
  1. 最小费用最大流算法通用Matlab程序

    1下载:
  2. 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:2.09kb
    • 提供者:xuechaoling
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14.39kb
    • 提供者:诗苇
  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
    • 文件大小:38.46kb
    • 提供者:楚湘华
  1. MinimumCostFlow

    0下载:
  2. 最小费用最大流问题 MATLAB编程代码-Maximum flow problem minimum cost MATLAB programming code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2.3kb
    • 提供者:朱吴乐
  1. deopf

    0下载:
  2. 也是一个最小费用最大流的程序,在应用时可以参考程序思路进行重新设计-Is also a minimum cost maximum flow procedure in the application can refer to the process redesign ideas
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:44.92kb
    • 提供者:李勤
  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
    • 文件大小:5.32kb
    • 提供者:123
  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
    • 文件大小:5.92kb
    • 提供者:benjol
  1. Fence-cost

    0下载:
  2. 栅栏造价,利用所编程序计算出建造自定义的栅栏所需要的花费-Fence cost, calculated using the programmed custom fence construction cost of the required
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:148.55kb
    • 提供者:王超
  1. minimum-cost-maximum-flow

    0下载:
  2. 用于求解网络的最小费用最大流问题,求一个网络中的最大流-Network for solving the minimum cost maximum flow problem, find the maximum flow in a network
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.87kb
    • 提供者:wuhao
  1. cost

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

    • 发布日期:2017-11-26
    • 文件大小:1.49kb
    • 提供者:science
  1. Minimum-Cost-Flow

    1下载:
  2. 最小费用最大流问题是经济学和管理学中的一类典型问题。在一个网络中每段路径都有“容量”和“费用”两个限制的条件下,此类问题的研究试图寻找出:流量从A到B,如何选择路径、分配经过路径的流量,可以达到所用的费用最小的要求。-Minimum cost maximum flow problem is economics and management in a class of typical problems. Each path in a network has the " capacity&q
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.49kb
    • 提供者:刘适
  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
    • 文件大小:4.33kb
    • 提供者:eaclicker3
  1. low-cost-sins

    0下载:
  2. 这是一个有关低成本捷联惯性导航系统研究的论文,对有一定捷联惯性导航基础认识的同学学习很有帮助-This is a paper about low-cost strapdown inertial navigation system research, to have some basic understanding of SINS students learn helpful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6.01mb
    • 提供者:李玉
  1. linear-regresion-cost

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

    • 发布日期:2017-04-12
    • 文件大小:1.31kb
    • 提供者:reza
  1. bus-cost

    4下载:
  2. 一个计算节点电价的程序,可以运行,包含JACOBI,最有潮流等子程序,可以灵活使用-[electeric] a programme to calculate the cost on the bus
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:10.63kb
    • 提供者:tan
  1. A-Low-Cost-Inverter-for-Domestic-Fuel-Cell

    0下载:
  2. A Low-Cost Inverter for Domestic Fuel Cell Applications
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1.51mb
    • 提供者:gyania
  1. Outdoor Localization

    0下载:
  2. GPS-less Low-Cost Outdoor Localization for Very Small Devices pdf
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:425kb
    • 提供者:blore
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com