搜索资源列表
GA
- matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
MOEAD
- 基于微分的多目标优化问题,以子函数的形式写出的-Based on the differential of the multi-objective optimization problem in order to write the form of Functions
opt4j-2.0
- Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
nsga2-v1.1
- 用C语言实现的改进遗传算法,主要用于非线性多目标函数的优化。 -This code can be used in the multi-objective optimization.
SGA
- 遗传算法对单目标问题优化,采用实数编码,能对多峰多维函数进行求解,对较难收敛的f(x)=sum(100(x(i)-x(i-1))^2+(x(i-1)-1)^2)有较好的收敛结果,相信对开始学习遗传算法的很有帮助。-Genetic algorithm optimization of single objective, using real-coded, can solve multi-dimensional and multi-peak function,get a better converge
ga-funtion-Matlab
- 遗传算法求解函数优化问题的实现,多目标,最优解-Genetic Algorithm for Function Optimization implementation
TSP110707
- 本文首先提出了基于TSP 的多点位加工路径优化模型以最高生产效率为目标 函数并以数控中心的多孔位加工和多点位焊接两个典型的自动化加工系统为例来 验证该模型的经济性和适用性其次分别为这两个系统建立了基于TSP 的路径优 化模型模型中考虑了实际加工时的系统中约束条件的影响如数控加工中心的换 刀速度主轴移动速度和焊接机器人的工作台转动速度等提出了近似法将数 控加工中心主轴对同一个孔位n 次重复遍历如钻粗镗精镗等简化对n 个 极小间距的相邻点位的一次遍历从而建立相应的多点位数控加
multi-objective-optimization
- 该函数演示多目标perota优化问题,粒子群算法-This function demonstrates multi-objective optimization problem perota
relixue
- 传算法是一种基于生物进化原理的启发式并行搜索和优化技术,常被用于优化计算。该文针对经典遗传算法在多目标优化计算中存在的不足,结合热力学中熵的概念,利用约束交叉、适应度共享技术来进行多目标函数的优化计算。实验结果显示这种改进型遗传算法能得到一个较好的Pareto优集。 -Propagation algorithm is a heuristic based on the principle of biological evolution parallel search and optimiza
duomubiaodeshequjiegoujiece
- 本文用于揭示复杂网络中社区结构的多目标遗传算法。该算法可检测具有组间稀疏连接且组内紧密联结的节点并定义了两个目标函数对检测方法进行了优化。通过仿真及现实中的实验验证,该算法可以成功的检测社区结构。-This paper presents a method for revealing the community structure of complex networks in multi-objective genetic algorithm. The algorithm can detect w
allresults.tar
- 多目标优化算法一些标准函数的结果,有感兴趣的人员可以下载研究,与自己的结果对比。-Multi-objective optimization algorithm is the result of some standard function, interested can download the study, compared with their own results.
MOEAD
- MOEA/D多目标进化算法(连续函数优化和多背包问题)-MOEA/D evolutionary algorithm(continuous function optimization and multi-knapsacks optimization)
30-cases-in-matlab
- MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedur
Genetic-Algorithm
- 本例应用遗传算法实现了对于一些非线性、多模型、多目标的函数优化问题,用其它优化方法较难求解,而遗传算法可以方便的得到较好的结果。-In this case the genetic algorithm is applied to implement for some nonlinear, model, multi-objective function optimization problem, with other optimization methods are difficult to sol
basedonparetoofmopso
- 多目标粒子群算法,基于pareto支配原则,能够解决多目标函数的优化问题,具有很好的代码复写性。-Multi-objective particle swarm algorithm, based on the principle of pareto dominance, multi-objective optimization problem can be solved function, with good replication of code.
Evolution-Algorithm
- 本代码在NSGA-II中引入进化策略的多目标优化程序,能够找到绝大多数目标函数的最优前沿,用多个标准化测试函数测试,程序优化结果都非常好-This code is introduced in NSGA-II multi-objective optimization evolutionary strategy program that can find the optimal frontier majority of the objective function with multiple sta
AISMOP2
- 该函数演示具有偏好等级的多目标perota优化问题(由粒子群算法改编求解ZDT1)-This function demonstrates the preference level of multi-objective perota optimization problem (by particle swarm algorithm for solving ZDT1)
MOEAD
- 基于分解的多目标智能优化算法,测试函数是DTLZ-Optimization algorithm, based on multi-objective intelligence test function decomposition is DTLZ
多目标优化进化算法
- 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
遗传算法多目标优化
- 遗传算法对多个目标函数的优化代码,可供参考学习。