Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

02/28/13:

23:50 Changeset [9263] by sluengo
23:48 Changeset [9262] by sluengo
20:34 Changeset [9261] by ascheibe

#2019 because GetUser sometimes fails try to repeat it

16:05 Changeset [9260] by mkommend

#1961: Adapted CMA-ES solution to contain only the algorithm projects as all the other changes have already been integrated in the trunk in r9258.

15:57 Changeset [9259] by ascheibe

#2019 improved resource assigning method

15:38 Changeset [9258] by mkommend

#2020: Integrated changes developed in the CMA-ES branch by abeham in the trunk.

15:35 Ticket #2020 (Integrate new features from the CMA-ES branch into the trunk) created by mkommend
In addition to the new CMA-ES algorithm some other features were …
13:57 Changeset [9257] by ascheibe

#2019

  • added missing transactions in the Hive service
  • split scheduling transaction into smaller transactions
  • improved speed of job uploading (AddTask)
  • changed highest isolation level from Serializable to RepeatableRead as phantom reads shouldn't be a problem
13:50 Ticket #2019 (Improve the use of db transactions in the Hive server) created by ascheibe
There are still some webservice methods that don't use transactions …
09:29 Changeset [9256] by fschoepp

#1888:

  • Added missing nuget references (Json).
09:26 Changeset [9255] by fschoepp

#1888:

  • Added missing nuget reference (Json).
09:23 Changeset [9254] by fschoepp

#1888:

  • Added missing respositories.config for nuget (Heuristiclab/branches/OaaS/packages).
09:09 Changeset [9253] by fschoepp

#1888:

  • Fixed build of OaaS-HL (removed an unnecessary reference to a .resx file).
  • Build order is as follows: HeuristicLab.ExtLibs, HeuristicLab 3.3, HeuristicLab 3.3 Services (Administrator)

02/27/13:

21:55 Changeset [9252] by ascheibe

#1886 automatically calculate statistical values for each run

16:03 Ticket #2018 (Pasting values in a StringConvertibleMatrix is rather slow) created by mkommend
This is especially an issue if more than 10,000 values are updated. My …
14:13 Changeset [9251] by ascheibe

#1890 increased receive timeout on hive server and improved disposing of HiveTasks

13:31 Changeset [9250] by bburlacu

#1772: Updated LineageExplorerView and added functionality for highlighting common fragments in a given tree. Fixed view layout and element anchoring.

13:24 Changeset [9249] by bburlacu

#1772: Updated matching criteria to BoolValues in SymbolicDataAnalysisExpressionTreeMatching.cs.

13:23 Changeset [9248] by bburlacu

#1772: Added Analyzers/SymbolicExpressionTreeEvolvabilityAnalyzer.cs.

13:21 Changeset [9247] by bburlacu

#1772: Fixed serialization bug of DirectedGraph/Vertex.cs. Modifier behavior of the SymbolicExpressionTreeGenealogyGraphBuilder so that now instances of an elite individual are connected in the graph, which makes it easier to deal with lineages.

13:16 Changeset [9246] by bburlacu

#1772: Removed commented code from TracingSymbolicExpressionTreeManipulator.cs. Updated project file.

02/26/13:

15:49 Changeset [9245] by mkommend

#1961: Corrected another bug regarding the bounds check in the CMAMutator.

14:20 Changeset [9244] by mkommend

#1961: Corrected bounds update in CMAMutator.

11:24 Changeset [9243] by ascheibe

#1961 removed readonly properties from cmaes as this lead to an exception in Hive

02/25/13:

12:37 Changeset [9242] by sforsten

#1980:

  • fixed several bugs (crossover, subsumption, serialization etc.)
  • added ModuloOperator
  • CombinedIntegerVectorClassificationProblem\Data and VariableVectorClassificationProblem\Data inherit from ConditionActionClassificationProblem\Data
  • it can now be set how often the analyzers have to be executed
  • VariableVectorAction, VariableVectorCondition and VariableVectorInput now inherit from Item

02/21/13:

16:55 Changeset [9241] by bburlacu

#1772: Merged trunk changes for HeuristicLab.Problems.DataAnalysis.Symbolic. Added SymbolicDataAnalysisSolutionTextRenderer, a class for displaying symbolic expression trees in the console.

16:20 Changeset [9240] by bburlacu

#1772: Merged trunk changes for HeuristicLab.Optimization.Views. Modified RunCollectionDataTableView to calculate rows mean and put the results into the clipboard.

16:16 Changeset [9239] by bburlacu

#1772: Minor updates to existing views. Added LineageExplorerView.

16:02 Changeset [9238] by bburlacu

#1772: Added base class for the fragment analyzers. Improved analyzers, added SymbolicExpressionTreeRelativeFragmentDepthAnalyzer. Added LineageExplorer.

