evoli v1.2.0 Release Notes

Release Date: 2020-04-04 // about 4 years ago
  • Description

    We encountered use cases where it was important to retrieve deads as well as survivors so we changed the PI to enable that.

    API Change

    Select(pop Population, survivorsSize int) (survivors Population, err error)
    Select(pop Population, survivorsSize int) (survivors, deads Population, err error)

    Abritrate(participants ...Individual) (winner Individual)
    Abritrate(participants ...Individual) (winner Individual, loosers []Individual)