搜索资源列表
scilab
- 本文使用遗传算法解决三个问题。它们都是变量在一定范围变化的条件下求解函数最小或者最大值的问题。总之属于最优化问题。这三道题的区别在于变量的个数以及它们是连续的还是离散的。但这些区别不是本质上的,在编写程序的时候处理方法是一样的。-messi
sgaMethod
- 利用标准遗传算法求解函数f(x)=(x-5)*(x-5)的最小值,其中x属于区间[-255,255],算法的参数自己设定。-SGA method
fitness
- 在纯数学方法难以求解一个函数的值域时,用遗传算法计算函数的最大值-Pure mathematics is difficult to solve the range of a function, using genetic algorithms to calculate the maximum value of the function
max_function
- 通过运用遗传算法,来解决非线性函数的最大值求解的问题-Through the use of genetic algorithms to solve the nonlinear function of the maximum problem solving
yichuan
- 利用遗传算法求解了函数的最大值,其中调用了sheffield遗传工具箱-solve the maximum by means of GA
GA
- 多目标的十进制遗传算法,可求解多个测试函数的多维的最优值-Multi-objective Genetic Algorithms decimal, multiple tests can be solved multidimensional optimal value function
genetic-algorithm
- 利用遗传算法进行参数估计,求解函数的最值问题。-Genetic algorithm
GeneticAlgorithm
- 基于matlab的遗传算法的一个简单实现,求解函数最大值。-A Genetic Algorithm programmed by matlab to calculte the max value of a function.
092092
- 求解函数最大值的遗传算法Matlab源代码 不错的 很好-To solve the maximum function of genetic algorithm Matlab source code is good is very good
遗传算法matlab求最小值
- 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
yichuan
- 这是用c语言编写的用于求解函数的最值问题的遗传算法代码(the code of genetic algorithm)
main
- 能够实现多变遗传算法求解目标函数最大最小值,(To achieve the variable genetic algorithm for maximum and minimum)
遗传算法
- 使用遗传算法求解多元函数最值,希望要用到的同学能有所帮助(Genetic algorithm is used to solve the maximum value of multivariate function)