Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

motivation for application of swarm intelligence

Status
Not open for further replies.

curious_mind

Full Member level 3
Full Member level 3
Joined
Apr 14, 2019
Messages
189
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
1,408
Recently I was reading about GA and PSO. Wanted to know the exact motivation that lead to GA and PSO. Could you please give some examples, which cannot be solved by conventional method and hence require PSO or GA to do that. (I prefer easy to understand examples, internet provides relatively complex examples difficult to understand)
 

srizbf

Advanced Member level 5
Advanced Member level 5
Joined
Apr 3, 2010
Messages
1,992
Helped
417
Reputation
840
Reaction score
328
Trophy points
1,363
Activity points
10,985
Recently I was reading about GA and PSO. Wanted to know the exact motivation that lead to GA and PSO. Could you please give some examples, which cannot be solved by conventional method and hence require PSO or GA to do that. (I prefer easy to understand examples, internet provides relatively complex examples difficult to understand)

Find the minimum or maximum from voluminus Data Set
of measurement or observations , which cannot be
represented by equations or functions..
 

curious_mind

Full Member level 3
Full Member level 3
Joined
Apr 14, 2019
Messages
189
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
1,408
Could you explain me further? Why can we not find maxima and minima from dataset that you describe?
 

srizbf

Advanced Member level 5
Advanced Member level 5
Joined
Apr 3, 2010
Messages
1,992
Helped
417
Reputation
840
Reaction score
328
Trophy points
1,363
Activity points
10,985
Suppose there are 'n' blocks or modules .
Each module is connected with other module with varying
connections.
What is the best arrangement of or permutations of 'n'
modules such that their total connections of all modules are minimum?
 

curious_mind

Full Member level 3
Full Member level 3
Joined
Apr 14, 2019
Messages
189
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
1,408
Are there any worked out examples to illustrate how traditional methods fail, while GA wins over
 

srizbf

Advanced Member level 5
Advanced Member level 5
Joined
Apr 3, 2010
Messages
1,992
Helped
417
Reputation
840
Reaction score
328
Trophy points
1,363
Activity points
10,985
Are there any worked out examples to illustrate how traditional methods fail, while GA wins over

GA is not a method to be applied for above circumstances for
comparisons of failure and winning.

It is suggested as alternate method.
Read complexity of solution space.
 

curious_mind

Full Member level 3
Full Member level 3
Joined
Apr 14, 2019
Messages
189
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
1,408
Bit of googling and came with three types of problems that can exist (and its mixtures). They are decision problems, search and optimization problems. There are tons of methods to address those issues. Being a novice, I would like to systematically elevate myself in these concepts. Could you suggest a reference, where traditional derivative or even non derivative methods are used to solve the problems and some comparison are made to provide merits and demerits of the methods used. I guess convergence would be the benchmark in comparison
 

srizbf

Advanced Member level 5
Advanced Member level 5
Joined
Apr 3, 2010
Messages
1,992
Helped
417
Reputation
840
Reaction score
328
Trophy points
1,363
Activity points
10,985
convergence is the criteria. But at what rate?
converging to acceptable solution (error delta) in
reasonable time.
That time is accepted based on the problem at hand.
 

curious_mind

Full Member level 3
Full Member level 3
Joined
Apr 14, 2019
Messages
189
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
1,408
Adding to my previous question, how to choose the soft computing methods for a given problem?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top