搜索资源列表
use GA to deal with 模糊机会约束规划问题例题
- use GA to deal with 模糊机会约束规划问题例题-use GA to deal with fuzzy opportunity constrained programming examples
GAOptimization.rar
- 我改写的多变量带约束的遗传算法Matlab源程序!,Multi-variable Constrained Optimization by GA in Matlab!!!
GeneticAlgorithmxujinpeng
- 这个算法采用遗传算法(实数编码),可以找到带有约束和无约束函数的最大值 。遗传算法的表现也通过后代的数量绘制出来。-This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted vs. the number of generations
Constrained_Optimization_and_Lagrange_Multiplier_M
- 一本介绍约束优化方面的经典书籍。对于从事约束优化算法的研究很有帮助。-A book introducing constrained programming. It is beneficial for the algorithm research of constrained programming
GA
- 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem
Solving_constrained_optimization_problems
- 求解约束优化问题的改进粒子群优化算法,希望对大家有所帮助。-Solving constrained optimization problems of improved particle swarm optimization, we want to help.
genetic-algorithm
- 用基本遗传算法求解一维无约束优化问题 用顺序选择遗传算法求解一维无约束优化问题 用动态线性标定适应值的遗传算法求解一维无约束优化问题 用大变异遗传算法求解一维无约束优化问题 用自适应遗传算法求解一维无约束优化问题 用双切点遗传优化求解一维无约束优化问题 用多变异位自适应遗传优化求解一维无约束优化问题 -The basic genetic algorithm with one-dimensional sequence of unconstrained optimizat
routing-algorithm-based-on-GA-
- 基于遗传算法和模拟退火算法融合的带QoS约束的组播路由算法 Matlab代码- QoS constrained multicast routing algorithm based on GA
moo
- This code is a demo of using Genetic Algorithms (GA) to solve a simple constrained multi-objective optimization (MOO) problem.
189-199
- As the compact design of a muffler system within a constrained environment of a existing machine room becomes obligatory, it also becomes essential to maximize the acoustic performance of mufflers under space constraints. In this paper, the sha
GA-mode-identity
- 采用遗传算法解决 mode identity and the resource constrained projectscheduling problem-A genetic algorithm for mode identity and the resource constrained projectscheduling problem
CUMCM
- 本程序的运行环境是matlab,通过使用GA工具箱求解多约束非线性规划问题。-The program' s operating environment is matlab, through the use of GA toolbox for solving multi-constrained nonlinear programming problem.
Genetic-algorithm-(GA)
- 遗传算法:运用GA工具箱求解多约束非线性规划问题-Genetic algorithm (GA) : using GA toolbox to solve constrained nonlinear programming problem
RCPSP-GA-code
- resource-constrained project scheduling problem (RCPSP)in matlab
ga
- 基于遗传算法求解单目标有约束的MATLAB程序-Based on genetic algorithm constrained single objective procedure
ga
- The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that drives biological evolution. The genetic algorithm repeatedly modifies a population of individ
PSO-GA
- 粒子群算法求解多维约束函数极值,并与遗传算法比较。结果发现,粒子群有很好的精度。-A particle swarm optimization algorithm for solving the extreme value of multi dimensional constrained function, and compared with genetic algorithm. The results show that the particle swarm has a good accurac
Constrained-optimization-GA
- 人个收集的带约束优化问题的遗传算法,都是十分有用和极具参考价值的资料。-A collection of people with constrained optimization problems genetic algorithms, are very useful and very valuable information.
RCPSP-GA-VC
- 用VC求解经典的资源约束型项目调度优话问题 resource-constrained project scheduling problem,RCPSP.-RCPSP is solved by VC++
vrp_ga-master
- 最优路径遗传算法,用于搜寻最优路径,可根据需要修改目标函数,最小成本、最短时间等(Genetic alogrithm for optimal-path searching ,available for finding out the best path,constrained by minimum-cost,minimum-time.etc.)