当前位置:
首页 资源下载
搜索资源 - Grid genetic algorithm
搜索资源列表
-
0下载:
简单遗传算法,程序进化一个沿二维网格边界行走的机器人。-Simple genetic algorithm, the program evolved a two-dimensional grid along the border walking robots.
-
-
0下载:
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
-
-
1下载:
栅格环境下用遗传算法实现对路径的规划,c++6.0编写-Grid environment using genetic algorithm for path planning
-
-
0下载:
Abstract. In this paper, we present a scheduler for distributing workflows in Utility Management System (UMS).
The system executes a large number of workflows, which have very high resource requirements. The workflows have
different computational
-
-
0下载:
本文主要研究 LS-SVM 算法的基本原理及基于其实现时间序列预测
的方法。针对超参数选择困难的问题,采用多级网格搜索和遗传算法的方法对
超参数的取值进行优化-This paper studies the basic principles of the LS-SVM algorithm and time series prediction based on its implementation. Difficult to select for hyper parameter, multi
-
-
0下载:
用于微电网在电力系统中的改进遗传算法优化,仿真运行-Improved Genetic Algorithm for micro-grid power system optimization, simulation run
-
-
1下载:
在一个小型分布式发电系统的基础上, 建立分布式供能系统的调度策略和经济调度模型, 通过考虑各种电源的约束条件, 用改进的遗传算法进行求解, 使得分布式微网系统能够实现热电联供, 满足用户的需求. 算例系
统验证了模型与算法的可行性。-On the basis of a small distributed generation systems established on the scheduling policy and economic dispatch model of distribu
-
-
0下载:
孤岛模式下的微网优化运行策略,基于改进自适应遗传算法的微电网负荷优化分配_林伟,微电网负荷优化分配_陈达威-Microgrid islanding mode to optimize operating strategy, optimal allocation algorithm based on improved adaptive genetic micro grid load _ Lim, microgrid optimal load distribution _ Chen Dawei
-
-
0下载:
A Genetic Algorithm-Based Low Voltage
Ride-Through Control Strategy for Grid Connected
Doubly Fed Induction Wind Generators
-
-
1下载:
包含粒子群算法、遗传算法、网格搜索法优化的支持向量机代码-Particle swarm algorithm, genetic algorithm, the grid search method optimization of support vector machine (SVM) code
-
-
0下载:
微电网经济优化运行.PDF 含储能的主动配电网优化运行研究 含多微网的主动配电系统综合优化运行行为分析与建模 基于遗传算法的热电联产型微网经济运行优化-Micro grid economic optimization operation. PDF with energy storage in active distribution network optimal operation with multi microgrid active distribution system integrate
-
-
6下载:
基于遗传算法的IEEE30节点无功优化程序,针对电网的电压损耗作为目标函数进行了优化,优化的目标是使得网损达到最小值。-IEEE30 node reactive power optimization based on genetic algorithm, in view of the grid voltage loss as objective function is optimized, the goal of optimization is to achieve minimum networ
-
-
0下载:
This paper presents an intelligent-based algorithm for
sizing grid-connected photovoltaic (GCPV) system using Genetic
Algorithm (GA). GA had been used to determine the optimal PV
module and inverter pre-developed PV module and inverter
databa
-
-
0下载:
建立LibSVM预测模型,基于网格算法、粒子群算法、遗传算法优化了模型参数,并由最终模型预测了给定切削参数下零件的粗糙度等级。-Establish LibSVM prediction model, grid-based algorithm, particle swarm optimization, genetic algorithm to optimize the parameters of the model, the final model prediction given by the c
-
-
0下载:
priority based grid computing scheduling using genetic algorithm and pso
-
-
2下载:
用于微电网在电力系统中的改进遗传算法优化,仿真运行-Improved Genetic Algorithm for micro-grid power system optimization, simulation run
-
-
2下载:
在栅格环境下,采用遗传算法实现静态全局路径规划-In a grid environment, using genetic algorithm static global path planning
-
-
1下载:
文章以含有蓄电池、光伏、风机以及负荷的微电网为研究对象,在考虑蓄电池充放电约束、微电网与电网功率交换约束等条件下,建立了以负荷平均供电单价最小为目标的日前优化调度模型。并利用改进交叉算子的遗传算法进行求解。以某典型微电网为例进行建模与求解,得到了微电网日前优化调度方案,实现了微电网的经济稳定运行(Taking the micro-grid with storage battery, photovoltaic, fan and load as the research object, consid
-
-
2下载:
路径规划,基于一种遗传算法的路径规划方法,利用栅格法,成功实现了避障路径规划。(Path planning, a method of path planning based on genetic algorithm and grid method, has successfully realized obstacle avoidance.)
-
-
3下载:
采用栅格对机器人的工作空间进行划分,再利用优化算法对机器人路径优化,是采用智能算法求最优路径的一个经典问题。目前,采用蚁群算法在栅格地图上进行路径优化取得比较好的效果,而利用遗传算法在栅格地图上进行路径优化在算法显得更加难以实现。
利用遗传算法处理栅格地图的机器人路径规划的难点主要包括:1保证路径不间断,2保证路径不穿过障碍。
用遗传算法解决优化问题时的步骤是固定的,就是种群初始化,选择,交叉,变异,适应度计算这样,那么下面我就说一下遗传算法求栅格地图中机器人路径规划在每个步骤的问题
-