遗传算法 函数优化案例我要分享

Case study of function optimization based on genetic algorithm

遗传算法 函数优化

关注次数: 248

下载次数: 2

文件大小: 4KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

遗传算法优化,可以解决遗传算法等问题 非线性方程求解。


English Description:

Genetic algorithm optimization can solve problems such as genetic algorithm and solve nonlinear equations.


代码预览

遗传算法-函数优化案例 (2)

遗传算法-函数优化案例 (2)\gaAlgrithm

遗传算法-函数优化案例 (2)\gaAlgrithm\B站学习视频网址.txt

遗传算法-函数优化案例 (2)\gaAlgrithm\crossover.m

遗传算法-函数优化案例 (2)\gaAlgrithm\decode.m

遗传算法-函数优化案例 (2)\gaAlgrithm\fitnessfun.m

遗传算法-函数优化案例 (2)\gaAlgrithm\GeneticAlgrithm.m

遗传算法-函数优化案例 (2)\gaAlgrithm\mutation.m

遗传算法-函数优化案例 (2)\gaAlgrithm\objfun.m

遗传算法-函数优化案例 (2)\gaAlgrithm\selection.m

遗传算法-函数优化案例 (2)\gaAlgrithm\sortselection.m