Timeline
10/26/11:
- 23:36 Changeset [6938] by
-
- Added an *Operators* parameter in Problem
- Adapted KnapsackProblem, OnemaxProblem, SingleObjectiveTestFunctionProblem, TravelingSalesmanProblem, and VehicleRoutingProblem to derive from SingleObjectiveHeuristicOptimizationProblem<U, V>, renamed and marked old list as obsolete. Note that QuadraticAssignmentProblem, as well as the new DataAnalysisProblems already derived from that class. ArtificialAntProblem was not yet modified.
- Added some test lists and adapted SamplesTest
- Added plugin dependencies that the unit test was complaining about
10/25/11:
- 19:08 Ticket #1665 (If the random seed is specified for a cross-validation then the same ...) created by
- 10:54 Ticket #1664 (Exception (sequence is empty) when selecting "Test Samples" in the ...) created by
- 08:02 Changeset [6937] by
-
minor changes
10/24/11:
- 18:50 Changeset [6936] by
-
- Added a new service method and a helper class for calling the service and configuring a QAP instance
- Made parameter properties of the RTS public (so that it can be configured programmatically)
- 18:46 Ticket #1663 (Expose the problem's operators list in a parameter) created by
- Currently the operators list stored in the problem is not visible and …
10/22/11:
- 02:30 Blog: Large Experiment Design for Programmers edited by
- 02:25 Blog: Large Experiment Design for Programmers created by
- 00:29 Ticket #1662 (TSPLIB parser doesn't close the stream after reading the file) created by
- The file will still be treated as in use by the explorer.
10/21/11:
- 15:12 Ticket #1661 (New SymbolicExpressionLengthTreeAnalyzer) created by
- This new analyzer can be used to visualize the distribution of tree …
- 12:53 AdditionalMaterial edited by
- (diff)
- 12:43 AdditionalMaterial edited by
- (diff)
10/18/11:
- 16:59 Download edited by
- fixed download link for daily build (diff)
- 16:02 Changeset [6935] by
-
#1652 fixed a bug when saving a file in SD or MD mode
- 15:08 Changeset [6934] by
-
on behalf of spimming:
#1659
- implemented abstract base class for benchmarking algorithms
- added License information
- corrected plugin dependencies
- corrected descriptions
10/17/11:
- 18:14 Changeset [6933] by
-
updated HL tutorial slides from GECCO 2011 tutorial slides
- 13:05 Changeset [6932] by
-
Removed test of SVN permissions for spimming
- 13:04 Changeset [6931] by
-
Test SVN permissions for spimming
10/14/11:
- 23:04 Ticket #1660 (Improve the performance of run collection event handlers) created by
- I have several experiments with a very large number of runs (several …
- 15:00 Changeset [6930] by
-
#1653: Corrected !GP unit tests.
- 14:07 Changeset [6929] by
-
#1653: Ordered nested operators in multip symbolic expression manipulators by name.
- 12:33 Changeset [6928] by
-
#1653: Updated artifical ant unit test.
10/13/11:
- 21:05 Changeset [6927] by
-
#1648 added GeoIP support to access webservice
- 20:56 Changeset [6926] by
-
#1233 updated jobmanager binaries
- 20:45 Changeset [6925] by
-
#1233 fixed bug in PermissionView "bugfix"
- 19:39 Changeset [6924] by
-
#1233 fixed bug in PermissionView in JobManager
- 18:11 Changeset [6923] by
-
#1653 set a timeout of one hour for the AllArchitectureAlteringOperatorsDistributionTest
- 17:33 Changeset [6922] by
-
#1653: Updated GP samples unit test and saved samples.
- 15:57 Changeset [6921] by
-
#1653: Excluded subtypes of Symbol and SymbolicExpressionGrammarBase from deep cloneable check.
- 15:54 Changeset [6920] by
-
#1659 added benchmarking algorithms
- 15:39 Changeset [6919] by
-
#1653: Removed obsolete and out-dated unit test SymbolicRegressionTest.
- 15:31 Changeset [6918] by
-
#1657: Corrected ADFs for GP and adapted and extended the specific unit test.
- 15:15 Changeset [6917] by
-
#1659 create branch for benchmarking algorithms
- 15:14 Ticket #1659 (Add algorithm to execute performance benchmarks) created by
- Add an algorithm to execute performance benchmarks (Linpack, …
- 09:11 Ticket #1658 (The BestAverageQualityAnalyzer should not output a quality chart in ...) created by
- When executing large and long-running experiments I want to know on …
10/12/11:
- 20:51 Changeset [6916] by
-
#1653: fixed output folder for ChartControlsExtensions
- 20:49 Changeset [6915] by
-
- fixed deployment items
- 20:48 Changeset [6914] by
-
- fixed ScrambleMove again (trunk this time)
- 19:24 Changeset [6913] by
-
#1656 implemented calculator to calculate the normalized Gini coefficient for classification solutions.
- 17:26 Changeset [6912] by
-
#1653: Corrected coding conventions unit test.
- 17:06 Changeset [6911] by
-
#1657: Corrected and adapted implementation of !PTC2 to handle symbol frequencies correctly and to always create trees of the target size. Additionally the performance of the grammars have been improved and a unit test was added.
- 15:48 Changeset [6910] by
-
#1233 fixed a bug where the slave didn't report the cpu utilization correctly
- 15:45 Changeset [6909] by
-
Fixed more isses that occured in dynamic instances (#1177)
- 15:45 Changeset [6908] by
-
#1622 Fix quote handling and simplify tokenizer in Calculator and provide better error message.
- 13:41 Changeset [6907] by
-
Fixed various isses that occured in dynamic instances (#1177)
- 13:14 Documentation/Howto/UseHiveForOptimization edited by
- (diff)
- 13:12 Changeset [6906] by
-
#1233 added Job Manager only configuration file
- 13:06 Documentation/Howto/UseHiveForOptimization edited by
- (diff)
- 12:37 Changeset [6905] by
-
#1233 added binaries for the Job Manager for HeuristicLab 3.3.5
- 12:22 Changeset [6904] by
-
#1233 removed unnecessary dependencies
- 11:27 Changeset [6903] by
-
#1622 Enable discretization by empirical distribution's quantiles.
- 08:06 Changeset [6902] by
-
- fixed cloning when object has not been initialized properly