STIN3084-A192-GENETIC-ALGORITHM / ASSIGNMENTS

0 stars 0 forks source link

ASSIGNMENT 2 #2

Open azmanyasin opened 4 years ago

azmanyasin commented 4 years ago

The first selection operator introduced was roulette wheel selection (RWS), which was proposed in 1975 by Holland. It has since been widely used in many applications of the EA, which includes scheduling, spanning tree, menu planning, travelling salesman problem, and source allocation problem. It has become one of the most prevalent selection operators, which is based on the concept of proportionality. Conceptually, the fitness value of each individual or potential solution in a population corresponds to the area of the roulette wheel proportions. When the roulette wheel is spun, a solution marked by the roulette wheel pointer is then selected. The higher fitness value with a bigger area is likely to have more chances of being chosen. The segment size and selection probability remain the same throughout the selection phase.

Based on assignment 2, please write a selection process by using roulette wheel selection and rank selection that returns two new genomes.

SUBMISSION

  1. Java code
  2. Output
  3. Due Date : 25 July 2020
wilsonkhor1997 commented 4 years ago

https://github.com/wilsonkhor1997/GA-Assignment/issues/2#issue-660665254

aizathakimi97 commented 4 years ago

ASSIGNMENT 2.zip

abraranuar commented 4 years ago

GENETIC ALGORITHM STIN3084 A192 259231 ass2.zip

Jayyijianyi commented 4 years ago

TwoRank.zip TwoRWheel.zip