Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 464 Bytes

WebGA

Web-based Genetic Algorithm for demonstration purposes. Visit WebGA

GA Flowchart

The following techniques have been implemented:

Selection Techniques

  • Roulette Wheel Selection
  • Rank Selection
  • Tournament Selection

Crossover Techniques

  • Single-Point Crossover
  • Two-Point Crossover
  • Uniform Crossover

Mutation Techniques

  • Flip Mutation