mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ecb30c670f
- 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. |
||
---|---|---|
.. | ||
Chromosome.cpp | ||
Chromosome.h | ||
Exceptions.h | ||
main.cpp | ||
Population.cpp | ||
Population.h | ||
Program.cpp | ||
Program.h | ||
SimulationRNG.cpp | ||
SimulationRNG.h |