Files
solidity/test
Kamil Śliwak ecb30c670f [yul-phaser] Population: Make ordering of individuals with same fitness deterministic and prioritise shorter chromosomes
- Before this change the order of chromosomes with the same fitness in a population depended on the initial order set when the population was first created. Now it only depends on the individual.
- The length comparison is not strictly necessary (lexicographical order covers that) but it makes the intention clear and the comparison slightly faster when chromosomes have different lengths.
2020-02-18 19:40:37 +01:00
..
2019-12-02 21:26:42 +01:00
2019-08-05 13:00:30 +02:00
2020-02-05 14:58:34 +01:00
2019-08-05 13:00:30 +02:00
2020-01-23 21:20:01 +01:00
2020-02-05 14:58:34 +01:00