搜索资源列表
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
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
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
genetic
- This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in
GA
- GA for Matlab use and is very simple.
Mo-based-on-matlab-GA-toolbox
- 对基于matlab的遗传算法工具箱进行了介绍,很有用的论文-Matlab-based toolbox were introduced and useful papers
ga
- 遗传算法GA算法程序。用matlab编写的ga工具箱,简单实用。-GA procedures. Using Matlab toolbox prepared by the ga, simple and practical.-GA
Matlab_GA
- 详细的叙述了使用Matlab使用遗传算法的过程,并使用了三种不同的方法-This document gives the describption of GA and implement it with Matlab.Furthermore, it consists of three different menthods and each one has detail steps
GA
- 用MATLAB环境编的一个遗传算法和BP网络结合的小程序,-small program--MATLAB environment is made up of a genetic algorithm and BP networks in combination with
matlab-toolbox-of-GA
- 关于遗传算法的matlab工具箱及其应用的代码介绍-some code about the GA and the toolbox in matlab related to it
GA
- 遗传算法的matlab实现,编码,选择算子,交叉算子,变异算子等-Genetic algorithm matlab implementation, coding, selection operator, crossover operator, mutation operator and so on
MATLAB-ga
- matlab遗传算法入门教程及代码 雷英杰主编 -matlab genetic algorithm and code AIR Editor Tutorial
matlab-GA
- 该程序是利用遗传算法求解f=21.5+x1sin(4*pi*x1)+x2sin(20*pi*x2)在-3.0<=x1<=12.1 和 4.1<=x2<=5.8 上的最大值 -The program is the use of genetic algorithms f = 21.5+x1sin (4* pi* x1)+x2sin (20* pi* x2)-3.0 < = x1 < = 12.1 and 4.1 < = x2 < = maximum of 5.
Binary-GA
- binary genetic algorithm implementation in matlab, including Selection, Crossover, Mutation and other methods of generic alghorithm
GA-BP-matlab-socure-code
- matlab写的神经网络代码,其中含有遗传算法对神经网络的权值和阈值优化模块,解释比较详细,师兄的毕业设计部分代码-Written in Matlab neural network code, which contains the genetic algorithm of neural network weights and threshold optimization module, a more detailed explanation, senior graduation design p
GA-3
- 用matlab写的遗传算法小程序 里面涉及到二进制编码 和 格雷码 值得学习和参考-Write with matlab genetic algorithm small program which involves binary coding and Gray code is worth learning and reference
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
- 车间布局优化是将加工设备、物料输送设备、工作单元和通道走廊等布置物体合理地放置在一个有限的生产车间内的过程。车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。(The layout optimization of the workshop is the process of placing the processing equipment, material conveying equipment, work unit and channel corridor
GA
- 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个基本上是最优的,那么以后再继续这样下去,就可以一直最优了。利用遗传算法,实现三维点云的配准。(Genetic algorithm, a computational model that simulates the biological evolution o
SA
- SA GA PSO等算法及改进的算法,以及Griewank 函数的matlab代码(SA GA PSO algorithm and improved algorithm, as well as the matlab code of Griewank function)