1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed from eap.base import Fitness since the import wasn't used. More... about 14 years ago
Simplified tournSel and rndSel by using random.choice instead of generating random indices. More... about 14 years ago
Modified __copy__ method of Individual to use super instead of [:], it might be faster since it uses the itertools. More... about 14 years ago
Removed the new_ga_onemax file More... about 14 years ago
Simplified fitness functions __ge__ __gt__ __neq__. More... about 14 years ago
Renamed new_ga_onemax.py to ga_onemax.py. They were the same ! More... about 14 years ago
Some minor changes in the TSP examples More... about 14 years ago
Simplified the Fitness function __gt__, __ge__, __neq__, they now make a call to their opposite function and reverse the result with not. More... about 14 years ago
Rewrited best/worst selection operators More... about 14 years ago
Forgot about import random ... now it is fixed More... about 14 years ago
Renamed new_ga_onemax.py to ga_onemax (both were the same) More... about 14 years ago
There was a bug of fitness in the tsp problem, all the distances were not added. More... about 14 years ago
Merged with tip More... about 14 years ago
Added tag 0.3.0 for changeset 55db88b57616 More... about 14 years ago
Made some changes to the documentation to reflect most of the changes. More... about 14 years ago
Removed the last references to lPop in the distributed algorithm. More... about 14 years ago
Removed the last reference to lPop in the distributed algorithm. More... about 14 years ago
Modified .hgtags More... about 14 years ago
Merge the tags with the head More... about 14 years ago
Added tag 0.2.2 for changeset d38465b17701 More... about 14 years ago
Added tag 0.3.0 for changeset 5258a561a788 More... about 14 years ago
Removed tag eap0.3 More... about 14 years ago
Added tag eap0.3 for changeset d38465b17701 More... about 14 years ago
Removed ga_onemax_sp More... about 14 years ago
Updated ga-tsp to use the new module structure. More... about 14 years ago
Updated dist-ga_onemax to use the new module structure. More... about 14 years ago
Updated the short ga-one-max to use the new module structure. More... about 14 years ago
Updated ga-one-max to use the new module structure. More... about 14 years ago
Removed the module operators.py and moved its content in the toolbox module. More... about 14 years ago
Removed the module evolver.py More... about 14 years ago