Skip to content

v6.3.0

Compare
Choose a tag to compare
@jenetics jenetics released this 28 Aug 16:21
· 1262 commits to master since this release
v6.3.0
981fd8a

Improvements

  • #763: ProxySorter is now able to sort array slices.
  • #768: Implement Ordered class. Currently, it is required that the return value of the fitness function to be Comparable. But sometimes you might want to change the order of a given type or add some order to a type. The Ordered class makes this possible.