Roultte Wheel Selection in Genetic Algorithm

Posted by Mohd.Taufiq at 1:02 PM 3 comments
Labels: attachment, Comparison, Genetic Algorithm, Research
Posted by Mohd.Taufiq at 11:45 PM 2 comments
Labels: attachment, Genetic Algorithm, Research
1. Selection
Under this process also have 3 methods where:
2. Crossover
Under this process also have many methods but 2 of them are:
3. Mutation
Under this process just similar between all researchers that using GA
4. Regeneration
Under this process it will select the best population for next iteration, so if there are new child cromosome that better with their parent cromosome from previous generation then it will replace or overwrite that parent cromosome.
Posted by Mohd.Taufiq at 8:05 PM 2 comments
Labels: Genetic Algorithm, Research
For now I need to try some example that related with GA. My focus now is understanding the GA operation itself and to know how GA can help me using optimization method to find my solution. Example each node that I need to force to sleep mode will represent by a bit. Bit 1 represent a node in active mode and bit 0 will represent node that in sleeping mode. With this all bit representative can build one chromosome. With this chromosome it can start with GA operation that will come with new offspring. This new offspring can be test with a formula or simulation that can give result where it was good chromosome or bad chromosome.
Posted by Mohd.Taufiq at 11:50 AM 2 comments
Labels: Genetic Algorithm, New routing protocol, Research