Can i get a sample code for Genetic algorithm
이전 댓글 표시
I'm doing a project on loss minimization on a distribution network with a distributed generation using GA. But, I've no idea about how to do genetic algorithm in matlab. Can someone help me?
댓글 수: 9
pranavi Domakuntla
2019년 2월 15일
i'm doing a project on optimal allocation and sizing on a radial distribution network with distributed generation using artificial bee colony algorithm.can i get the code or logic for that
kovida vegi
2019년 7월 24일
I am doing a project on tuning PID controller of a quadcopter by using Genetic algorithm.can somebody help me!
hessen alshreef
2020년 4월 18일
a) Implement a simple GA with fitness−proportionate selection, roulette-wheel sampling, population size100, single−point crossover rate pc = 0.7, and bitwise mutation rate pm = 0.001. The used chromosome representation is the 64-bit IEEE-754 double precision format. b) The fitness function is designed to estimate the root of the function: ?(?) = ? 10 ൭17 − 200 ? ି ଶସ ௫ ൱ + 21 Consider the search range is within [-100, 100].
a) Report results of five runs. Every result set is obtained by running the GA for 100 generations and plotting the fitness of the best individual found at each generation as well as the average fitness of the population at each generation.
Walter Roberson
2020년 4월 18일
What is roulette-wheel sampling in this context?
With your chromosome said to be IEEE-754 double precision, and your mutation said to be bitwise, then the idea would be that you would do like rand(1,64)<0.001 and flip bits corresponding to true. A hint here is to typecast() the double to uint64, do the operation using bitget() and bitset(), and typecast() back to double.
Kelzang choden
2020년 11월 29일
편집: Kelzang choden
2020년 11월 29일
i am doing a project on ORPD using genetic algortihm. someone please help me get matalb code
Fatma HM
2020년 12월 11일
Hi @kelzang did you get the code ? Me too I need it please if you get it let me know. Thank you
답변 (1개)
eakandar mazen
2021년 5월 9일
0 개 추천
Radom Color Image Encryption by using the Genetic Algorithm and neural network .can anyne help me over
댓글 수: 1
Walter Roberson
2021년 5월 9일
Sorry, No. Due to the laws of the United States, we cannot discuss encryption algorithms here.
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!