charan412 在 2015-12-01 03:33:02 上传
说明:Matlab code for genetic algorithm
开发平台:matlab | 大小:16KB | 下载2次
hecuc 在 2015-11-30 04:04:53 上传
说明:Find the minimum of “y=x*x” using genetic algorithm in Matlab
开发平台:matlab | 大小:2KB | 下载1次
岁月乄痕 在 2015-11-19 19:18:39 上传
说明:遗传算法的几个简单应用实例,能帮助你更好的理解遗传算法
开发平台:matlab | 大小:72KB | 下载8次
songlang 在 2015-11-12 11:42:17 上传
说明:利用遗传算法二值化编码方法解决背包问题。遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。
开发平台:matlab | 大小:1KB | 下载2次
sunyanjiao 在 2015-11-06 11:06:17 上传
说明:该程序是遗传算法的matlab实现,自动生成数据进行分析
开发平台:matlab | 大小:76KB | 下载7次
无悔 在 2015-11-05 14:19:21 上传
说明:用MATLAB程序语言实现最优控制的遗传算法
开发平台:matlab | 大小:8KB | 下载10次
婷婷玉立 在 2015-11-01 11:22:45 上传
说明:双精英协同进化遗传算法借鉴了精英策略和协同进化的思想,选择两个相异的、高适应度的个体(精英个体)作为进化操作的核心,两个精英个体分别按照不同的评价函数来选择个体,组成各自的进化子种群.两个子种群分别采用不同的进化策略,以平衡算法的勘探和搜索能力。
开发平台:matlab | 大小:862KB | 下载21次
shirleyjing2010 在 2015-10-24 19:45:26 上传
说明:遗传算法的MATLB程序,里面包含遗传算法的选择、交叉、变异,一个简单的遗传算法
开发平台:matlab | 大小:1KB | 下载11次
1655ghasem 在 2015-10-19 16:00:52 上传
说明: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 individual solutions. At each step, the genetic algorithm selects individuals at random the current population to be parents and uses them to produce the children for the next generation. Over successive generations, the population evolves toward an optimal solution. You can apply the genetic algorithm to solve a variety of optimization problems that are not well suited for standard optimization algorithms, including problems in which the objective function is discontinuous, nondifferentiable, stochastic, or highly nonlinear. The genetic algorithm can address problems of mixed integer programming, where some components are restricted to be integer-valued.
开发平台:matlab | 大小:2KB | 下载3次
yinwq 在 2015-10-17 18:25:42 上传
说明:完整详细的遗传算法代码,本人中山大学计算机系副教授
开发平台:C++ | 大小:5KB | 下载7次
152794 在 2015-10-15 10:41:53 上传
说明:机器人遗传算法静态摩擦参数辨识及摩擦力矩估计
开发平台:matlab | 大小:2KB | 下载23次
XIE1010 在 2015-09-26 09:29:23 上传
说明:myGA:用基本遗传算法求解一维无约束优化问题 AdapGA:用自适应遗传算法求解一维无约束优化问题
开发平台:matlab | 大小:2KB | 下载5次
Road-tiger 在 2015-09-18 14:54:30 上传
说明:用遗传模拟退火算法对减速器进行模块化设计的模块划分方法模拟
开发平台:matlab | 大小:5KB | 下载16次
amsjavan 在 2015-09-16 16:01:11 上传
说明:Very Simple Genetic Algorithm
开发平台:Python | 大小:1KB | 下载5次
hanatayeb 在 2015-09-16 04:46:24 上传
说明:genetic algorithm for optimization problem
开发平台:matlab | 大小:110KB | 下载6次
flyingtango 在 2015-09-11 15:00:41 上传
说明:遗传退火算法、matlab例子、全套例程
开发平台:matlab | 大小:31KB | 下载12次
tz91 在 2015-09-10 09:39:37 上传
说明:遗传算法matlab实现源程序,遗传算法求解集运模型。
开发平台:matlab | 大小:37KB | 下载7次
wsyzzz 在 2015-08-31 22:39:00 上传
说明:背包问题_遗传算法解决,matlab例程,数学建模常用算法
开发平台:matlab | 大小:2KB | 下载22次
易梵 在 2015-08-22 15:44:34 上传
说明:基于遗传算法的粒子群算法,可有效解决粒子群算法局部最优
开发平台:matlab | 大小:5KB | 下载46次
Htianshu 在 2015-08-17 20:53:02 上传
说明:用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值,
开发平台:matlab | 大小:1KB | 下载4次
zyszsq 在 2015-08-13 22:17:40 上传
说明:精通遗传算法,通过matlab编程实现遗传算法的计算
开发平台:matlab | 大小:26924KB | 下载10次
jjq小姜 在 2015-08-13 09:54:08 上传
说明:遗传算法选择染色体个体,选择两个母本染色体用于交叉产生两个新的子代
开发平台:matlab | 大小:1KB | 下载3次
liu1832013 在 2015-08-11 16:45:11 上传
说明:这是一种基本的遗传算法,可以作为初学者的参考,程序结构清晰。
开发平台:matlab | 大小:2KB | 下载8次
yk123456 在 2015-08-05 09:01:48 上传
说明:神经网络和遗传算法的有机结合 更好的加快运算速度 寻求最优解 可以预测 可以判断 希望可以帮到你你们 谢谢
开发平台:matlab | 大小:4KB | 下载7次
soulmating 在 2015-08-01 19:43:59 上传
说明:genetic algorithm very basic function
开发平台:matlab | 大小:2KB | 下载3次
amir777 在 2015-07-30 22:50:55 上传
说明:genetic algorithm(matlab code)
开发平台:matlab | 大小:3KB | 下载7次
wael22 在 2015-07-28 07:34:12 上传
说明:hkvnm Linear Antenna arrays provide alternative solution to dimensional structure of Antennas such as paraboloidal cylinders, paraboloids, offset focus paraboloids etc. This paper presents the survey of various evolutionary approaches for linear array optimization like genetic algorithm, Particle swarm optimization, Simulated Annealing, Bacteria Foraging and Biogeography Based Optimization. From the survey It was observed that biogeography based optimization is better for antenna geometries.
开发平台:matlab | 大小:3KB | 下载13次
Smohammad 在 2015-07-22 16:58:53 上传
说明:In this paper, a robust PID control scheme is proposed for the permanent magnet synchronous motor (PMSM) using a genetic searching approach. Genetic algorithms (GAs) are powerful searching algorithms based on the mechanics of natural selection and natural genetics. Based on a simple genetic algorithm, a set of PID parameters can be obtained such that the robust stability for the closed-loop system is guaranteed, the tracking performance is minimized subject to certain related cost function, and the disturbance rejection ability (H∞ performance) subject to a prescribed attenuation level can also be achieved
开发平台:matlab | 大小:562KB | 下载35次
c635165094 在 2015-06-26 08:26:09 上传
说明:matlab遗传算法matlab遗传算法matlab遗传算法matlab遗传算法
开发平台:matlab | 大小:2KB | 下载146次
castaway001 在 2015-06-23 16:35:57 上传
说明: matlab编写的遗传算法优化的模糊C均值聚类算法
开发平台:matlab | 大小:1KB | 下载26次