Skip to content

Implement Love Triangle Culling  #2

Description

@NoraCodes

Thanks to /u/aidenr

Don't strictly sort the population for culling or else you end up with depth-first searching that is highly prone local minima. I try to model selection on natural processes, hoping for some serendipity. Here's my favorite:
Roulette select three members from the population, with chances directly proportional to their individual scores.
Roulette select one member from the three, with chances inversely proportional to their individual scores.
Cull the member selected in #2.
Breed the two members selected in #1 that were not selected in #2.
Return the new member to the population.
I call it Love Triangle Selection ;)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions