what is the best choice?

1 次查看(过去 30 天)
I have the problem for discrete values of decision variables, a real coded genetic algorithm or a Binary coded genetic algorithm is good ?

采纳的回答

Walter Roberson
Walter Roberson 2018-3-20
It depends on what you are calculating.
  3 个评论
Walter Roberson
Walter Roberson 2018-3-20
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 2018-3-20
thank you so much...

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Genetic Algorithm 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by