what is the best choice?

3 views (last 30 days)
Ameer Kadhim
Ameer Kadhim on 20 Mar 2018
Commented: Ameer Kadhim on 20 Mar 2018
I have the problem for discrete values of decision variables, a real coded genetic algorithm or a Binary coded genetic algorithm is good ?

Accepted Answer

Walter Roberson
Walter Roberson on 20 Mar 2018
It depends on what you are calculating.
  3 Comments
Walter Roberson
Walter Roberson on 20 Mar 2018
For the purposes of particle swarm algorithms, a population is a collection of particles, each of which has a vector of values of decision variables, along with velocities, and typically also information about the "cost" of that vector, and perhaps also information about which generation the particle was created in. For genetic algorithms a population is similar but would not have a "velocity" for each entry.
Ameer Kadhim
Ameer Kadhim on 20 Mar 2018
thank you so much...

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!