STIN3084-A192-GENETIC-ALGORITHM / ASSIGNMENTS

0 stars 0 forks source link

ASSIGNMENT 3 #3

Open azmanyasin opened 4 years ago

azmanyasin commented 4 years ago

INSTRUCTION

Based on assignment 1 and 2, you will implement a simple genetic algorithm with fitness-proportionate selection (roulette-wheel sampling), population size 20 and single and two point crossover rate pc = 0.7. Perform 50 runs, and measure the average generation at which the chromosome of all not duplicate is discovered.

SUBMISSION

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

https://github.com/wilsonkhor1997/GA-Assignment/issues/3#issue-660675097

aizathakimi97 commented 4 years ago

ASSIGNMENT 3.zip

abraranuar commented 4 years ago

GENETIC ALGORITHM STIN3084 A192 259231 ass3.zip

Jayyijianyi commented 4 years ago

ThreeOnePoint.zip ThreeTwoPoint.zip