The Genetic Algorithm can be modified in different ways. Even Goldberg's book, Genetic Algorithms in Search, Optimization and Machine Learning, specifies various enhancements that could be done for genetic search.

Which is the exact method implemented in Weka for genetic search for attribute selection? The software does refer Goldberg's book, but I'm still not sure about its deeper specifics.

Some of which are

  • Precise fitness evaluation function
  • If fitness modification to add weight to diversity is implemented
  • Structure encoding of the chromosome
  • Type/variant of crossover implemented: single point, multi-point, and which point to be exact.
More Ebenezer R.H.P. Isaac's questions See All
Similar questions and discussions