说明:用遗传算法求函数的最小值的的现成可运行代码实例。
说明:利用差分进化算法(Differential Evolution)实现对经典函数girewangk的验证-The use of differential evolution algorithm (Differential Evolution) to achieve the verification o...
说明:在多目标的优化问题中,经常要分析解的收敛性和分布性,这时的多目标问题就会选择标准化测试函数,用来观察Pareto前沿,以此来观察解的分布性和收敛性,也就能分析该算法对于原多目标问题的算法有没有提升。
说明:利用基本粒子群优化算法,使用matlab工具,求解Rastrigrin函数。-using particle swarm optimization algorithm, the use of Matlab tool Solving Rastrigrin function.
说明:运用三次样条插值函数法对一条已知的折线进行圆滑(编程实现)-The use of cubic spline interpolation function of a line known for sleek (Programming)
说明:matlab 学习过程中常见的一些函数的使用方法-the description of the commen functions in matlab
说明:遗传算法实现50维函数优化,代码简单易懂,适合初学者。-Genetic algorithm of 50-dimensional function optimization, code easy-to-read, suitable for beginners.
说明:神经网络遗传算法函数极值寻优-非线性函数极值,是遗传算法的MATLAB实现实例。