15:42 Changeset [9237] by bburlacu

#1772: Merged HeuristicLab.Encodings.SymbolicExpressionTreeEncoding trunk changes into the branch. Changed fragments using the tree manipulator are now tracked using the SymbolicExpressionTreeNodeComparer.

02/20/13:

13:31 Changeset [9236] by sforsten

#2016:

  • Content.UpdateOfRunsInProgress is set to true while updating the colours of the data points in RunCollectionBubbleChartView
  • removed a useless line in RunCollectionBoxPlotView
10:49 Changeset [9235] by mkommend

#2016: Implemented changes in BubbleChart and BoxPlots to improve the coloring and the display of categorical values.

02/19/13:

20:00 Changeset [9234] by ascheibe

#2017 added tools that eyob worked on:

  • HL build center (HeuristicLab.Subversion)
  • a subwcrev replacement
  • 2 own HL apps for up- and downloading Hive jobs from HL files
19:46 Changeset [9233] by ascheibe

#2017 created tools branch

19:44 Ticket #2017 (Tools Branch) created by ascheibe
This ticket is for tracking commits to the tools branch.
15:47 Changeset [9232] by ascheibe

#1890 use transactions for retrieving jobs to avoid returning wrong statistics

15:25 Changeset [9231] by mkommend

#1999: Corrected rounding in FeatureSelection.cs for the display of the optimal R² in the problem data description.

13:17 Changeset [9230] by ascheibe

#2005 properly implemented closing of the hive job manager

12:36 Changeset [9229] by mkommend

#1789: Implemented inverting of the bubble size in the RunCollectionBubbleChartView.

10:16 Changeset [9228] by sforsten

#1980:

  • property changes
  • removed Plugin.cs and AssemblyInfo.cs
  • added VariableVectorCVSInstanceProvider
08:46 Changeset [9227] by fschoepp

#1888:

  • Experiments will be saved as JSON elements within the blob store.
  • Added simple model and JSON converters.
  • Backend stores and runs experiments.
  • Updated interfaces to save/read experiments.
  • Added a binding to automatically map incoming JSON ajax requests to experiment models.
  • Added the javascript DatatypeMapper to map parameter inputs to the right html elements and vice versa.
  • Added smartwizard to generate Wizards for creating new experiments (New.cshtml).

02/18/13:

22:49 StatisticalAnalysis edited by ascheibe
(diff)
16:51 Changeset [9226] by sforsten

#1980:

  • made classes in Problems.ConditionActionClassification abstract
  • added Problems.VariableVectorClassification and Problems.CombinedIntegerVectorClassification
  • LCS works now with arbitrary problems, which implement ConditionActionClassificationProblem
16:45 Changeset [9225] by ascheibe

#2015 fixed displaying of error message and added missing invoke

15:45 Ticket #2016 (RunCollectionBubbleChart improvements) created by mkommend
* Categorical values (e.g., algorithm name) shall be sorted …
15:11 Changeset [9224] by ascheibe

#2005 fixed a small bug that occurred when closing the optimizer with an open hive job manager

15:08 Changeset [9223] by ascheibe

#2015 jobs are now delete asynchronously in the hive job manager

14:58 Ticket #2015 (Deleting Hive Jobs should be done asynchronously) created by ascheibe
11:57 Changeset [9222] by ascheibe

#2005 allow to quit the job manager even if there are up- or downloads in progress

11:44 Changeset [9221] by ascheibe

#2005 added missing cloning constructors

10:35 Changeset [9220] by ascheibe

#2005 deleted job unloading branch

10:34 Changeset [9219] by ascheibe

#2005 merged Hive Job Unloading branch back into trunk

02/17/13:

18:18 Changeset [9218] by gkronber

#1999 fixed build fail

17:29 Ticket #2014 (Parameter BestKnownQuality is not used in Regression and ...) created by gkronber
* Usually, it is not known. * The value depends on the evaluator (R², …
17:18 Changeset [9217] by gkronber

#1999 improved implementation of feature selection problem instances based on the review comments by mkommend.

  • Created a PRNG for uniformly distributed values with a specified range [min..max[
  • Created a class FeatureSelectionRegressionProblemData with additional informative parameters derived from RegressionProblemData
  • fixed typos: shuffeled and varialbe

02/16/13:

12:19 Changeset [9216] by abeham

#2013: fixed update of parameters in MultiOperator

11:30 Ticket #2013 (MultiOperator doesn't update the parameters when the Operators ...) created by abeham
If the "public IItemList<T> Operators" is set in a derived class to a …

02/14/13:

16:18 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
updated tutorial with changes made in integer-vector bounds (diff)
Note: See TracTimeline for information about the timeline view.