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

搜索资源列表

  1. Ant-Circle

    0下载:
  2. 经典的蚁群算法蚁周模型的实现,论文:《Distributed Optimization by Ant Colonies》-ant colony system, ant circle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:156233
    • 提供者:nxliliang
  1. PSOt

    0下载:
  2. --- --- --- --- --- --- --- --- --- --- - PSOt, particle swarm optimization toolbox for matlab. May be distributed freely as long as none of the files are modified. Send suggestions to bkbirge@yahoo.com Updates will be posted pe
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:762557
    • 提供者:weihuagao
  1. GAtoolbox_matlab

    0下载:
  2. 多目标遗传算法工具箱,内容很详细,已经测试过,文件里面有怎么使用的说明-Micro Genetic Algorithm for Multiobjective Optimization,The code is distributed for academic purposes only. It has no warranty implied or given, and the authors assume no liability for damage resulting from its u
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:64893
    • 提供者:francis
  1. Scheduling_Scientific_Workflow_Applications_with_

    0下载:
  2. Grid technologies have progressed towards a service-oriented paradigm that enables a new way of service provisioning based on utility computing models, which are capable of supporting diverse computing services. It facilitates scientific applicat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:216343
    • 提供者:miren
  1. PathPlanningforMobileRobotsBasedontheNeuralNetwork

    1下载:
  2. :针对移动机器人传统路径规划算法效率不高,寻优能力差等问题,提出一种基 于神经网络和粒子群优化算法相结合的移动机器人路径规划方法.该方法利用神经网 络实现大量的并行和分布计算,发挥PSO简单、容易实现的优点,提高了路径规划的计 算效率和可靠性.仿真结果表明,这种新路径规划方法是可行且有效的.-The quality and eficiency of calculation is the two puzzling problems in the tradi— tional algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:162613
    • 提供者:王风
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2648
    • 提供者:prince
  1. zhinengdianwang

    1下载:
  2. 基于 MAS 建立的分布并行计算环境,其任务调度问题具有新的特点 对于基于MAS 的配电快速仿真与模拟系统,以配电 网三相状态估计为例,建立了新的调度问题模型,提出了基于FCM 的启发式任务调度优化方法 该方法利用模糊C 均值聚类分析 算法对独立任务进行聚类分析,避免了在超大解空间中用基于搜索的方法去寻求最优解的做法 该方法具有线性时间复杂度,而 且通过大量算例表明它总是能够在合理的时间内获得次优解或最优解,使masDSE 的性能有明显改善-In the distributed pa
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:274275
    • 提供者:macrotone
  1. SVMhybridsystem

    0下载:
  2. A distributed PSOSVM hybrid system with feature selection and parameter optimization -Abstract This study proposed a novel PSO–SVM model that hybridized the particle swarm optimization (PSO) and support vector machines (SVM) to improve the clas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:564898
    • 提供者:alice
  1. ant

    0下载:
  2. 蚁群算法(ant colony algorithm,简称ACA)是20世纪90年代由意大利学者M.Dorigo等人首先提出来的一种新型的模拟进化算法.它的出现为解决NP一难问题提供了一条新的途径.用蚁群算法求解旅行商问题(TSP)、分配问题(QAP)、调度问题(JSP)等,取得了一系列较好的实验结果.虽然对蚁群算法研究的时间不长,但是初步研究已显示出蚁群算法在求解复杂优化问题(特别是离散优化问题)方面具有一定的优势,表明它是一种很有发展前景的方法.蚁群算法的主要特点是:正反馈、分布式计算.正反馈
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2383
    • 提供者:咋都有
  1. jizuyouhuachengxu

    1下载:
  2. 改程序很好的描述了分布式电源出力的限制与优化,迭代次数较少 -Reform program is well described by a distributed power supply constraints and optimization, fewer iteration times
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4795
    • 提供者:李虎
  1. matlab-accessory_parameter

    0下载:
  2. lingjian.m-----蒙特卡罗方法 lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。 accyouhua为标定值的函数,而lingjian不是一个函数,在其中已给出了一组标定值的值。 退火确定标定值/unitanneal()----模拟退火 连续型多个变量组合优化问题 这是对模拟退火方法的一次练习,结果证明模拟退火确实是一
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:4211
    • 提供者:吴自强
  1. DG-optimal-PSO-algorithm

    3下载:
  2. 该算法可以计算含DG的配电网优化计算,算例采用IEEE 33 bus test system。-Our algorithm package can solve the distribution active power optimization with the consideration of distributed generation (DG). The test case is based on IEEE 33 bus test base. Enjoy it.
  3. 所属分类:matlab例程

    • 发布日期:2013-07-15
    • 文件大小:9161
    • 提供者:polygan
  1. FFR_optimization

    0下载:
  2. FFR优化:FFR蜂窝小区的仿真,多用户随机分布着各个小区中,能够统计中心小区和边缘小区的用户吞吐量-FFR optimization: FFR cell simulation, multi-user randomly distributed in each cell, capable of counting center cell and cell edge user throughput
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:27786
    • 提供者:红颖鹰
  1. optimal_PVandSVC

    6下载:
  2. 含分布式发电的配电网有功-无功综合优化,分布式电源包含风机光伏和无功补偿装置-Active/reactive power integrated optimization in distribution networks with distributed generation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:65536
    • 提供者:邓振立
  1. optimal_WTand-SVC

    2下载:
  2. 含分布式发电的配电网无功优化论文源程序,里面含有风机和光伏的预测模型程序。-Active/reactive power integrated optimization in distribution networks with distributed generation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:66183
    • 提供者:邓振立
  1. optimal-dispatch

    1下载:
  2. 分布式电源并网动态无功优化调度的研究,本科论文,根据分布式电源并网的控制特性,将分布式电源设计为电压控制型和无功补偿型,考虑其与地区电网的电压无功控制 手段相结合,参与地区电网动态无功优化调度。建立以降低地区电网网损、抑制电压波动为综合目标的地区电网模糊动态无 功优化调度模型。-Study on dynamic reactive power optimization dispatching for a local power system with distributed gener
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-08-21
    • 文件大小:3072
    • 提供者:邓振立
  1. optimal_PSO

    4下载:
  2. 包含分布式电源的配电网无功优化,EI论文程序,摘要:将能够提供无功功率的分布式电源与传统的电压调节手段相结合,研究了包含分布式 电源的配电网无功优化问题。-Reactive Power Optimization for Distribution System With Distributed Generators
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-08-21
    • 文件大小:3072
    • 提供者:邓振立
  1. 49636941FFR-optimization

    0下载:
  2. 使用FFR对各宏小区的用户进行资源分配,在多用户随机分布着各个小区中的情况下,统计中心小区和边缘小区的用户吞吐量。-The resource allocation is performed for the users of each macro cell using the FFR, and the user throughput of the center cell and the edge cell is counted when the multi-user is randomly dis
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:21171
    • 提供者:林丽
  1. hyperopt-hyperopt-0.1-2-gba2fe77

    0下载:
  2. HyperOpt:分布式异步超参数优化 HyperOpt是串行和并行优化Python库用于搜索空间,它可以包括实值的,离散的,有条件的维度.(hyperopt: Distributed Asynchronous Hyper-parameter Optimization Hyperopt is a Python library for serial and parallel optimization over awkward search spaces, which may incl
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:128000
    • 提供者:rubbish
  1. hyperopt参数调优

    0下载:
  2. HyperOpt:分布式异步超参数优化 HyperOpt是串行和并行优化Python库用于搜索空间,它可以包括实值的,离散的,有条件的维度.(hyperopt: Distributed Asynchronous Hyper-parameter Optimization Hyperopt is a Python library for serial and parallel optimization over awkward search spaces, which may incl
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:119808
    • 提供者:rubbish
« 12 »
搜珍网 www.dssz.com