Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Giliard Almeida de Godoi edited this page Jan 21, 2021 · 3 revisions

Welcome to ga4stpg wiki!

This wiki aims...

To-do list!

  • Add a crossover probability for binary representation!
  • Pass a function to calculate the individuals' weight (like a normalization function)
  • In the selection step, instead of returning a selected population, we could return a generator function. And the selected individual would be known in the crossover step.
  • Considering the last item, we could use the offspring_generator in the crossover method.
  • Refact the method PrimRST
  • Refact the method KruskalRST
  • Implement RandomWalkRST
  • Implement mutation operator based on:
    • Random descent
    • Random jump

Clone this wiki locally