搜索资源列表
vb-GA
- 用VISUAL BASIC写的遗传算法模板,可以实现一元高次方程的最大值或最小值的求解-with VISUAL BASIC to write the genetic algorithm template, one yuan can achieve high equation maximum or minimum Solution
main.m
- 此程序用遗传算法实现求解函数最优值问题。即最大值最小值等。
vb-GA
- 用VISUAL BASIC写的遗传算法模板,可以实现一元高次方程的最大值或最小值的求解-with VISUAL BASIC to write the genetic algorithm template, one yuan can achieve high equation maximum or minimum Solution
scilab
- 本文使用遗传算法解决三个问题。它们都是变量在一定范围变化的条件下求解函数最小或者最大值的问题。总之属于最优化问题。这三道题的区别在于变量的个数以及它们是连续的还是离散的。但这些区别不是本质上的,在编写程序的时候处理方法是一样的。-messi
1
- 利用遗传算法求解函数的最大值和最小值,效果很好的,-Genetic Algorithm for the maximum and minimum function, the effect is very good,
GA
- 在C环境中利用遗传算法,求解单变量函数的最大值和最小值-In the C environment using genetic algorithms to solve single-variable function of the maximum and minimum
Genetic-Algorithm
- 利用遗传算法实现求解一个函数的最大或者最小值, matlab仿真实现-use the Genetic Algorithm to compute the maximum or the minmum of a function
EC1
- 基于遗传算法的函数优化 用遗传算法求解经典函数的最大/小值 C语言实验-Function optimization based on genetic algorithm
401
- 遗传算法,用于求解最优化问题。利用生物进化的理论求解目标函数的最大值或最小值。-Genetic Algorithm
yichuan_fun
- 遗传算法求函数优化问题,如在一定范围内求解函数的最大值和最小值-Genetic algorithm for function optimization problems, such as a function to solve the maximum or minimum value within a certain range
ga_main
- 遗传算法实例,通过编码、设置种群、设置适应度函数、遗传操作、解码产生需要的解。对函数f(x)=x*sin(x)+1,x [0,2 ],求解f(x)的最大值和最小值。-Genetic algorithm example, through encoding, set the population, set fitness function, genetic operation, decoding the need
4.遗传算法求解最优解最大值项目
- genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
main
- 能够实现多变遗传算法求解目标函数最大最小值,(To achieve the variable genetic algorithm for maximum and minimum)
GaTest
- 简单的遗传算法,解决优化问题,求解函数最大、小值问题(Simple genetic algorithm, to solve the optimization problem, solving the maximum function, small value problem)
example1
- 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)