多目标蚁群算法,multi-objective ant colony algorithm
1)multi-objective ant colony algorithm多目标蚁群算法
1.For the reason that both economy and reliability should be considered during power network planning,an improved multi-objective ant colony algorithm (IMACA) is proposed.针对电网规划需综合考虑经济性和可靠性的问题,提出一种改进的多目标蚁群算法
2.Finally,immune mechanism based multi-objective ant colony algorithm(IM-MOACA) was proposed,and it was applied to dynamic multi-objective optimization of batch reactor.由此构建了一种基于免疫机制的多目标蚁群算法(Immune Mechanism based Multi-Objective Ant Colony Algorithm,IM-MOACA),并用于间歇反应器的动态多目标优化问题,效果良好,显示出较强的全局优化性能,能以较快的速度逼近真实的Pareto最优前沿,可为用户进行合理的决策分析提供有效的支持。
英文短句/例句

1.Application of Improved Multi-Objective Ant Colony Algorithm in Power Network Planning改进多目标蚁群算法在电网规划中的应用
2.UAV path planning using improved multiobjective ant colony system基于改进多目标蚁群算法的无人机路径规划
3.A Multi-objective Ant Algorithm for Multi-base Station Placement in Wireless Sensor Networks无线传感器网络中多基站定位的多目标蚁群算法
4.Immune Mechanism Based Multi-Objective Ant Colony Algorithm Approach to Batch Reactor Constrained Dynamic Multi-Objective Optimization Problems基于免疫机制的多目标蚁群算法用于间歇反应器的约束动态多目标优化
5.Multi-population Binary ant Colony Algorithm with Concrete Behaviors for Multi-objective Optimization Problem多目标优化的多种群混合行为二元蚁群算法
6.The Research on Multi-Objective Routing Problems Based on Ant Colony Optimization Algorithm多目标路由问题中的蚁群优化算法研究
7.Research for multi-objective full load pickup and delivery problem based on ant colony algorithm多目标满载装卸货问题的蚁群算法研究
8.Pareto Ant Colony Algorithm for Multi-objective Power Network PlanningPareto蚁群算法在多目标电网规划中的应用
9.Multiobjective optimization for disassembly line balancing based on Pareto ant colony algorithm基于Pareto蚁群算法的拆卸线平衡多目标优化
10.Multi-objective Optimization of Helical Gearing Based on Improved Ant-colony Algorithm改进蚁群算法的斜齿轮传动多目标优化
11.Model for multi-sensor targets assignment based on ant colony algorithm基于蚁群算法的多传感器目标分配模型
12.Research of post logistic VRP with multi-objective based on PACA基于多态蚁群算法的多目标邮政物流车辆路径问题研究
13.The Multi-Object Ant-Genetic Algorithm and Its Application in Regional Water Resource Allocation;多目标蚁群遗传算法及其在区域水资源配置问题中的应用
14.Research of Multi-objective Reconfiguration of Distribution Network Based on Improved Ant Colony System Algorithm;基于改进蚁群算法的配电网多目标重构问题研究
15.Multi-optimization Design of Drilling String by screw coal miner Based on Ant Colony Algorithm基于蚁群算法的螺旋钻采煤机钻杆多目标优化设计
16.Online multi-objective optimization of catalyzing & cracking fractionating tower based on improved ant colony algorithm基于改进蚁群算法的催化裂化分馏塔在线多目标优化
17.Space object classification based on SVM and ACO基于蚁群算法和特征融合的空间目标分类
18.Vector Data Compression Based on Multi-objective Genetic Ant Algorithm基于多目标遗传蚂蚁算法的矢量数据压缩
相关短句/例句

Multi-Objective Ant-Genetic Algorithm多目标蚁群遗传算法
1.Research and Application of Multi-Objective Ant-Genetic Algorithm for Region Water Resources Optimal Allocation;多目标蚁群遗传算法在区域水资源优化配置中的应用研究
3)multi-objective ant-genetic algorithms(MOAGA)多目标蚁群遗传算法(MOAGA)
4)self-adaptive mixedvariable multi-objective ant colony optimization algorithm自适应混合变量多目标蚁群优化算法
5)multi ant-colony optimization多蚁群算法
1.In order to solve dynamic optimization (DO) problems efficiently, a new method called continuous multi ant-colony optimization (CMACO) was proposed.动态优化为过程系统工程的重要课题,现有解法存在较多不足,为此构建了连续多蚁群算法(CMACO),可直接用于由动态优化转换成的非线性规划问题。
6)Multi-objective control algorithm多目标群控算法
延伸阅读

数值遗传算法分子式:CAS号:性质:基于自然界生物进化机制的一种全局最优化方法。在遗传算法中,被研究体系的响应曲面看作为一个群体,响应曲面上的每一个点作为群体中的一个个体,个体用多维向量或矩阵来描述,组成矩阵的和向量的参数(元素)相应于生物中组成染色体的基因。染色体用固定长度的二进制位串(bit string)表示。通过交换(染色体基因交换)、突变(改变染色体基因)等遗传操作,在参数的一定范围内进行随机搜索,不断改善数据结构,构造出不同的向量,相当于得到了被研究问题的不同的解(一个个体相当于一个解)。目标函数较优的点被保留,较差的点被淘汰,最后达到全局最优化。