Timeline
11/09/15:
- 14:45 Changeset [13130] by
-
updated document
- 14:44 Ticket #2506 (Possibility to abort a running algorithm/engine) created by
- Currently there is no way to stop a long running operator in HL except …
- 14:12 Ticket #2505 (Variable frequencies calculator should be extended to allow filtering ...) created by
- Additional parameters should be added to allow analysis only of: - …
- 10:03 AddonsDailyBuilds edited by
- (diff)
- 09:52 AddonsDailyBuilds edited by
- added bioboost package (diff)
11/07/15:
- 14:03 Ticket #2504 (Transport plugin for SharpDX external library) created by
- - SharpDX is available also via nuget - Nuget tools have problems with …
- 11:50 Ticket #2503 (Resource Locator Dialog in the Hive Job Manager does not work) created by
- The error is: Method bool VerifyUser (Guid, Collection<Guid>) has no …
11/06/15:
- 14:04 Changeset [13129] by
-
#2269 Removed unnecessary assembly reference.
- 14:02 Changeset [13128] by
-
#2269 Fixed wrong parameter descriptions.
- 11:47 Changeset [13127] by
-
- Added some missing wiring.
- Unified some parameter properties.
- Removed some operators.
- 11:01 Changeset [13126] by
-
#2499 added external assemblies downloaded through nuget as plugin files (svn:ignore)
- 10:09 Changeset [13125] by
-
#2269 Fixed wrong EvaluatedSolutions count when reevaluating elites.
11/05/15:
- 16:20 Changeset [13124] by
-
- Implemented full wiring of ALPS.
- Created new AlpsGeneticAlgorithmMainOperator instead of using a modified GeneticAlgorithmMainLoop because of wiring issues.
- Separated LayerCreator into generic LastScopeCloner and ResultsHistoryWiper.
- 14:49 Changeset [13123] by
-
Documentation: Added notes on plugin merge for ArchitectsMeeting.
- 13:07 Changeset [13122] by
-
#1265: worked on visualization
- added default chart mode
- updated SelectChartMode
- 10:28 Changeset [13121] by
-
#2502: calculate the variance for the noisy test data instead V(y*) instead of the variance for the posterior GP function V(f*)
- 08:28 Ticket #2502 (Calculation of confidence bounds for Gaussian process models seems ...) created by
- The confidence bounds shown in the line chart do not correspond with …
- 08:21 Changeset [13120] by
-
#2501: added an adaptor to use any regression solution as a mean function in a Gaussian process
- 07:49 Changeset [13119] by
-
#2497: added input scaling also to Gaussian process classification models
- 07:46 Changeset [13118] by
-
#2497: added hidden parameter to turn on/off scaling of input variables in Gaussian process models
11/04/15:
- 20:33 Ticket #2501 (It should be possible to use any IRegressionModel as mean function in ...) created by
- 17:28 Changeset [13117] by
-
#2269 Added ReduceToPopulationSize parameter to control if the population is reduced to the PopulationSize after elder migration (default) or the layer can have more than PopulationSize individuals until the next generation.
- 16:20 Changeset [13116] by
-
#2485: Corrected C# formatter for SymbolicExpressionTrees to handle subtractions correctly.
- 15:56 Changeset [13115] by
-
#1265: worked on visualization
- added context menu item for chart modes
- added ShowToolBar to ChartControl
- updated chart modes
- 13:50 Changeset [13114] by
-
#1265: worked on visualization
- removed BackgroundColor and PictureBox from ChartControl
- updated chart modes
11/03/15:
- 17:48 Changeset [13113] by
-
#2269 Some small changes.
- 17:12 Changeset [13112] by
-
#1265: implemented new render stage concept
- 17:09 Changeset [13111] by
-
- Instead of hidden execution scope change logic in LayerReseeder, the new ReseedingController makes the scope change more obvious by using an OperatorParameter.
- Instead of the classes for EldersEmigrator, LayerOpener and LayerReseeder the operator graph is created in the AlpsGeneticAlgorithmMainLoop using CombinedOperator.
- 15:34 Changeset [13110] by
-
- Removed ContinuousReseeding because it does not bring any improvements and makes reseeding more complicated.
- Adapted changes from UnidirectionalRingMigrator.
- 15:17 Changeset [13109] by
-
- Renamed ClockwiseMigrationDirection ClockwiseMigration.
- Removed access property.
- Updated documentation comments.
- 15:10 Changeset [13108] by
-
#1265: moved previousLocation assignment to ChartMode class
- 13:12 Changeset [13107] by
-
#1265: fixed ZoomOutChartMode
- 11:37 Changeset [13106] by
-
#1265: fixed bug in ChartControl
- 11:29 Changeset [13105] by
-
#1265: worked on visualization
- added BackgroundColor to IChart
- added RulerChartMode
- renamed MoveChartMode to PanChartMode
- 10:22 Documentation/Howto/OptimizeAnyLogicModels edited by
- (diff)
- 08:19 Changeset [13104] by
-
#1998: fixed a problem in Classification/ClassificationSolutionComparisonView
- 07:12 Changeset [13103] by
-
#1998: code simplification of ConfusionMatrixCalculator
- 06:51 Changeset [13102] by
-
- changed namespace and name of view
- calculate f1 score only for solutions for binary classification problems
11/02/15:
- 22:38 Changeset [13101] by
-
#1998: bug fixes (typo, duplicate result item)
- 22:32 Changeset [13100] by
-
#1998: merged changes from the branch to trunk (btw. this branch was difficult to merge back to trunk because of it's specific structure)
- 22:00 Changeset [13099] by
-
#1998: fixed strings (the person is called Matthews)
- 21:54 Changeset [13098] by
-
- introduced new class ConstantModel (to merge ConstantRegressionModel, ConstantClassificationModel and ConstantTimeSeriesModel)
- fixed copyright statements
- tried to unify naming
- added F1 score and Matthew's correlation to classification results collection
- 21:39 Changeset [13097] by
-
#1998: reverse merge of r13089 (reused the ConstantRegressionModel as ConstantClassificationModel (OK?))
- 15:59 Changeset [13096] by
-
- Simplified operator graph in MainOperator.
- Added item descriptions.
- Removed unnecessary code.
- 09:36 Documentation/Howto/UseHiveForOptimization edited by
- (diff)
10/30/15:
- 17:10 Changeset [13095] by
-
- Added the possibility of continuous reseeding (percentage based reseeding of layer 0).
- Restructured operator graph.
- Deleted LayerUpdator (replaced by LayerOpener`)
- Deleted LayerSorter.
- Moved preparing of GeneticAlgorithmMainLoop to AlpsGeneticAlgorithmMainOperator.
- 16:26 Changeset [13094] by
-
#2495
Added backwards compatibility for IslandGeneticAlgorithm and IslandOffspringSelectionGeneticAlgorithm to still use counterclockwise migration.
The UnidirectionalRingMigrator uses clockwise per default.
- 14:16 Documentation/Howto/SetupHiveServer edited by
- (diff)
10/29/15:
- 21:46 Changeset [13093] by
-
#2428 made access service configuration file public
- 20:41 Changeset [13092] by
-
#1998 removed creatable attribute from OneR and ZeroR
- 20:39 Changeset [13091] by
-
#1998: minor changes
- 20:26 Changeset [13090] by
-
#1998: moved OneR and ZeroR out of the folder for linear models, renamed OneRTest -> OneR
- 19:48 Changeset [13089] by
-
- deleted obsolete version of OneR algorithm (also does perform worse than mkommend's implementation in my tests)
- reused the ConstantRegressionModel as ConstantClassificationModel (OK?)
- fixed a few strings here and there
- 19:13 Changeset [13088] by
- 19:11 Changeset [13087] by
-
#2500: deleted 3 .cs files that were not referenced in the project
- 19:10 Ticket #2500 (Delete unused .cs files in the solution) created by
- Probably we should have a unit test for this.
- 18:45 Changeset [13086] by
-
#1998: made compatibility changes necessary because of trunk developments (compile fail)
- 18:39 Changeset [13085] by
-
#1998: merged changesets r10551:13084 (only on HeuristicLab.Algorithms.DataAnalysis) from trunk to branch
- 18:35 Changeset [13084] by
-
#1998: merged changesets r10551:13081 (only on HeuristicLab.Algorithms.DataAnalysis.Views) from trunk to branch
- 18:33 Changeset [13083] by
-
#1998: merged changesets r10551:13081 (only on HeuristicLab.Problems.DataAnalysis) from trunk to branch
- 18:29 Changeset [13082] by
-
#1998: merged changesets r10553:13081 (only on HeuristicLab.Problems.DataAnalysis.Views) from trunk to branch
- 18:23 Changeset [13081] by
-
#1998 changed framework version to v4.5
- 12:50 Changeset [13080] by
-
#2298: added ExecutableScript and ExecutableScriptView
- 12:41 Changeset [13079] by
-
#2269 Removed ShiftToRightMigrator and used UnidirectionalRingMigrator instead
- 11:09 Changeset [13078] by
-
- Added ClockwiseMigrationDirection Parameter.
- Added backwards compatability hook that use the old counterclockwise migration.
- 10:18 Ticket #2461 (Enable paging for downloading Hive Jobs) closed by
- obsolete
- 10:08 Changeset [13077] by
-
#2205: worked on optimization networks
- added first version of network visualization
- updated frame files
- 09:27 Changeset [13076] by
-
#1265: implemented new chart mode concept
10/28/15:
- 08:01 Changeset [13075] by
-
#2499: added missing file DictionaryExtensions.cs
10/27/15:
- 21:01 Changeset [13074] by
-
#2499: added license header and removed unused usings
- 20:57 Changeset [13073] by
-
#2499: svn:ignore
- 20:56 Changeset [13072] by
-
#2499: added code from HeuristicLab.BioBoost.Views (from private repository) nothing much has been changed
- 20:43 Changeset [13071] by
-
#2499: added license headers and removed unused usings
- 20:27 Changeset [13070] by
-
#2499: svn:ignore
- 20:26 Changeset [13069] by
-
#2499: imported source code for HeuristicLab.BioBoost from private repository with some changes
- 19:41 Changeset [13068] by
-
#2499 empty folder structure
- 19:35 Changeset [13067] by
- 19:33 Ticket #2499 (BioBoost (logistic network planning) trunk integration) created by
- Relevant code developed by HEAL members within the BioBoost project …
- 08:49 Changeset [13066] by
-
#2450: adapted unit test
10/26/15:
- 20:44 Changeset [13065] by
-
#2450: marked constructor of GBTModel obsolete and wrapped GBTModels in GBTModelSurrogates where necessary in the API. Removed an internal unused method from the API.
- 19:09 Ticket #2498 (Improve Gaussian process training and inference to support larger datasets) created by
- The most recent and most relevant seems to be KISS-GP which promises …
- 18:49 Changeset [13064] by
-
#2488: in r13025 I seemed to erroneously remove some files from the test project
- 18:31 Ticket #2473 (Automatically hide all columns containing only a single value in the ...) closed by
- done: r13063: merged r13036 and r13054 from trunk to stable.
- 18:31 Changeset [13063] by
- 18:27 Ticket #2452 (Support drag&drop of new solutions in the ...) closed by
- done
- 18:26 Changeset [13062] by
-
#2452: merged r13002:13004 from trunk to stable