Closed HeuristicLab-Trac-Bot closed 9 years ago
r11633: Set copy local to false for project references of PPP.
r11635: Implemented base classes for algorithm and problems for PPP.
r11637: Implemented fitness for OneMaxProblem without lambdas.
r11656: Test Case Creation and first draft of clustering completed.
r11663: Reworked Linkage Tree to provide interface for clusters, moved crossover into static class.
r11666: Evaluation counting, results and graphing, HIFF problem.
r11667: Major bug fixes, now gets answers close to correct.
r11668: Fixed mistake in HillClimber which was causing P3 to give slightly incorrect results on HIFF
r11669: Code cleanup, added Deceptive Step Trap problem.
r11672: Commenting, added some basic unit tests for P3.
r11674: Performance improvements in PPP (reduced memory allocations and more efficient implementation).
r11681: Added plots for the number of solutions being stored and the total number of levels in the pyramid.
r11791: Implemented stop button in PPP and adapted to new BasicAlgorithm.
r11838: Added BEACON to the copyright on P3 files and included comments referring to the publication
The changes from here on were performed in the trunk
r11940 (not migrated): Deleted branch for PPP.
r11960: Changed creatable attribute and project files in P3.
r11983: Adapted unit test for P3 to x64 processor architecture.
- Renamed BinaryVectorProblem to BinaryProblem
- Removed IBinaryVectorProblem interface
- Derived BinaryProblem from SingleObjectiveBasicProblem
- Changed bool[] datatype to BinaryVector
r11990: Added best known quality parameter to single-objective basic problem and new one-max problem.
r11994: Moved old one-max plugins into outdated plugins folder.
r11996: Fixed maximization flag and solution creators for binary problems.
r12000: Adapted analyze method to respect the maximization flag.
Tested P3 and binary problems; seems to work.
Issue migrated from trac ticket # 2282
milestone: HeuristicLab 3.3.11 | component: Algorithms | priority: medium | resolution: done
2014-12-03 11:45:22: @mkommend created the issue