Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

317 crowding distance calc needs to handle single individual pops #318

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    24b0acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b40061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d620b78 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    ad3eeb6 View commit details
    Browse the repository at this point in the history
  2. During crowding distance calculation from time to time we will get a …

    …population of a single individual, in which case we should assign a distance of 'inf' to indicate it has no neighbors. We also return the population that was given since the sorting mechanism may yield empty lists, which is what we were previously returning.
    markcoletti committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a749958 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b7e96 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request #319 from lukepmccombs/317-crowding-distance-calc-…

    …needs-to-handle-single-individual-pops
    
    Also skip nan range objectives, which are degenerate if fitnesses are inf
    markcoletti authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3bb007a View commit details
    Browse the repository at this point in the history
  2. Resolves conflict

    markcoletti committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    019d883 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/317-crowding-distance-calc-needs…

    …-to-handle-single-individual-pops' into 317-crowding-distance-calc-needs-to-handle-single-individual-pops
    markcoletti committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    67d0c1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    681e8e5 View commit details
    Browse the repository at this point in the history
  5. Attempting to resolve a Windows test failure by specifying the use of…

    … a single threaded worker. Hypothesis was that there were too many workers spun up by default that consumed too many resources. Besides, we only need a single worker given the nature of the distributed unit tests.
    markcoletti committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c61e6bd View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/317-crowding-distance-calc-needs…

    …-to-handle-single-individual-pops' into 317-crowding-distance-calc-needs-to-handle-single-individual-pops
    markcoletti committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e5f7246 View commit details
    Browse the repository at this point in the history