From now on, I am going to share the FOA source codes of MATLAB to all of you.
There are two topics:
One is optimization with/without constraints and the other one is (stochastic) optimal control with/without constraints.
1. Optimization without constraints.
2. Optimization with constraints.
3. Deterministic optimal control with/without constraints.
4. Stochastic optimal control with/without constraints.
1. Optimization without constraints: QP
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Pan's Original 2D-FOA
%% EMA Economic Department, Soochow University, Taipei,Taiwan
%
% Copyright by W-T Pan (2011)
% Revised by W-Y Lin (2011)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Topic: How to find the max value of a quadratic function
% Clear the operating environment.
tic
clc
clear
% Randomize the initial Drosophila population positions.
X_axis=10*rand();
Y_axis=10*rand();
% Set parameters
maxgen=100; % No.of iterations
sizepop=20; % Population size
% Start the FOA: Flies use the sense of smell to find food
for i=1:sizepop
% The Drosophila uses its olfactory to search the food
% by random direction and distance
X(i)=X_axis+2*rand()-1;
Y(i)=Y_axis+2*rand()-1;
% Due to the fly cannot find the exact location of the prey, so we first estimate the distance from the origin (Dist).
% And then calculate the flavor concentration determination value (S), it is the inverse of the distance.
D(i)=(X(i)^2+Y(i)^2)^0.5;
S(i)=1/D(i);
% Concentration determination value (S) is substituted into the fitness function, i.e. the concentration of the flavor (Smelli) of the flies.
Smell(i)=7-S(i)^2;
end
% Identify the highest concentration values of this fruit fly Drosophila groups (find the maximum value).
[bestSmell bestindex]=max(Smell);
% Retain the best Concentration values and best x, y coordinates of the flies
X_axis=X(bestindex);
Y_axis=Y(bestindex);
Smellbest=bestSmell;
% Start the Drosophila iterative optimization
for g=1:maxgen
for i=1:sizepop
X(i)=X_axis+2*rand()-1;
Y(i)=Y_axis+2*rand()-1;
D(i)=(X(i)^2+Y(i)^2)^0.5;
S(i)=1/D(i);
Smell(i)=7-S(i)^2;
end
[bestSmell bestindex]=max(Smell);
% Determine whether the concentration value is greater than the previous one.
% If so, the best value and its location of the fly is retained.
% Then all flies utilize their visual to find this best position.
if bestSmell>Smellbest
X_axis=X(bestindex);
Y_axis=Y(bestindex);
Smellbest=bestSmell;
end
% Record the optimal Smell value of each generation to yy array.
% Record the coordinates of the optimal iterations
yy(g)=Smellbest;
Xbest(g)=X_axis;
Ybest(g)=Y_axis;
% *** Draw the optimal concentration values and flight path for every iteration
figure(1)
plot(yy)
grid on;
title('Optimization process 7-X^2','fontsize',14)
xlabel('Iteration Number','fontsize',12);ylabel('Smell','fontsize',14);
figure(2)
plot(Xbest,Ybest,'b.');
grid on;
title('Fruit fly flying route 7-X^2','fontsize',14)
xlabel('X-axis','fontsize',12);ylabel('Y-axis','fontsize',12);
pause(0.5)
end
toc
Simulated results:
Here X>=0 (constraint), Optimal value (Smell) = 7.
Reference:
1. Pan, W.-T. (2011). Fruit Fly Optimization Algorithm. Taiwan: Tsang Hai Book Publishing Co., ISBN 978-986-6184-70-3. (in chinese).
2. Nien Benjamin (2011) Application of Data Mining and Fruit Fly Optimization Algorithm to Construct Financial Crisis Early Warning Model – A Case Study of Listed Companies in Taiwan, Master Thesis, Department of Economics, Soochow University, Taiwan (in chinese), Adviser: Wei-Yuan Lin.
Jing Si Aphorism:
Be honest and truthful in everything you do.
Be gentle and forgiving in your
relationships with others
Soochow University EMA
hello
ReplyDeletei need source code of Fruit Fly Optimization Algorithm
PLEASE ASAP
best regards
I can help
DeleteSorry, I don't know what you want.
DeleteThere is no such a thing like the free lunch.You have to work hard by yourself. Please do not ask others to send all the written programs unconditionally to you. Learn how to fish instead of receive fish free.
Delete
ReplyDeleteDear sir,
Iam a ph.d student i need the source for the fruit fly algorithm for constraint optimization and multi objective optimization
please provide the code
Thaks
G Bala Murali
Research scholar
NIT rourkela
Mail Id: bmgunji@gmail.com
The fruit fly algorithm for constraint optimization and multi objective optimization are more complicated than the above code, it needs to add some constraints into the code or use the penalty function to deal with. Due to no response from the kind readers and malicious complaints, so I stopped to post my code in the past. Sorry to trouble some readers visiting my web. Deterministic optimal control with/without constraints and Stochastic optimal control with/without constraints can also be further worth exploring, and needs some domain knowlege of control theory. If you still have some problems you can post in the web or email to me with your real name and school (institution), Let us discuss and work together to deal with them.
DeleteFor questions about the optimizing constraint application of FOA, please refer to Zhang Xueliang and Liu Liqin, “Intelligent Optimization Algorithms and Their Applications in Machine Engineering”, Chapter 6, September, 2012, National Defense Industry Press. (in chinese)
DeleteThank you for your concern
DeleteExisting without the answers to the difficulties you’ve sorted out through this guide is a critical case, as well as the kind which could have badly affected my entire career if I had not discovered your website.
ReplyDeletebig data training in chennai
The fruit fly algorithm for constraint optimization and multi objective optimization are more complicated than the above code, it needs to add some constraints into the code or use the penalty function to deal with. Due to no response from the kind readers and malicious complaints, so I stopped to post my code in the past. Sorry to trouble some readers visiting my web. Deterministic optimal control with/without constraints and Stochastic optimal control with/without constraints can also be further worth exploring, and needs some domain knowlege of control theory. If you still have some problems you can post in the web or email to me with your real name and school (institution), Let us discuss and work together to deal with them.
DeleteThere is no such a thing like the free lunch.You have to work hard by yourself. Please do not ask others to send all the written programs unconditionally to you. Learn how to fish instead of receive fish free.
DeleteVery informative, your writing style is totally different from other, keep continuing.
ReplyDeleteDigital Marketing Training Institutes in Chennai
Digital Marketing Classes
Best Digital Marketing Course in Chennai
Selenium Training in Chennai
Big Data Training in Chennai
iOS Training in Chennai
Thanks for your encouragement,I will share my idea in the web in the future.
DeleteInteresting blog, it gives lots of information to me. Thanks for sharing such a nice blog.
ReplyDeleteAWS Training in Chennai
AWS Course
Best AWS Training in Chennai
RPA courses in Chennai
Blue Prism Training in Chennai
UiPath Training in Chennai
DevOps Certification in Chennai
Thanks for your encouragement,I will share my idea in the web in the future.
DeleteIELTS coaching in Chennai
ReplyDeleteIELTS Training in Chennai
IELTS coaching centre in Chennai
Best IELTS coaching in Chennai
IELTS classes in Chennai
Best IELTS coaching centres in Chennai
Thank you for such an informative post. Keep up the good work.
ReplyDeleteVmware Training courses | Vmware vsphere Training | VMware Training Center Chennai | VMware Training in Adyar | VMware Course in Velachery | VMware Training center in Tambaram
Thanks for your encouragement,I will share my idea in the web in the future.
DeleteThis post is much helpful for us. This is really very massive value to all the readers and it will be the only reason for the post to get popular with great authority.
ReplyDeleteCloud computing Training Chennai
Cloud computing Training centers in Chennai
Cloud computing Training institutes in Chennai
Best Cloud computing Training in Chennai
Cloud computing institutes in Chennai
Thanks for your encouragement,I will share my idea in the web in the future.
DeleteNice Article,Great experience for me by reading this info.
ReplyDeletethanks for sharing the information with us.keep updating your ideas.
Java Institutes in bangalore
Java Courses in Chennai Anna Nagar
Java Training in Vadapalani
Java Training in Perungudi
Thanks for your encouragement,I will share my idea in the web in the future.
DeleteAmazing Blog. I liked your style of writing. Pls keep on writing.
ReplyDeleteDrupal Training in Velachery
Drupal Courses in Velachery
Drupal Training in Tambaram
Drupal Courses in Tambaram
Drupal Training in Adyar
Drupal Courses in Adyar
Thanks for your encouragement,I will share my idea in the web in the future.
DeleteThanks for your encouragement,I will share my idea in the web in the future.
ReplyDeleteIn the past, I found that the FOA algorithm of my student (Dr. Pan) had its limitations, because the fruit fly had no brain and could not think, so I had to use the more advanced method LFA (Leader and Follwers algorithm) to deal with these problem. We are going to publish related papers in the Famous Journals soon.
ReplyDeletehttps://m.youtube.com/watch?v=oZA8zu74Jas
ReplyDeleteFor questions about optimal control, you can visit the following website and ask them to provide the source code.
ReplyDeletehttps://m.youtube.com/watch?v=QWAGNOjLHtk
ReplyDeleteThanks first of all for the useful info.
ReplyDeletethe idea in this article is quite different and innovative please update more.
AWS Certification Training
AWS Training in Mogappair
AWS Training in Vadapalani
It is very excellent blog and useful article thank you for sharing with us, keep posting.
ReplyDeleteEthical Hacking Training in Chennai
Certified Ethical Hacking Course in Chennai
Ethical Hacking Course
Ethical Hacking Certification
Hacking Course
Learn Ethical Hacking
Thank you for such amazing post. Keep up the good work.
ReplyDeleteSAS Training in Chennai
SAS Course in Chennai
SAS Training Institutes in Chennai
SAS Institute in Chennai
SAS Training Chennai
SAS Training Institute in Chennai
SAS Courses in Chennai
Amazing Post. It shows your great in-depth knowledge on the topic. Thanks for Posting. You are a life-saver.
ReplyDeleteNode JS Training in Chennai
Node JS Course in Chennai
Node JS Advanced Training
Node JS Training Institute in chennai
Node JS Training Institutes in chennai
Node JS Course
Thanks for a marvelous posting!Very great content. Much thanks to you for setting aside opportunity to composed your experience.
ReplyDeletePHP Training Institute in Velachery
PHP Training in Velachery
PHP Training in Chennai Velachery
PHP Training in Tambaram
PHP Training in Kandanchavadi
PHP Course in Sholinganallur
It is a great post. Keep sharing such kind of useful information.
ReplyDeleteArticle submission sites
Education
Amazing post!!! This post is very useful for me. Truly well post. Kindly keep updating more.....
ReplyDeleteBlue Prism Training in Bangalore
Blue Prism Training Bangalore
Blue Prism Classes in Bangalore
Blue Prism Training in Chennai Adyar
Blue Prism Course in Annanagar
Blue Prism Training in Annanagar
I am really enjoying reading your well written articles.
ReplyDeleteIt looks like you spend a lot of effort and time on your blog.
I have bookmarked it and I am looking forward to reading new articles. Keep up the good work..
Java Training in Bangalore
Advanced Java Training Institute in Bangalore
Best Institute For Java Course in Bangalore
Java Training Classes in Bangalore
Java Training Courses in Bangalore
Best Institute For Java Training In Bangalore
Nice articles posted. Keep sharing the articles. I appreciate you sharing this article. Really thank you!
ReplyDeleteWeb Designing Training in Vadapalani
Web Designing course in Chennai kknagar
Web Designing Course in Chennai
Web Designing Course in Padur
Web Designing Course in Tambaram
Web Designing Classes near me
It was really great! I learn lot of information from your post. I want more updates.....
ReplyDeleteMachine Learning Training in Velachery
Machine Learning Training in Chennai Velachery
Machine Learning Course in Tnagar
Machine Learning Training in Nungambakkam
Machine Learning Course in Saidapet
ReplyDeleteExtra-Ordinary. The way the blog was written is amazing. Waiting for your next post.
Xamarin Training in Chennai
Xamarin Course in Chennai
Xamarin Training
Xamarin Course
Xamarin Training Course
Xamarin Classes
Best Xamarin Course
Xamarin Training Institute in Chennai
Xamarin Training Institutes in Chennai
Thank you so much for your great content. This is very attractive post and easily understanding. I am waiting for your more post....
ReplyDeleteCCNA Training in Aminjikarai
CCNA Course in Chennai Kodambakkam
CCNA Training in Vadapalani
CCNA Course in Tambaram
CCNA Training in Saidapet
CCNA Training in Chennai Kodambakkam
Big Thanks for this wonderful read. I enjoyed every little bit of reading and I have bookmarked your website to check out new stuff of your blog a must read blog.
ReplyDeleteselenium testing training
best training institute for selenium in chennai
Selenium Training in Chennai
Big Data Training in Chennai
best german classes in chennai
French Training Institute in Chennai
Best French Training in Chennai
This was helpful and thanks for sharing this useful information. Kindly continue the work.
ReplyDeleteTOEFL Training in Tambaram
TOEFL Coaching Classes in Guduvanchery
TOEFL Coaching Centres at Tambaram
TOEFL Classes in Chennai OMR
TOEFL Coaching Classes in Siruseri Chennai
TOEFL Course in Karapakkam
TOEFL Training near me
I kindly request the author of this blog to share more interesting info in detail.
ReplyDeleteIELTS Classes in Mumbai
IELTS Coaching in Mumbai
IELTS Mumbai
Best IELTS Coaching in Mumbai
IELTS Center in Mumbai
English Speaking Classes in Mumbai
English Speaking Course in Mumbai
Best English Speaking Classes in Mumbai
Spoken English Classes in Mumbai
English Classes in Mumbai
Really awesome blog. Your blog is really useful for me. Thanks for sharing this informative blog.
ReplyDeleteKeep update your blog.
technocrawler
Education
Thank you for providing the creativity post with comprehensive content. This is very helpful for gain my skill knowledge, Kindly updating...
ReplyDeleteLinux Training in Chennai
best linux training institute in chennai
Social Media Marketing Courses in Chennai
Pega Training in Chennai
Oracle Training in Chennai
Oracle DBA Training in Chennai
Tableau Training in Chennai
Unix Training in Chennai
Excel Training in Chennai
Linux Training Fees in Chennai
showbox official apk
ReplyDeletexmovies8
ReplyDeleteyet creative programming language to quality their sites and it makes into any working framework from when it is exceptionally recognized for its codes being quickly justifiable and dependable to blend in to a couple of programming utilized sideways from the detail that it is a publicly released programming which makes permitting more affordable. machine learning course in pune
ReplyDeleteGreat Article
ReplyDeleteIEEE Projects on Cloud Computing
Final Year Projects for CSE
JavaScript Training in Chennai
JavaScript Training in Chennai
iam master student .the above post is very clearly to explain the flow chart of fruit fly optimization algorithm...but awant to know how can use this code to use it in electronic application
ReplyDelete"This was a well written blog. Was great reading your blog. Thanks for sharing.
ReplyDeleteDigital Marketing Training Course in Chennai | Digital Marketing Training Course in Anna Nagar | Digital Marketing Training Course in OMR | Digital Marketing Training Course in Porur | Digital Marketing Training Course in Tambaram | Digital Marketing Training Course in Velachery
"
It is really a great work and the way in which u r sharing the knowledge is excellent.Thanks for your informative article.
ReplyDeleteoracle training in chennai
oracle training in tambaram
oracle dba training in chennai
oracle dba training in tambaram
ccna training in chennai
ccna training in tambaram
seo training in chennai
seo training in tambaram
The post is written in very a good manner and it entails many useful information for me. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept. All the best
ReplyDeleteoracle training in chennai
oracle training in tambaram
oracle dba training in chennai
oracle dba training in tambaram
ccna training in chennai
ccna training in tambaram
seo training in chennai
seo training in tambaram
Interesting blog, it gives lots of information to me. Thanks for sharing such a nice blog.
ReplyDeleteangular js training in chennai
angular js training in omr
full stack training in chennai
full stack training in omr
php training in chennai
php training in omr
photoshop training in chennai
photoshop training in omr
Thanks for this blog. provided great information. All the details are explained clearly with the great explanation. Thanks for this wonderful blog.
ReplyDeletehadoop training in chennai
hadoop training in annanagar
salesforce training in chennai
salesforce training in annanagar
c and c plus plus course in chennai
c and c plus plus course in annanagar
machine learning training in chennai
machine learning training in annanagar
The information you have given here are most worthy for me. I have implemented in my training program as well, thanks for sharing.
ReplyDeletejava training in chennai
java training in velachery
aws training in chennai
aws training in velachery
python training in chennai
python training in velachery
selenium training in chennai
selenium training in velachery
Atomic Email Hunter 15.20.0.485 Crack can be just a program specially intended for finding user names and email addresses that are included.Atomic Email Hunter Serial Number
ReplyDeleteCoolutils Total Excel Converter 6 Free Download includes all the necessary files to run perfectly on your system, uploaded program contains all latest and .Convert Wk4 To Excel
ReplyDeleteizmir
ReplyDeleteErzurum
Diyarbakır
Tekirdağ
Ankara
47LQ
bingöl
ReplyDeleteelazığ
hakkari
sakarya
erzincan
444D4
ankara parça eşya taşıma
ReplyDeletetakipçi satın al
antalya rent a car
antalya rent a car
ankara parça eşya taşıma
GCZGFS
43ECB
ReplyDeleteMuş Evden Eve Nakliyat
Eskişehir Parça Eşya Taşıma
Sivas Evden Eve Nakliyat
Kocaeli Evden Eve Nakliyat
Elazığ Parça Eşya Taşıma
D5F40
ReplyDeleteKastamonu Şehirler Arası Nakliyat
Arbitrum Coin Hangi Borsada
Jns Coin Hangi Borsada
Etlik Boya Ustası
Aydın Şehirler Arası Nakliyat
Muğla Lojistik
Malatya Lojistik
Tekirdağ Cam Balkon
Çankırı Lojistik
09985
ReplyDeleteGiresun Parça Eşya Taşıma
Çerkezköy Cam Balkon
Kars Şehir İçi Nakliyat
Aydın Lojistik
Uşak Şehir İçi Nakliyat
Adana Parça Eşya Taşıma
Batman Şehirler Arası Nakliyat
Huobi Güvenilir mi
Bibox Güvenilir mi
C68C0
ReplyDeleteTekirdağ Çatı Ustası
Lbank Güvenilir mi
Okex Güvenilir mi
Bitfinex Güvenilir mi
Çerkezköy Asma Tavan
Bitmart Güvenilir mi
Batıkent Boya Ustası
Referans Kimliği Nedir
Ünye Parke Ustası
711BB
ReplyDeleteBalıkesir Evden Eve Nakliyat
Altındağ Boya Ustası
AAX Güvenilir mi
Çankaya Boya Ustası
Aydın Evden Eve Nakliyat
Ünye Petek Temizleme
Çerkezköy Korkuluk
Kırklareli Evden Eve Nakliyat
Muğla Evden Eve Nakliyat
36719
ReplyDeletebinance referans kodu
resimli magnet
referans kimliği nedir
binance referans kodu
binance referans kodu
binance referans kodu
resimli magnet
resimli magnet
referans kimliği nedir
968F5
ReplyDeletetelegram kripto para kanalları
okex
telegram kripto para
probit
mexc
kucoin
poloniex
kripto ne demek
binance
7C671
ReplyDeleteTwitter Reklam Verme
4G Mobil Proxy
Vds Satın Al
Blogger SEO
Youtube Abone Satın Al
jeneratör fiyatları
Kitap Önerileri
Backlink Paketleri
Eticaret SEO
ED3AB
ReplyDeleteChz Coin Yorum
Atom Coin Yorum
Gala Coin Yorum
Nmr Coin Yorum
Astr Coin Yorum
BTC Forum
Ctsi Coin Yorum
Slp Coin Yorum
BTC Son Dakika Haberleri
155DD
ReplyDeleteZrx Coin Yorum
Stmx Coin Yorum
Op Coin Yorum
Dai Coin Yorum
BTC Son Dakika Haberleri
Prom Coin Yorum
Jam Coin Yorum
Xno Coin Yorum
Btrst Coin Yorum
16BA9
ReplyDeleteQnt Coin Yorum
Ach Coin Yorum
Fort Coin Yorum
Mxc Coin Yorum
Bnt Coin Yorum
BTC Yorum
BTC Son Dakika
Near Coin Yorum
Doge Coin Yorum
B60CE
ReplyDeleteMana Coin Yorum
Imx Coin Yorum
Xno Coin Yorum
Flux Coin Yorum
Stmx Coin Yorum
Blur Coin Yorum
Axl Coin Yorum
Pond Coin Yorum
BTC Yorum
F4224
ReplyDeletegörüntülü sanal şov
3F561BAEA7
ReplyDeletegörüntülü şov whatsapp numarası
telegram show
lifta
cam şov
whatsapp görüntülü şov
bufalo çikolata
cam show
degra
skype show
1BF7AFBBF3
ReplyDeleteYeni Telegram Para Kazanma Botları
Farm Botları
Telegram Para Kazanma Grupları
Yeni Telegram Para Kazandıran Botlar
En İyi Telegram Madencilik Botları
E56F2ECE03
ReplyDelete-
-
kuşadası eskort bayan
-
-