solidity/tools
Kamil Śliwak 40a6669538 [yul-phaser] Population: Extract a function for comparing fitness of individuals
- Mostly for readability and convenience. This significantly shortens calls to sort().
- I could define it as Individual::operator< instead but it would be inconsistent with operator== because it does not compare the chromosomes, only fitness. It could result in an unintuitive situation where (a <= b <= a) does not necessarily imply (a == b).
2020-02-18 19:40:37 +01:00
..
solidityUpgrade Fix upgrade tool build on windows. 2020-02-06 10:49:15 +01:00
yulPhaser [yul-phaser] Population: Extract a function for comparing fitness of individuals 2020-02-18 19:40:37 +01:00
CMakeLists.txt [yul-phaser] Rename Random to SimulationRNG (fix references) 2020-02-16 02:18:21 +01:00