1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-added the DTM local randomizer (now initialized directly into DtmControl()) More... over 13 years ago
Many bugs fixed in DTM taskmanager, mpi4py communication layer and load balancing. Also added an example of recursive function with DTM. Some bugs may still be present (mostly hangs on some very tricky cases), will be fixed soon. More... over 13 years ago
Replaces assess() function to use the 0-1 principle when evaluating sorting network. Reduce complexity from n! to 2^n. More... over 13 years ago
Adds global statistics computation on the whole population. More... over 13 years ago
Toolbox' method.__name__ were set to the method and to their regitered methodname. More... over 13 years ago
Major modifications in DTM. - Replaced the old naive load balancer by a much better one (although there's still some performance issues). Also, the load balancer is now a DTM module, and may be changed at runtime, like the communication manager. More... over 13 years ago
First functionnal version of DTM with mpi4py!! Also fix other small bugs. More... over 13 years ago
Applies a patch from Yannick Hold-Geoffroy to correct some errors in the EAP user's manual. More... over 13 years ago
Transposes the sequence in Stats.update directly instead of creating a temporary variable. More... over 13 years ago
Adapts examples to new way of computing statistics and working with the `iterations` module. More... over 13 years ago
Adds a multidemic ga onemax example to EAP. More... over 13 years ago
Adds two new modules : iterations and statistics. statistics is used to easily compute statistics on population. iterations recreate the internal of the main loop of algorithms to allow users to easily used their own termination criteria. More... over 13 years ago
Removes unused variable `evaluations` in algorithm eaMuCommaLambda. More... over 13 years ago
Correct english mystakes in the documentation among all the files in eap. More... over 13 years ago
Modify CMAStrategy : - __init__ now takes a centroid instead of a population - generate now takes a method to create individual More... over 13 years ago
merge with closed branch gp_symbreg. More... over 13 years ago
Correct grammar error in .hgignore. More... over 13 years ago
Close gp_symbreg branch, this branch is not longer pertinent. More... over 13 years ago
Added EAP header to eap/tests/__init__.py More... over 13 years ago
merge. More... over 13 years ago
Renamed Fitness.delValue to Fitness.delValues. More... over 13 years ago
Removed copy.deepcopy in mutation of eaCommaPlusLambda algorithm. Also removed the import of the module 'copy'. More... over 13 years ago
Added a basic PSO example. More... over 13 years ago
Corrected documentation of GP an History, added a Install file. More... over 13 years ago
Added MANIFEST.in for packaging deap. More... over 13 years ago
Re-added classic crossover operators, and change the names of the Koza crossover operators More... over 13 years ago
merge. More... over 13 years ago
Added tag 0.6 for changeset a997cc0f43c9 More... over 13 years ago
Added README.txt and description_full to setup.py. More... over 13 years ago
Removed tag 0.6 More... over 13 years ago