搜索资源列表
GA_FCM
- 基于遗产算法的FCM算法,且对iris标准数据集聚类,适用初学者。
yichanPID
- 结合经典PID理论和遗传算法,设计遗产算法PID系统,并进行仿真-Combination of theory and genetic algorithms classical PID, PID algorithm design legacy systems, and simulation
遗传算法1 - 副本
- 主要是通过遗产算法来寻优,通过实际模型与所建立的模型的误差来建立最好的模型,当误差满足所给定的范围,寻优结束。(Through the inheritance algorithm to find the best, through the actual model and the error of the established model to establish the best model, when the error to meet the given range, the end o
main
- 遗传算法用c语言求一个函数最小值 函数为min y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680(The genetic algorithm uses the C language to find the minimum value of a function)
chapter5
- 基于遗传算法的LQR控制器的优化设计(Optimization design of LQR controller based on genetic algorithm)
ycsf
- 遗产算法MATLAB程序,可充当子程序嵌入到其他程序中直接调用(Genetic algorithm MATLAB program, when the program can be embedded into direct calls to other programs)
GA
- 遗传算法,简单易懂。适合初学者使用,是分布式电源的选址定容的算法,做了相应的改进(Classical genetic algorithm is simple and easy to understand. It is suitable for beginners to use. It is an algorithm for locating and sizing distributed power.)
遗传算法求函数极值
- 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。通过编制matlab程序求解函数极值。便于在其他优化程序中修改应用。