Jump to content

Talk:Mutation (evolutionary algorithm)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Chaosdruid (talk | contribs) at 03:20, 8 August 2010 (Roboassess). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconRobotics Stub‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Robotics, a collaborative effort to improve the coverage of Robotics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Note icon
This article has been marked as needing immediate attention.

meat

now that this has some meat to it, should we consider de-stubifying it. There is much more that we can do with it, but I would question whether it still exists as a stub or not. Rgarvage 16:09, Aug 21, 2004 (UTC)


I don't think this is a stub either. Unless someone has plans on expanding it in the near future, it should be removed from stubhood. --Fastfinge 22:50, Sep 19, 2004 (UTC)


An information is not given in the article

It is not mentioned in the article where the mutation operation is used in the GA. There are N chromosomes in the last step. ( I say them old N chromosomes) There are three choises, I think.

1) N new chromosomes are generated by three operations: a) Some are directly copied from initial population b) Some are generated by crossover c) Some are generated by mutation (This is the algoritm used in MATLAB's implementation)

2) N old chromosomes enter crossover and after mating and crossover N new chromosomes are generated. There are 2 choises for this case.

  2.a) N new chromosomes enter mutation.
  2.b) Both N old and N new chromosomes enter mutation.

Which one above (1, 2.a and 2.b) is true? OR Are all of them true? Kavas (talk) 08:17, 17 September 2009 (UTC)[reply]