Description: Standard genetic algorithm code, the following is the procedure: function y = fitness (chrom, p, aim) global P_cross P_mutation [Popsize len] = size (chrom) fitness_gene = zeros (Popsize, 1) in_he = zeros (4,1) out_he = zeros (4,1) in_out = 0 out_out = 0
To Search:
- [OFDMsystemMatlabsimulationsourcecode.Rar] - orthogonal frequency division multiplexi
- [ga] - On the genetic algorithm code. Compariso
- [genetic] - This document is for the genetic algorit
- [GA] - Easy to use genetic algorithm function o
- [GA_BP] - First, the direct training of BP network
- [GA] - A dynamic genetic algorithm matlab code,
File list (Check if you may need any files):
gene_bpnn_xor
.............\cross_over.m
.............\fitness.asv
.............\fitness.m
.............\main.asv
.............\main.m
.............\mutation.m
.............\select.m