Timeline
12/16/14:
- 23:55 Changeset [11691] by
-
- expanded documentation for statistical testing view
- changed t-test to unpooled method
- removed sample size determination for t-test as this is probably not correct
- 21:51 Changeset [11690] by
-
#2283: added exhaustive BFS and DFS
- 18:35 Changeset [11689] by
-
#2278: Added methods to collect result values to the ResultCollection-class.
- 18:31 Changeset [11688] by
-
#2278: Adapted project and solution settings in ClassificationExtensions branch.
- 17:49 Changeset [11687] by
-
#2278: Branched HeuristicLab.Optimization
- 12:18 Changeset [11686] by
-
#2278: Added missing Exception descriptions.
- 12:09 Changeset [11685] by
-
#2278: improvements on the classification performance measures encapsulation
12/15/14:
- 01:20 Changeset [11684] by
-
#2278: Encapsulated the classification performance measures to the ClassificationPerformanceMeasuresResultCollection
12/14/14:
- 23:20 Changeset [11683] by
-
- Classification performance measures improvements in terms of readability of the code.
- Added positive class value to the classification performance measures result collection.
- Fixed bug: classification performance measures will now be calculated after loading from files with non serialized performance measures results.
- 01:02 Changeset [11682] by
-
#2205: Worked on cancellation
- added throwing of OperationCanceledException in MessagePort.ReceiveMessage
- tweaked AlgorithmNode to get rid of exceptions when the algorithm is aborted
12/12/14:
- 20:50 Changeset [11681] by
-
#2282 Added plots for the number of solutions being stored and the total number of levels in the pyramid.
- 14:50 Changeset [11680] by
-
#2287: Extended constants optimization evaluator to be able to handle the square root symbol and changed optimization of square.
- 14:49 Ticket #2287 (ConstantsOptimizationEvaluator cannot handle roots) created by
- 14:47 Changeset [11679] by
-
#2286: Fixed changing of variable names in the VariableSymbolView.
- 14:46 Ticket #2286 (Variable names cannot be changed directy in the VariableSymbolView) created by
- The change is performed correctly, but not persisted and after …
12/10/14:
- 12:42 Changeset [11678] by
-
- Fixed bug when updating crossovers and mutators.
- Made DataReducers Reduction- and TargetOperationParameter to ValueLookupParameter. This enables ALPS to make the age determination configurable.
- 10:31 Changeset [11677] by
-
#2269 Merged trunk. Updated .net version of ALPS plugin.
- 09:51 Changeset [11676] by
-
#2269 Added LayerPopulationSize variable (for PopulationSizeAnalyzer)
- 09:48 Changeset [11675] by
-
#2285 Added missing interface.
- 09:47 Ticket #2285 (SymbolicDataAnalysisSingleObjectiveValidationAnalyzer does not ...) created by
- SymbolicDataAnalysisSingleObjectiveValidationAnalyzer does not …
- 09:25 Ticket #2284 ("Error creating window handle" for covariance function views) created by
12/09/14:
- 17:00 Changeset [11674] by
-
#2282: Performance improvements in PPP (reduced memory allocations and more efficient implementation).
- 15:16 Changeset [11673] by
-
#2031 fixed a small bug in Bonferroni-Holm adjustment and added more unit tests for it
- 14:25 Changeset [11672] by
-
#2282 Commenting, added some basic unit tests for P3.
- 00:49 Changeset [11671] by
-
#2031 added documentation for sample size influence view
12/08/14:
- 23:31 Changeset [11670] by
-
#2031 worked on sample size influence view
12/07/14:
- 18:31 Documentation/DevelopmentCenter/Architecture edited by
- (diff)
- 18:30 Documentation/DevelopmentCenter/BestPractices edited by
- (diff)
- 18:27 Documentation/DevelopmentCenter/BestPractices edited by
- (diff)
- 18:20 Documentation/DevelopmentCenter/CreateNewPluginUsingSD edited by
- (diff)
- 17:25 Changeset [11669] by
-
#2282 Code cleanup, added Deceptive Step Trap problem.
- 10:25 Changeset [11668] by
-
#2282 Fixed mistake in HillClimber which was causing P3 to give slightly incorrect results on HIFF
12/06/14:
- 16:58 Changeset [11667] by
-
#2282 Major bug fixes, now gets answers close to correct.
12/05/14:
- 18:25 Changeset [11666] by
-
#2282 Evaluation counting, results and graphing, HIFF problem.
- 15:54 Changeset [11665] by
-
#2031 implemented review comments for chart analysis view
- 13:31 Changeset [11664] by
-
#2282 First working optimization using P3!
- 12:25 Changeset [11663] by
-
#2282 Reworked Linkage Tree to provide interface for clusters, moved crossover into static class.
- 10:40 Changeset [11662] by
-
#2282: Refactored LinkageTree and adapted unit tests.
- 09:50 Ticket #2256 (Scripting and Programmable Operator do not work on systems with new ...) closed by
- duplicate: Duplicate of #2077
- 08:36 Changeset [11661] by
12/04/14:
- 19:38 Changeset [11660] by
-
#2283 set svn:ignore
- 19:37 Changeset [11659] by
-
#2283 initial import of implementation of grammatical optimization problem instances
- 19:34 Changeset [11658] by
-
Created a branch for #2283
- 19:32 Ticket #2283 (Expore alternative ways for solving grammatical optimization problems) created by
- 17:14 Changeset [11657] by
-
#2262: applied some of the changes suggested by swagner in comment:17:ticket:2262
- added highlighting of current line
- added error markers and bookmarks
- fixed <Ctrl> + <Backspace> bug
- minor code changes
- 16:21 Changeset [11656] by
-
#2282 Test Case Creation and first draft of clustering completed.
- 15:47 Changeset [11655] by
-
#2174: Updated programmable problem assemblies to .NET 4.5.
- 15:41 Changeset [11654] by
-
#1265: Updated target to .net 4.5
- 15:31 Changeset [11653] by
- 13:23 Changeset [11652] by
-
#2244 removed references to SharpZipLib from installer files as this is not needed anymore with #2247
- 13:21 Changeset [11651] by
-
#2247 removed SharpZipLib settings and files from the services and slave projects
- 12:56 Changeset [11650] by
-
#2247 switched persistence, instance providers, plugin infrastructure and MathJax to System.IO.Compression
- 11:24 Ticket #2277 (Missing class modifier in BestSingleObjectiveTestFunctionSolutionAnalyzer) closed by
- done: r11649: Merged r11581 into stable.
- 11:24 Changeset [11649] by
- 11:22 Ticket #2218 (Move the SymbolicExpressionImporter from HeuristicLab.Tests to the ...) closed by
- done: r11648: Merged r11457 into stable.
- 11:22 Changeset [11648] by
- 11:15 Ticket #2271 (Change title of "Parameters"-tab to "Algorithm" in the algorithm view) closed by
- done: r11647: Merged r11533 into stable.
- 11:15 Changeset [11647] by
- 11:09 Changeset [11646] by
-
#1997: Merged trunk changes to data analysis island GA branch.
- 11:00 Changeset [11645] by
-
#2174: Merged trunk changes (update to .NET 4.5).
- 10:59 Changeset [11644] by
-
#2031 implemented review comments for correlations view
- 10:57 Changeset [11643] by
-
#2278: Merged trunk changes (update to .NET 4.5)
- 02:53 Changeset [11642] by
-
#2258: Created branch Async again in order to include latest changes regarding the switch to .NET 4.5
- 02:49 Changeset [11641] by
-
#2258: Deleted branch Async
12/03/14:
- 17:14 Changeset [11640] by
-
#2282 Implemented DeceptiveTrapProblem and IsBetter
- 17:06 Changeset [11639] by
-
#1772: Migrated the tracking plugins to .NET 4.5, small changes to the GenealogyAnalyzer, added cloning constructor to the GenealogyGraph<T> class.
- 17:04 Changeset [11638] by
-
#1772: Merged trunk changes. Updated PhenotypicSimilarityCalculator, updated FragmentGraphView.
- 16:16 Changeset [11637] by
-
#2282: Implemented fitness for OneMaxProblem without lambdas.
- 15:53 Changeset [11636] by
-
#2282 Initial version of Hill Climber
- 14:00 Changeset [11635] by
-
#2282: Implemented base classes for algorithm and problems for PPP.
- 12:43 Changeset [11634] by
-
#2280 updated labels in FrameworkVersionErrorDialog
- 12:08 Changeset [11633] by
-
#2282: Set copy local to false for project references of PPP.
- 12:07 Changeset [11632] by
-
#2282: Created branch and empty plugin for PPP.
- 11:45 Ticket #2282 (Implement PPP for HeuristicLab) created by
- The implementation of the parameter-less population pyramid should be …
- 00:14 Blog: HeuristicLab moves to .NET 4.5 created by
12/02/14:
- 23:01 Changeset [11631] by
-
- updated .NET and Mono version check
- updated .NET download link
- 22:07 Changeset [11630] by
-
#1696 added missing app.config file to FLA branch
- 22:04 Changeset [11629] by
-
#2267 switched OSGA experimentation branch to .NET 4.5
- 22:00 Changeset [11628] by
-
#2069 switched robocode trunk integration branch to .NET 4.5
- 21:57 Changeset [11627] by
-
#1853 switch metaopt branch to .NET 4.5
- 21:53 Changeset [11626] by
-
#1696 switched FLA branch to .NET 4.5
- 21:31 Changeset [11625] by
-
#2031 switched statistical testing branch to .NET 4.5
- 21:28 Changeset [11624] by
-
#1734 switched data importer projects to .NET 4.5
- 21:22 Changeset [11623] by
-
#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)
- 17:14 Changeset [11622] by
-
#2278 implemented classification quality measures
-true positive rate
-true negative rate
-positive predictive value
-negative predictive value
-false positive rate
-false discovery rate
- 15:22 Changeset [11621] by
-
#2276: Removed SimpleDataset class in favor of ModifiableDataset. Decided to keep the IDataset interface (even though a cast to Dataset is needed in 2 places).
- 13:20 Changeset [11620] by
-
- Implemented automatic calculation of the age limits based on ALPS' parameter.
- Renamed AgeDiversityAnalyzer to AgeDistributionAnalyzer.
- 11:44 Changeset [11619] by
-
#2174: Refactored individuals.
- 11:42 Ticket #2281 (New parameter type for storing results) created by
- It is quite cumbersome to store results in the result collection from …
- 11:34 Changeset [11618] by
-
#2249: Added fixed value parameter in BestScopeSolutionAnalyzer to enable changing the produced result name.
- 11:06 Changeset [11617] by
-
- Fixed Bug in MatingPoolCreator.
- Added AgeDiversityAnalyzer.
- 10:54 Changeset [11616] by
-
#2249: Removed BestScopeSolutionAnalyzer.BestKnownSolution parameter wiring in ExternalEvaluationProblem.
- 10:50 Changeset [11615] by
-
#2249: Refactored best scope solution analyzer.
- 01:34 Changeset [11614] by
-
#2258: Created branch Async