Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ahmedfgad/GeneticAlgorithmPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jkhanGitHub/GeneticAlgorithmPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Feb 3, 2026

  1. Introduce gene_structure parameter to support complex gene definiti…

    …ons and add comprehensive atomicity tests for mutation and crossover.
    
    Modified all crossover and Mutation methods to support the gene_structure given by the user.
    
    Added Test to test the atomicity and functionality of the crossover methods and mutation methods when gene_structure parameter is provided.
    
    Added integration test for crossover parameter
    jkhanGitHub committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    43efa8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6465bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c2d3dd View commit details
    Browse the repository at this point in the history
Loading