Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

07/30/15:

19:40 Changeset [12821] by gkronber

#2434 fixed problems in persistence and cloning and 'data binding' between content and view

18:42 Changeset [12820] by gkronber

#2434: merged r12787:12819 from trunk to branch

18:26 Ticket #2450 (Persistence of gradient boosted trees solutions takes a long time and ...) created by gkronber
The reasons are the same as for random forests (see #1721)
18:09 Changeset [12819] by gkronber

#2449: improved persistence of GaussianProcessModel (Cholesky decomposed covariance matrix is not stored and recalculated lazily)

16:58 Changeset [12818] by gkronber

#2435: reverse merge of r12796

16:55 Changeset [12817] by gkronber

#2435 reverse merge of all trunk changes for updating to alglib version 3.9.0 (r12790:12792, r12798, r12801)

16:49 Ticket #2449 (Persistence of Gaussian process models is inefficient) created by gkronber
It is not necessary to persist the full covariance matrix for the …
16:46 Changeset [12816] by gkronber

#2448: added storable attribute to collection of individual solutions and recreate solutions in after-deserialization hook only when the collection is empty.

16:37 Changeset [12815] by aballeit

#2283 added SelectionIndicator for MCTS and problems SantaFeAnt, SymbolicRegression10, RoyalSymbol; updated SantaFeAnt grammar

16:25 Changeset [12814] by gkronber

#2434 fixed typo

16:23 Ticket #2448 (Ensemble solutions do not store individual solutions) created by gkronber
The ensemble solution is a combination of an ensemble model, an …
15:51 Ticket #2447 (Improve Hive scheduler) created by ascheibe
abeham suggested that we should also consider the resources that a …
15:27 Changeset [12813] by abeham

#2431:

  • Added calculation of RTs, RTus, FEs, FEus and prune runs in alg before every restart
  • merged changes from trunk
15:09 Changeset [12812] by abeham

#2446: bad instance of a copy&paste error

15:05 Ticket #2446 (Name and description of VNS OP sample is wrong) created by abeham
14:58 Changeset [12811] by abeham

#2445: fixed behavior of counting evaluated solutions

14:56 Changeset [12810] by abeham

#2444: Added evaluation output to RTS

14:25 Ticket #2445 (QAP LocalImprovers replace evaluated solutions instead of incrementing) created by abeham
12:15 Ticket #2444 (Robust Taboo Search doesn't output evaluated moves) created by abeham

07/29/15:

13:42 Ticket #2443 (StackOverflowException when using "large" MaximumTreeDepth) created by pfleck
When creating a new SymbolicRegression/Classification/...Problem and …
13:07 Changeset [12809] by pfleck

#2027 Merged trunk changes.

07/28/15:

16:44 Documentation/DevelopmentCenter/DeveloperGuidelines edited by swagner
(diff)
16:38 Documentation/DevelopmentCenter/DeveloperGuidelines edited by swagner
(diff)
14:41 Changeset [12808] by abeham

#2431:

  • added ability to plot curves for multiple targets at once
  • fixed bug in IndexedDataTableView regarding log-scaling
  • added result that counts restarts
  • fixed bugs in IRRestarter
  • Set LineWidth = 2 in analyzers for chart
  • fixed bugs in RLD view

07/27/15:

21:39 Changeset [12807] by bburlacu

#2442: Added new interpreter as described above. The new function symbol accepts lambdas in the constructor and gets intitialized with a fixed arity. The MethodInfo of the provided lambda is stored internally and used by the interpreter. The MethodInfo field should be [Storable] but this would require a small change to the serializer (relatively trivial I think). Currently it works with the programmable problem and the SymbolicExpressionTreeEncoding (see attached example).

21:35 Ticket #2442 (Linq Expression Trees Interpreter for HeuristicLab) created by bburlacu
The same functionality provided by the IL-emitting tree interpreter …
16:10 Changeset [12806] by abeham

#2431: added options to add results based on targets or budgets

12:49 Changeset [12805] by abeham

#2431: fixed error due to removed resx file

07/26/15:

21:32 Changeset [12804] by abeham

#2431:

  • worked on IRRRun (early abort still troublesome)
  • Updated RLD view to allow defining targets
  • Attempting to handle maximization/minimization

07/24/15:

23:22 EvoSoft/2015 created by swagner
15:31 Changeset [12803] by abeham

#2431: worked on RLD analysis

  • started implementation of IRRRun
  • renamed view from ECDF to RLD
  • reverted algorithms (execution time)
  • changed per clock analyzer
09:49 Changeset [12802] by gkronber

#2434: restored usage of icon resources in CrossValidationView which as destroyed by designer

07:37 Changeset [12801] by gkronber

#2435: changed result value for gaussian process regression unit test because of changes of alglib version

07/23/15:

20:29 Ticket #2441 (RunCollection Chart Aggregation View throws Exception) created by abeham
Probably opened in the last changes for the release. When the chart …
12:46 Research edited by ascheibe
(diff)
12:43 Research edited by ascheibe
(diff)
10:11 DevelopersTeam edited by ascheibe
(diff)

07/22/15:

16:20 Changeset [12800] by gkronber

#2434 added support for a partition variable to CrossValidation

13:50 Changeset [12799] by apolidur

#2221: Adding path Analyzers and some other fixes

10:44 Changeset [12798] by gkronber

#2435: quick fix for new result values in unit tests because of update to alglib 3.9 (version increment of HeuristicLab.Algorithms.DataAnalysis?)

10:25 Changeset [12797] by gkronber

#2439: fixed problem in GaussianProcess algorithm after changes in BFGS

09:41 Changeset [12796] by gkronber

#2435: updated alglib references to version 3.9.0 in FLA branch

07/21/15:

19:36 Changeset [12795] by gkronber

#2439: added wiring code to make BFGS work with programmable problem

16:46 Changeset [12794] by gkronber

#2439: handle maximization problems correctly in BFGS

16:03 Changeset [12793] by gkronber

#2428: set svn:ignore

16:00 Changeset [12792] by gkronber

#2435: updated some of the alglib calls (we should only use the external API whenever possible)

14:50 Ticket #2440 (KeyNotFoundException when opening StatisticalTestsView) created by pfleck
When opening the StatisticalTestsView, a KeyNotFoundException
13:34 Ticket #2439 (Remove bugs in LM-BFGS) created by mkommend
The following bugs were encountered in the LM-BFGS algorithm: * …
13:12 Changeset [12791] by gkronber

#2435: updated alglib reference in test project

12:52 Changeset [12790] by gkronber

#2435: updated alglib to version 3.9.0

11:48 Changeset [12789] by dglaser

#2388:

HeuristicLab.Services.Access.DataAccess-3.3:

  • Added a new method to the TaskDao

HeuristicLab.Services.Hive-3.3:

  • Added NewEventManager.cs
  • Updated HiveJanitor.cs
  • Updated ServiceLocator.cs
11:23 Changeset [12788] by mkommend

#2438: Deleted branch for changing of the dataset of regression models that was already integrated into stable.

11:22 Ticket #2438 (Remove outdated branches) created by mkommend
This ticket could be used to delete outdated branches.
11:00 Ticket #2437 (Possibility to extend the SymbolicDataAnalysisInterpreters) created by mkommend
Currently there is no possibility to define a new symbol for symbolic …
10:49 Changeset [12787] by mkommend

#2436: Fixed exception in BoxplotView when color is selected as category.

10:49 Ticket #2436 (BoxplotView throws an exception when color is selected) created by mkommend
During testing for the HL tutorial, I encountered the described bug. I …

07/20/15:

21:10 Ticket #2435 (Update AlgLib to most recent version) created by gkronber
21:06 Changeset [12786] by gkronber

General: updated property for track ticket URL

21:01 Changeset [12785] by gkronber

General: updated property for track ticket URL

20:59 Changeset [12784] by gkronber

#2109 deleted obsolete branch (GE has been integrated into the trunk)

20:58 Changeset [12783] by gkronber

#1142 deleted branch from obsolete ticket

20:53 Changeset [12782] by gkronber

#1847 closed as obsolete -> deleted branch

20:53 Ticket #1847 (Operators for tabu search for symbolic expression tree encoding) closed by gkronber
obsolete: This line of research won't be followed up
16:45 Changeset [12781] by aballeit

#2283 stable GUI; ThreadPool for runs; improved TreeAnalysis

16:29 Changeset [12780] by dglaser

#2388:

HeuristicLab.Services.WebApp.Status-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added 'Last 6 Months' and 'Last Year' to the QuickSelection

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added Group Name to expired clients
14:39 Changeset [12779] by gkronber

#2434 created branch for cross-validation improvement

14:37 Ticket #2434 (Cross-validation should allow specification of folds using a variable ...) created by gkronber
13:49 Changeset [12778] by dglaser

#2388:

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added QuickSelection button to the client and group pag

HeuristicLab.Services.WebApp-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:

  • Changed 'User Name' to 'Username' to be consistent throughout the whole WebApp
13:47 Changeset [12777] by dglaser

#2429: Start and end dates are now considered when aggregating FactClientInfo

07/17/15:

16:57 Changeset [12776] by dglaser

#2388:

HeuristicLab.Services.Hive-3.3:

  • HiveStatisticsGenerator.cs: Jobs that are deleted are now automatically marked as completed in the hive statistics tables. This was added because when a job got paused and deleted afterwards, it would still show up as ongoing job in the hive statistics.
  • Minor changes in NewHiveService.cs

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Expired slaves are now shown as offline (previously the last known state was shown)
  • Adjusted dialog height

HeuristicLab.Services.WebApp-3.3:

  • Changed string.Format to Path.Combine to concate directory paths
16:41 Changeset [12775] by dglaser

#2429:

  • Removed auto refresh on FactTask and FactClientInfo page
  • Added AssemblyInfo.cs.frame
  • Added x64 and x86 project configuration settings
12:34 Changeset [12774] by abeham

#2431: minor improvements

10:11 Changeset [12773] by dglaser

#2388:

HeuristicLab.Services.WebApp-3.3:

  • The font is now loaded properly even when accessing the page over https
  • Added no-cache to the index page
  • Added no-cache to the views in addition to the existing (datetime) cache buster
    • Caching can be enabled when required

HeuristicLab.Services.Hive-3.3:

  • Improved performance of NewHeartbeatManager by adding an additional check if the collection is empty

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Removed invalid link from the exception page

Projects:

  • Added the '-3.3' affix to the assembly names
09:44 Changeset [12772] by jkarder

#2433: fixed AfterDeserialization hook

09:42 Ticket #2433 (ScatterSearch cannot be restored from file) created by jkarder
09:25 Changeset [12771] by abeham

#2431:

  • Added run collection view
  • Changed name of analyzers
  • Modified algorithms to include Execution Time as a result
09:08 Changeset [12770] by abeham

#2432: Fixed AfterDeserialization hook

09:08 Ticket #2432 (RAPGA cannot be restored from file) created by abeham

07/16/15:

16:55 Changeset [12769] by dglaser

#2429:

  • Unused plugins are now sorted by date and name
  • Fixed a small bug in the FactClientInfo aggregation
15:09 Changeset [12768] by dglaser

#2388:

HeuristicLab.Services.Hive.DataAccess-3.3:

  • Removed old statistics tables
  • Updated SQL Scripts

HeuristicLab.Services.WebApp-3.3:
HeuristicLab.Services.WebApp.Status-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:

  • Minor changes
12:31 Changeset [12767] by dglaser

#2429:

  • Improved FactClientInfo aggregation
  • Added input field to specify how many entries should be aggregated
11:50 Changeset [12766] by abeham

#2431: forgot to commit

11:50 Changeset [12765] by dglaser

#2388:

HeuristicLab.Services.WebApp-3.3:

  • Fixed a bug which caused the PluginManager to not reload an existing plugin
  • Changed Path.PathSeparator to Path.DirectorySeparatorChar

HeuristicLab.Services.Hive-3.3:

  • HiveStatisticsGenerator.cs: When moving a client to another group is now recognized properly
  • Fixed the 'unknown user' problem

Installers/HiveJanitorServiceInstaller.nsi:

  • Added HeuristicLab.Services.Access.DataAccess.dll
11:48 Changeset [12764] by abeham

#2431:

  • branched relevant plugins
  • added analyzer to calculate quality vs evaluation first-hit graph
  • (also added results parameter)
11:47 Ticket #2431 (Create algorithm iterator optimizer) created by abeham
The algorithm iterator should execute an algorithm instance over and …
Note: See TracTimeline for information about the timeline view.