搜索资源列表
GA-SVM
- 遗传算法+支持向量机,非常的实用,希望对大家有用。-Genetic algorithms+ support vector machine, very useful, we want to be useful.
anewunscengedkalmanparticlefilter
- 一种新的改进的UPF粒子滤波,在不降低精度的同时有效降低了算法的运行时间,很好用,可直接适用-A new particle filter to improve the UPF, achieved without lowering the accuracy of the algorithm at the same time effectively reduce the running time, very good, and can be directly applicable
GA
- 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
ga
- 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
deadReckonSteering
- 该程序用PID系统实现差动转向车辆控制 -A framework for a differential steering vehicle controlled by a PID system tuned with a genetic algorithm. Kinematic model include: constant velocities and variable velocities model. Accurate and simplified kinematics are provide
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
Matlab-GA
- 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
knnPcaWithGA
- In this code I have used GA in supervised PCA to find the best coeficients for overall covariance. the classification is made by K-In this code I have used GA in supervised PCA to find the best coeficients for overall covariance. the classification i
58
- We propose the optimum configurations for PV wind generating systems in residences using hourly data over a year. We assume that a residence is one house consuming average electrical energy in south of Algeria (Sahara area). Genetic algorithm (GA) is
GA-1
- 《Matlab遗传算法工具箱及应用》源码,含书中部分的算例。方便初学者参考使用。-Matlab genetic algorithm toolbox and its application source code, including the part in the book example.Easy for beginners to use and reference.
matlab-toolbox-of-GA
- 关于遗传算法的matlab工具箱及其应用的代码介绍-some code about the GA and the toolbox in matlab related to it
GA-matlab
- 遗传算法解决经典流水线调度问题,希望对大家有用。-The classic pipeline scheduling genetic algorithm to solve the problem, hope to be useful.
GA-RBF
- 用遗传算法优化RBF神经网络,我自己用matlab写的,希望对大家有用。-Using genetic algorithms to optimize the RBF neural network, using matlab to write my own, I hope useful.
jsp-ga-master
- 传统作业车间调度的遗传算法解算程序MATLAB源代码,产生最优调度结果。-Genetic algorithms traditional job-shop scheduling solver MATLAB source code, to produce optimal scheduling results.
GA(Genetic-Algorithm)n
- 用matlab实现遗传算法来辨识线性系统参数,-Using matlab genetic algorithm to identify the linear system parameters
GA
- matlab code to solve la16
GA-VRP
- 使用MATLAB解决了VRP问题 代码简单易懂-Use MATLAB to solve the VRP straightforward code
遗传算法(精英选择)-matlab
- 描述了带有精英选择策略的遗传算法优化方法,主要有别于以往的轮盘赌选择方法,改进了性能(introduce a select factor into GA algotitm to improve the characteristic of GA itself)
GA
- In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate h
GA
- 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个基本上是最优的,那么以后再继续这样下去,就可以一直最优了。利用遗传算法,实现三维点云的配准。(Genetic algorithm, a computational model that simulates the biological evolution o