搜索资源列表
immunity
- 人工免疫算法算法。适用于单目标,多目标优化问题。
a
- 基于遗传算法的多目标优化(包含单目标) MATLAB-Genetic algorithm
GAexamples1
- 单目标遗传算法优化的经典例子,从中既能很好的理解遗传算法的基本原理,又能快速学会GA的C++编程。-Single-objective genetic algorithm optimization of the classic examples, from both a good understanding of the basic principles of genetic algorithm, GA can quickly learn to the C++ Programming.
GAexamples2
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming.
GAexamples3
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming.
GAhead1
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
GAhead2
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
GAhead3
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
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
pos
- 实现单目标的粒子群优化问题,以鸟群寻找食物为例,怎样使鸟群在最短的时间内找到食物-Single-objective particle swarm optimization to birds looking for food, for example, how to make the birds in the shortest period of time to find food
GA
- 用matlab实现遗传算法单目标优化问题,迭代次数选取不同,效果不同-Genetic algorithm using matlab to achieve a single objective optimization problem, select a different iterations, different results
sheji
- 基于遗传算法的车间布局单目标优化,部分代码,参考MATLAB6.5辅助优化计算也设计一书-Based on genetic algorithm resource constraints objective optimization
CEC13-icmaesils-sources.tar
- 在CEC2013上参加实数参数单目标优化竞赛的Stuetzle的代码,对CMA-ES算法进行了改进。-This software package is in connection with the paper: Tianjun Liao and Thomas Stuetzle, "Benchmark Results for a Simple Hybrid Algorithm on the CEC 2013 Benchmark Set for Real-parameter Optimizati
NBIPOPaCMA
- 带重启的CMA-ES算法,参加了2013年CEC的实参数单目标优化比赛。-CMA-ES with Restarts
ga
- 本程序是作者在科研项目中,编写并亲测。该程序用来求解无约束单目标优化问题。对于约束优化问题,可做相应的修改,即可使用。-Genetic Algorithm coded in Matlab. We used the program to solve the unconstrained optimization problems.
LinWPSO
- 对典型的粒子群算法的改进,是一类权重改进的粒子群算法,利用新型递减权重法来更新粒子速度和位置,用来解决静态单目标优化问题-It is the improved particle swarm optimization algorithm. It introduced a kind method named new decreasing weight to update the position and velocity of the particle. It can be used for han
SAPSO
- 对粒子群算法的改进,利用一种名为自适应权重粒子的方法来更新粒子速度和位置,用来解决静态单目标优化问题-It is the improved particle swarm optimization algorithm. It introduced a kind method named adaptive weight to update the position and velocity of the particle. It can be used for handling single obj
RandWPSO
- 对粒子群算法的改进,利用一类名为随机权重法来更新粒子的速度和位置,用来解决静态单目标优化问题-It is the improved particle swarm optimization algorithm. It introduced a kind method named random weight to update the position and velocity of the particle. It can be used for handle single objective p
GA遗传算法
- 经典遗传算法 GA 单目标优化智能算法 启发式算法 优化算法(genetic optimization)
粒子群基本算法
- 粒子群优化算法 智能优化算法 单目标优化(particle swarm optimization)