Timeline
07/03/15:
- 16:59 Changeset [12589] by
-
#2261 adapted interface to use IDataset instead of Dataset and added logistic regression loss function
- 16:57 Changeset [12588] by
-
#2261: merged changes from trunk
- 16:52 Changeset [12587] by
-
#2261: removed everything that is not necessary to review for trunk integration (including experimental views for gradient boosted trees)
- 16:40 Changeset [12586] by
-
#2388: Merged trunk into HiveStatistics branch
- 16:37 Changeset [12585] by
-
#2261 created a branch for GBT trunk integration (for easier reviewing)
- 16:35 Changeset [12584] by
-
#2388: Changed all files to connect to localhost / sqlexpress
HeuristicLab.Services.Hive-3.3:
- Added Converter.cs and NewHiveService.cs, both will be integrated into existing HiveService.cs and Convert.cs when all methods are successfully implemented
HeuristicLab.Services.Hive.Web.Hive-3.3:
- Added publish profiles
HeuristicLab.Services.WebApp.Statistics-3.3:
- Added functionality to download TaskData as .hl file
- 14:59 Changeset [12583] by
-
HeuristicLab.Services.WebApp-3.3:
- Added CryptoJS Library
- Changed about page
- Obfuscated emails
HeuristicLab.Services.WebApp.Status-3.3:
- Added QuickSelection to Status History page
- 14:54 Changeset [12582] by
-
#2306 made comparers and initializers consistent
- 14:53 Ticket #2413 (Add QuickSelection to WebApp Status page and obfuscate email links) created by
- * Add CryptoJS library * Obfuscate E-Mails * Add QuickSelection to …
- 14:34 Changeset [12581] by
-
#2412: Added RMSE and remove mean error from RegressionSolutionBase.
- 12:55 Changeset [12580] by
-
#2411: Improved performance of FastNonDominantSort by using different data structures, avoiding LINQ and caching of dictionary entries.
- 12:40 Ticket #2412 (Include the RMSE for RegressionSolutions) created by
- The root mean squared error (RMSE) is common error measure for …
- 12:30 Ticket #2411 (FastNonDominatedSort performance should be improved) created by
- The performance of the fast nondominated sorting operator degrades …
- 11:31 Ticket #2410 (Create common base class for programmable items) created by
- A common base class should be created for all programmable items that …
- 11:28 Ticket #2409 (Dependent plugins of programmable items cannot be determined through ...) created by
- We have an issue with programmable items that are sent to HIVE. These …
- 11:19 Changeset [12579] by
-
#2408 removed exception handling code from Hive client
- 11:14 Ticket #2408 (Fix exception handling in Hive client) created by
- The Hive client globally catches all unobserved exceptions from tasks …
07/02/15:
- 23:09 Documentation/Reference/ProbabilisticTravelingSalesmanProblem edited by
- (diff)
- 23:09 Documentation/Reference/ProbabilisticTravelingSalesmanProblem edited by
- (diff)
- 23:06 Documentation/Reference/ProbabilisticTravelingSalesmanProblem edited by
- (diff)
- 23:01 Documentation/Reference/ProbabilisticTravelingSalesmanProblem edited by
- (diff)
- 17:02 Changeset [12578] by
-
#2276: Corrected shrink menu item to only consider objects of type Dataset.
- 17:00 Changeset [12577] by
-
#2369: Fixed scaling of error characteristics curve.
- 15:36 Changeset [12576] by
-
#2306 Implement NKq and NKp landscape (and fix Seed parameter clash with Algorithm's seed)
- 15:34 Changeset [12575] by
-
#2306 Add RealVectorDistanceCalculator (for neutral walks on real vector problems)
- 13:52 Changeset [12574] by
-
#2306 improved BoolMatrix View
- 12:50 Changeset [12573] by
-
#2306 hopefully fixed random number generation problem
- 11:53 Changeset [12572] by
-
- Fixed Plugin dependencies.
- Added missing Hook.
- 11:52 Changeset [12571] by
-
- Fixed Plugin dependencies.
- Added missing Hook.
- Sealed some classes and fixed some access modifier.
- 11:50 Changeset [12570] by
-
- Added missing Hook.
- Sealed some classes.
- 11:02 Changeset [12569] by
-
#2306 fixed typos and some cosmetic changes
- 10:41 Ticket #2407 (Analyzers reset when changing the ProblemInstance) created by
- When changing the problem-instance of the same problem (e.g. TSP), the …
07/01/15:
- 21:06 Changeset [12568] by
-
#2288: Fixed bug in SymbolicDataAnalysisVariableImpactsAnalyzer (simplification before optimization) and in VariableInteractionNetworkView for computing the adjacency matrix and sorting the variable impacts matrix
- 15:53 Changeset [12567] by
-
#2027 Added missing clone method.
- 15:32 Changeset [12566] by
-
- removed unused usings
- renamed plugin.cs file
- fixed prebuild event
- fixed plugin dependencies
- added license headers
- updated assemblyinfo
- 15:17 Changeset [12565] by
-
#2306 merged changes from copy of NK landscapes back into original plugin and deleted copy
- 15:05 Ticket #2397 (Move GeoIP project to ExtLibs folder) closed by
- done: r12564 merged r12479 into stable
- 15:05 Changeset [12564] by
- 15:00 Ticket #2394 (Integrate Services Web App and new Hive Status Monitor into trunk) closed by
- done: r12563 merged r12428, r12429, r12430, r12435, r12442, r12443, r12445, …
- 14:59 Changeset [12563] by
-
#2394 merged r12428, r12429, r12430, r12435, r12442, r12443, r12445, r12514, r12517, r12519, r12520, r12521, r12523, r12532, r12542, r12546, r12552, r12553, r12556, r12557, r12559, r12561, r12146, r12457 into stable
- 14:56 Ticket #2353 (Improve performance of Hive status page) closed by
- obsolete: Obsolete because of #2394.
- 13:18 Changeset [12562] by
-
#2388: Fixing spacing and added missing license information
- 13:07 Changeset [12561] by
-
#2394: Changed CPU Utilization Chart
- 12:52 Changeset [12560] by
-
HeuristicLab.Services.WebApp-3.3:
- updated about page
HeuristicLab.Services.WebApp.Statistics-3.3:
- added missing files
- 12:11 Changeset [12559] by
-
#2394: Updated HeuristicLab.Services.WebApp-3.3 project file
- 11:24 Changeset [12558] by
-
#2388: Merged trunk into HiveStatistics branch
- 10:58 Changeset [12557] by
-
HeuristicLab.Services.WebApp-3.3:
- added angular-tablesort library
- added sorting functionality to plugins page
HeuristicLab.Services.WebApp.Status-3.3:
- changed sorting
- 10:17 Documentation/Howto/ImplementAHLWebAppPlugin edited by
- (diff)
- 10:17 Documentation/Howto/ImplementAHLWebAppPlugin edited by
- (diff)
- 10:13 Documentation/Howto/ImplementAHLWebAppPlugin edited by
- (diff)
06/30/15:
- 17:10 Documentation/Howto/ImplementAHLWebAppPlugin edited by
- (diff)
- 17:05 Documentation/Howto/ImplementAHLWebAppPlugin edited by
- (diff)
- 15:45 Changeset [12556] by
-
HeuristicLab.Services.WebApp-3.3:
- changed login error message
- updated about page
- 15:45 Changeset [12555] by
-
#2335: Removed a redundant check and fixed a validation problem in the Datagrid-View (Defect 9). Additionally changed the validation in the Manipulation-View to disallow the thousands separator as input. This prevents the unintended usage of the thousands separator as comma which would result in a wrong result.
- 15:40 Changeset [12554] by
-
- Added prefix based selection of data in the combo box instead of an explicit level control.
- Updated sample.
- 14:02 Changeset [12553] by
-
#2394: Added missing plugin controller.
- 13:53 Changeset [12552] by
-
#2394: Updated project files.
- 13:12 Changeset [12551] by
-
HeuristicLab.Services.Hive.DataAccess-3.3:
- updated database schema
- updated sql scripts
- updated HiveStatisticsGenerator
HeuristicLab.Services.WebApp-3.3:
- merged from trunk
HeuristicLab.Services.WebApp.Status-3.3:
- updated data api controller
HeuristicLab.Services.WebApp.Statistics-3.3:
- added exception page
- improved jobs, clients, users and groups page
- 13:08 Documentation/DevelopmentCenter/ExternalLibraries edited by
- (diff)
- 12:43 Changeset [12550] by
-
- Renamed SelectionPressureAnalyzer for layers.
- Moved updating of terminators to concrete ALPS implementation instead of abstract base class.
- 12:41 Changeset [12549] by
-
#2350 Moved updating of terminators to concrete ALPS implementation instead of abstract base class.
- 12:40 Changeset [12548] by
-
#2269 Moved updating of terminators to concrete ALPS implementation instead of abstract base class.
- 12:32 Changeset [12547] by
-
#2175: Merged trunk changes.
- 12:31 Changeset [12546] by
-
HeuristicLab.Services.WebApp.Status:
- added used / total cores
- moved kb to gb filter to WebApp
HeuristicLab.Services.WebApp:
- added about page
- added filter
- 12:30 Changeset [12545] by
-
#2335: Added the recalculation of the Statistics-View if a Filter gets applied (Defect 8) and minor fixes to the statistic calculations.
- 11:05 Changeset [12544] by
-
#2335: Minor fix that activates the Export Problem Button (Defect 7).
- 11:02 Ticket #2406 (Code name for the HeuristicLab version should be visible in the splash ...) created by
- It would be helpful to show the code name and maybe also the release …
- 10:54 Changeset [12543] by
-
#2335: The correct row will get deleted now if the data is sorted (Defect 8).
- 10:28 Changeset [12542] by
-
#2394 fixed nuget targets file
- 09:23 Ticket #2404 (Hive JobManager displays wrong number of finished jobs) closed by
- done: r12541 merged r12496 into stable
- 09:23 Changeset [12541] by
- 09:22 Ticket #2402 (Don't reschedule failing tasks) closed by
- done: r12540 merged r12491 into stable
- 09:22 Changeset [12540] by
- 09:20 Ticket #2331 (Remove outdated plugins) closed by
- done: r12539 merged r12476 into stable
- 09:20 Changeset [12539] by
- 09:15 Changeset [12538] by
-
#2017 updated hive drain to .NET 4.5
- 06:36 Changeset [12537] by
-
#1265: fixed namespace
- 06:34 Changeset [12536] by
-
#1265: copied tree layout engines and tree primitives from trunk to visualization branch
- 06:22 Changeset [12535] by
-
#1265: updated copyrights
06/29/15:
- 17:44 Ticket #2405 (Views which are not visible should not be updated) created by
- It is well known that algorithms in HeuristicLab run slower when …
- 17:09 Changeset [12534] by
-
#2350 Added Termination Criteria to Steady-State ALPS.
- 17:07 Changeset [12533] by
-
#2269 Re-added MaximumGenerations property based on the generations terminator.
- 16:46 Changeset [12532] by
-
- deleted old Hive status page
- fixed nuget package restoration
- 16:27 Changeset [12531] by
-
#2269 Added Termination Criteria to standard ALPS-GA.
- 11:33 Changeset [12530] by
-
#2027 Removed plugin dependency.
- 10:48 Changeset [12529] by
-
- Moved Termination to HeuristicLab.Optimization-Plugin.
- Moved Termination-Views to HeuristicLab.Optimization.Views-Plugin.
- Removed Termination-Plugin.
- 10:17 Changeset [12528] by
-
#2027 Adapted plugin references.
- 09:56 Changeset [12527] by
-
#2027 Branched Optimization.Views-Plugin.
- 09:56 Changeset [12526] by
-
#2027 Branched Optimization-Plugin.
06/26/15:
- 18:02 Changeset [12525] by
-
HeuristicLab.Services.WebApp.Statistics-3.3:
- added groups page
- improved jobs, clients and users pages
HeuristicLab.Services.WebApp-3.3:
- merged from trunk
- 14:21 Changeset [12524] by
-
#2276: Forgot to commit merge infos for dataset refactoring reintegration.
- 13:58 Changeset [12523] by
-
HeuristicLab.Services.WebApp-3.3:
- added exception property
- added an icon and exception message in the plugin app
- 11:35 Changeset [12522] by
-
#2388: Merged trunk into HiveStatistics branch
- 11:16 Changeset [12521] by
-
HeuristicLab.Services.WebApp.Status-3.3:
- changed the DataController to return memory in kb instead of gb
- fixed the memory rounding error
- 10:30 Changeset [12520] by
-
HeuristicLab.Services.WebApp-3.3:
- changed the menu controller to set all parents of an entry to active
- 09:27 Changeset [12519] by
-
HeuristicLab.Services.WebApp.Status-3.3:
- added apply button to history page
- removed zoom and pan from history charts
06/25/15:
- 18:39 Changeset [12518] by
-
#2401: Adapted plugin dependency unit test to check all plugin files to determine the necessary dependencies. Corrected plugin dependencies for HeuristicLab.AvalonEdit.
- 18:37 Changeset [12517] by
-
#2394: Removed unused code
- 18:34 Changeset [12516] by
-
HeuristicLab.Services.Hive.DataAccess-3.3:
- updated daos
- changed statistics database schema
- updated HiveStatisticsGenerator
HeuristicLab.Services.WebApp.Statistics-3.3:
- added jobs, client and user page
- 18:21 Changeset [12515] by
-
#2388: Merged trunk into HiveStatistics branch
- 18:02 Changeset [12514] by
-
HeuristicLab.Services.WebApp-3.3:
- implemented review comments
- fixed a bug which caused the sidebar menu to collapse on non mobile devices
HeuristicLab.Services.WebApp.Status-3.3:
- fixed calculation of calculating cores
- 15:26 Changeset [12513] by
-
#2366 Merged trunk changes.
- 15:02 Changeset [12512] by
-
- Added some helper for parsing the raw category string.
- Fixed handling of creatable items with old category descriptions (without ordering).
- Unified naming of variables added some comments.
- 14:00 Changeset [12511] by
-
#2276: Sealed ModifiableDataset.
- 13:56 Changeset [12510] by
-
#2276: Removed branch for dataset refactoring.
- 13:46 Changeset [12509] by
-
#2276: Reintegrated branch for dataset refactoring.
- 13:07 Changeset [12508] by
-
#2276: Minor changes in modifiable dataset.
- 12:28 Changeset [12507] by
-
#2401 fixed wrong plugin dependency in nrefractory
- 11:51 Changeset [12506] by
-
#2025 Added ordering for categories.
- 11:26 Changeset [12505] by
-
#2276: Merged trunk changes into dataset refactoring branch.
- 10:30 Changeset [12504] by
-
#2025: Changed categories for all creatables.
06/23/15:
- 20:00 Changeset [12503] by
-
#2283 added GUI and charts; fixed MCTS
- 17:20 Changeset [12502] by
-
#2335: Corrected the preview column count in the Manipulation-View (Defect 5) and added some additional information.
- 17:12 Changeset [12501] by
-
#2335: Adjusted the code of the Histogram-View to prevent an outdated CheckedItemList after the deletion of a column (Defect 4).
- 17:00 Changeset [12500] by
-
#2335: Added code that fixes Defect 3 and prevents a endless loop.
- 16:25 Documentation/Outdated edited by
- (diff)
- 16:18 Documentation/DevelopmentCenter/ExternalLibraries edited by
- removed version information (diff)
- 16:15 Documentation/Outdated edited by
- (diff)
- 16:14 Documentation/Outdated edited by
- (diff)
- 16:10 Documentation/Outdated edited by
- (diff)
- 16:07 Documentation/Outdated edited by
- (diff)
- 16:02 Changeset [12499] by
-
- Quick-fixed a critical performance bug when changing the checked status of many items in the tree (e.g. via level change)
- Added a new sample with alps runs.
- 16:01 Documentation edited by
- (diff)
- 15:57 Documentation edited by
- (diff)
- 15:46 Documentation/Reference edited by
- (diff)
- 13:31 Changeset [12498] by
-
- Adapted parts of categorical mapping from RunCollectionBubbleChart.
- Small changes and optimizations.
- Updated ALPS sample.
- 12:52 Changeset [12497] by
-
#2317 updated license header in installer files
- 12:51 Changeset [12496] by
-
#2404 fixed display of wrong number of jobs in HiveJobManager
- 12:50 Changeset [12495] by
-
#2261: merged trunk changes to branch
r12494
#2403: added a null check in the MatlabParameterVectorEvaluator to prevent exceptions when clearstate is called
r12493
#2369: added support for squared errors and relative errors to error-characteristic-curve view
r12492
#2392: implemented PearsonsRCalculator to fix incorrect correlation values in the correlation matrix.
r12491
#2402 don't set task state to waiting when it fails
r12490
#2401 added missing Mono.Cecil plugin dependency
r12488
#2400 - Interfaces for Capaciated-, PickupAndDelivery- and TimeWindowed-ProblemInstances now specify an additional penalty parameter to set the current penalty factor for the constraint relaxation. - The setter of the penalty-property in ...
r12485
#2374 made RegressionSolution and ClassificationSolution non-abstract
r12482
#2320: Fixed warnings in unit test solutions introduced in r12420 by marking methods as obsolete.
r12481
#2320: Fixed AfterDeserialization of GEArtifialAntEvaluator.
r12480
#2320: Fixed error in symbolicexpressiontree crossover regarding the wiring of lookup parameters if persisted file is loaded.
r12479
#2397 moved GeoIP project into ExtLibs
r12478
#2329 fixed bug in simple code editor
r12476
#2331 removed outdated plugins
r12475
#2368 fixed compile warnings
r12474
#2399 worked on Mono project prepare script
r12473
#2329 added a simple code editor for Linux
r12472
#2399 - fixed MathJax.js file name - worked on Mono project prepare script
r12471
#2399 worked on Mono project prepare script
r12470
#2399 fixed pre-build events in project files
r12465
#2399 worked on mono project prepare script
r12464
#2399 added patch to project
r12463
#2399 fixed EPPlus so that it compiles on Linux
r12461
#2398: Skip root and start symbols when calculating impacts and replacement values in the pruning operators.
r12458
#2354 show label when no data is displayed and don't show the legend
r12457
#2353 removed duplicated call to Any() in Hive Status page
r12455
#2368 added support in persistence for typecaches in streams
r12445
#2394: Changed Web.config compilation from debug to release to force script bundling. Changed history loading type from lazy to eager loading to increase performance. Fixed "getCoreStatus" typo in statusCtrl.js
r12443
#2394: Fixed UserTaskQuery and GetStatusHistory in the WebApp.Status plugin
r12442
#2394 added nuget folders to svn ignore list
r12435
#2394: Improved PluginManager and updated hive status monitor.
r12434
#2396 added symbolic expression tree formatter for C#
r12433
#2395: Minor change in DoubleValue.GetValue.
r12432
#2395 Use simple round-trip format for doubles because G17 prints some strange numbers (20.22 to 20.219999999999999999). Some accuracy can still be lost on 64bit machines, but should be very rare and minimal. double.MaxValue can still be pa...
r12431
#2395 Fixed parsing issues by using the G17 format.
r12430
#2394 added missing package config
r12429
#2394 added missing package config
r12428
#2394 added web app and status page to trunk
r12424
#2320: Adapted plugin file and updated project file of SymbolicExpressionTreeEncoding.
r12422
#2320: Merged the encoding class and all accompanying changes in the trunk.
r12401
#2387 Fixed a bug where the automatic selection of the first element behaved differently for the NewItemDialog.
r12400
#2387 Forgot to commit a file.
r12399
#2387 - Added context-menu for expanding and collapsing tree-nodes. - Improve response time when expanding/collapsing all nodes for TypeSelector and NewItemDialog.
r12398
#2387 - Added clearSearch-button in TypeSelector. - Adapted behavior of TypeSelector and NewItemDialog that a selected node stays selected as long as it matches the search criteria.
r12397
#2387 - Adapted behavior of the matching in the TypeSelector that it behave the same as the NewItemDialog. The search string is tokenized by space and matches if all tokens are contained, (eg. "Sym Reg" matches "SymbolicRegression...")...
r12393
#2025 - Removed Expand/CollapseAll buttons. - Removed cycling of items.
r12392
#2386: Updated GetHashCode method in the EnumerableBoolEqualityComparer.
- 12:49 Ticket #2404 (Hive JobManager displays wrong number of finished jobs) created by
- 12:30 Changeset [12494] by
-
#2403: added a null check in the MatlabParameterVectorEvaluator to prevent exceptions when clearstate is called
- 12:28 Ticket #2403 (ClearState might throw NullReferenceException in MATLAB evaluator) created by
- 12:24 Documentation/Reference/ProbabilisticTravelingSalesmanProblem edited by
- (diff)
- 12:23 Documentation/Reference/ProbabilisticTravelingSalesmanProblem created by
- 12:22 Documentation/Reference edited by
- (diff)
06/22/15:
- 20:47 Changeset [12493] by
-
#2369: added support for squared errors and relative errors to error-characteristic-curve view
- 20:04 Changeset [12492] by
-
#2392: implemented PearsonsRCalculator to fix incorrect correlation values in the correlation matrix.
- 18:07 Changeset [12491] by
-
#2402 don't set task state to waiting when it fails
- 18:02 Ticket #2402 (Don't reschedule failing tasks) created by
- When a task fails on the slave it should not be rescheduled again …
- 17:46 Changeset [12490] by
-
#2401 added missing Mono.Cecil plugin dependency
- 17:44 Ticket #2401 (Add missing plugin dependency to HeuristicLab.NRefactory) created by
- 17:08 Changeset [12489] by
-
#2276: Made events in Dataset.cs virtual and overrode them in the ModifiableDataset class. Added event handlers for dataset changes.
- 16:56 Changeset [12488] by
-
- Interfaces for Capaciated-, PickupAndDelivery- and TimeWindowed-ProblemInstances now specify an additional penalty parameter to set the current penalty factor for the constraint relaxation.
- The setter of the penalty-property in the ProblemInstances is removed.
- A CurrentPenalty property is added for setting the adapted penalty value from the relaxation analyzers. These properties are explicitly implemented to "hide" the setter from the API, so that it wont be used unaware of the relaxation mechanics.
- Hide the CurrentPenaltyParameters for same reasons to avoid setting it unwarily.
- Added additional infos in the error message off the VRPInstances unit-test.
- 16:55 Changeset [12487] by
-
#2361: Fixed a bug that causes an exception when a ModelCreator is used that doesn´t implement the ISymbolicDiscriminantFunctionClassificationModelCreator interface. Note that the runtime can be further improved for those ModelCreators because of redundant calculations.
- 16:52 Changeset [12486] by
-
#2361: Removed a redundant check.
- 11:33 Ticket #2400 (Setting new penalty values in VRP instances are not respected) created by
- When setting a parameter, which is subject to constraint relaxation …
06/20/15:
- 08:14 Changeset [12485] by
-
#2374 made RegressionSolution and ClassificationSolution non-abstract
06/19/15:
- 18:06 Changeset [12484] by
-
#2388: Updated Hive, DataAccess and WebApp
HeuristicLab.Services.Hive.DataAccess:
- Updated database statistics schema
HeuristicLab.Services.Hive:
- Fixed event flag in HiveJanitor Service
- Improved UpdateTaskFactsTable in the HiveStatisticsGenerator
HeuristicLab.Services.WebApp:
- Updated Statistics DataController to match the new statistics schema
- 17:03 Changeset [12483] by
-
#2306 added a new project for NK landscapes and ported it to BasicProblem
- 15:10 Changeset [12482] by
-
#2320: Fixed warnings in unit test solutions introduced in r12420 by marking methods as obsolete.
- 15:06 Changeset [12481] by
-
#2320: Fixed AfterDeserialization of GEArtifialAntEvaluator.
- 14:50 Changeset [12480] by
-
#2320: Fixed error in symbolicexpressiontree crossover regarding the wiring of lookup parameters if persisted file is loaded.
- 10:42 Changeset [12479] by
-
#2397 moved GeoIP project into ExtLibs
- 10:02 Changeset [12478] by
-
#2329 fixed bug in simple code editor