Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

02/27/18:

23:20 Changeset [15819] by jzenisek

#2839: implemented refreshing list of available (i.e. for non-admins assignable) resources depending on currently selected project

21:13 Changeset [15818] by gkronber

#2856: made a small change to update the histogram shown above a partial dependence plot when the configuration dialog is called (where the x-range might be changed)

02/26/18:

14:13 Changeset [15817] by lkammere

#2886: Add cosine to grammar.

14:13 Changeset [15816] by fholzing

#2904: Cleaned up the method signature (some optional parameters aren't so optional)

14:03 Changeset [15815] by fholzing

#2904: Splitted the Method CalculateImpact into smaller parts

13:53 Changeset [15814] by lkammere

#2886: Minor improvement in search graph visualization.

13:38 Changeset [15813] by jzenisek

#2839: improved HiveAdmin interactions:

  • collaps groups with slaves only
  • update scheduleView only if currently visible
  • made schedule scrollable for non-admins
  • changed selection backcolor
  • fixed add/delete project permission bug for non-admins

02/23/18:

18:10 Changeset [15812] by lkammere

#2886: Performance Improvements - Only store hash of archived phrases and reduce number of enumerators.

17:03 Changeset [15811] by gkronber

#2383: merged r15785,r15787,r15789,r15790,r15793,r15810 from trunk to stable

17:00 Changeset [15810] by gkronber

#2383: made some changes while reviewing

02/22/18:

14:07 Changeset [15809] by fholzing

#2904: Made the branch compile

13:56 Changeset [15808] by fholzing

#2904: Created branch (this time with the correct project)

13:51 Changeset [15807] by fholzing

#2904: Deleted project (wrong one)

13:46 Changeset [15806] by gkronber

#2886 made a few comments

13:40 Changeset [15805] by fholzing

#2904: Made the branch compile

13:26 Changeset [15804] by fholzing

#2904: Created branch

13:11 Changeset [15803] by lkammere

#2886: Deactivate generation of dot file for visualizing search tree.

09:48 Ticket #2905 (Partial dependence plots throws exception for support vector ...) created by abeham
To reproduce: Open a new SVM, load a problem, e.g. Housing, open the …
09:13 Changeset [15802] by fholzing

#2871: Removed new Features (build.cmd failed)

07:24 Ticket #2904 (Create new CalculateImpacts method for a set of variables) created by fholzing
Currently the calculation of the VariableImpacts isn't possible for a …

02/21/18:

16:32 Changeset [15801] by rhanghof

#2817:

  • Little changes on the packer
14:57 Changeset [15800] by lkammere

#2886: Refactor code and fix performance issues.

14:08 Changeset [15799] by fholzing

#2871: Added textual status update

12:58 Changeset [15798] by fholzing

#2871: Added additional linebreak for method signature

12:28 Changeset [15797] by fholzing

#2871: Rebuild from BackgroundWorker to async await

12:01 Changeset [15796] by fholzing

#2871: Added additional logic for progress

10:44 Changeset [15795] by lkammere

#2886: Remove nested divisions from grammar and hashing.

02/20/18:

15:54 Changeset [15794] by lkammere

#2886: Add "full" inverse production, cancellation of factors by their inverse and resolution of compound division.

15:29 Changeset [15793] by fholzing

#2383: LineCharts will now show a gap instead of hiding NaN/Inf

14:32 Changeset [15792] by jzenisek

#2839 preliminary integration of several HiveAdministrator related improvements from #2877 (full merge pending)

  • slaves and slave groups are sorted by name
  • slave state is indicated by different colors
  • number of contained slaves is shown for each group
  • CPU utilization is shown for each calculating slave
  • last heartbeat date is shown for each offline slave
13:43 Changeset [15791] by lkammere

#2886: Replace integer hashing of phrases with simplification to (temporary) string representations.

11:25 Changeset [15790] by fholzing

#2383: Added additional NaN-check and also check for both Infinities (+,-) for RegressionSolutionLineChartViewBase

11:20 Changeset [15789] by fholzing

#2383: Added additional filter for Error Characteristics Curve

09:09 Changeset [15788] by gkronber

#2902 merged r15783 and r15786 from trunk to stable

08:12 Changeset [15787] by fholzing

#2383: Made the filtering a little bit more robust

08:02 Changeset [15786] by fholzing

#2902: Renamed ContainsNanInf to ContainsNanOrInfinity

02/19/18:

16:32 Changeset [15785] by fholzing

#2383: Added additional filtering logic for double.NaN and double.Inf

08:52 Ticket #2903 (Modern Look & Feel) created by abeham
We could update the look & feel of HeuristicLab by using more up to …

02/16/18:

18:36 Changeset [15784] by lkammere

#2886: Add basic implementation for inverse factors.

11:35 Changeset [15783] by fholzing

#2902: Changed from Cast to Iterator and adapted all occurrences.

02/15/18:

17:48 Changeset [15782] by fholzing

#2890: Aligned ListView with GroupBox and renamed GroupBox from Visualization to Representation

17:00 Changeset [15781] by fholzing

#2890: Removed branch

14:36 Ticket #2902 (Performance improvement of NaN/Inf-check on a double-matrix) created by fholzing
The current implementation to check whether a double[,] contains any …
11:03 Changeset [15780] by bburlacu

#2895: Fix resource path, add plugin frame files, change .NET version for all projects to 4.5

08:49 Changeset [15779] by gkronber

#2901: implemented a static method for tournament selection

08:48 Changeset [15778] by gkronber

Created a branch for #2901

02/14/18:

17:27 Ticket #2901 (Static methods for selection operators) created by gkronber
It would be great if selection operators also provide static methods …
11:19 Changeset [15777] by jzenisek

#2839 improved project- & resource selection handling

10:56 Changeset [15776] by lkammere

#2886: Refactor data generation in unit tests.

09:25 Ticket #2900 (Upgrade .NET framework) created by abeham
.NET Framework 4.5 was released in August 2012 and is 5.5 years old. …
00:19 Changeset [15775] by gkronber

#2898 added simple implementation of GAM based on univariate penalized regression splines with the same penalization factor for each term

02/13/18:

21:21 Ticket #2899 (Description of GBM algorithm is wrong) created by gkronber
Mention of MCTS SymReg should be removed. The namespace should also …
21:17 Changeset [15774] by gkronber

Created branch for #2898

21:16 Ticket #2898 (Generalized additive models (GAM)) created by gkronber
Generalized additive models would be a great addition to the set of …
18:32 Changeset [15773] by lkammere

#2886: Update unit tests to cover problems with exp, log and sine.

17:56 Changeset [15772] by lkammere

#2886: Extend grammar enumeration algorithm's grammar to exp, log and sine.

16:56 Changeset [15771] by bburlacu

#2895: Add solution skeleton for PushGP with genealogy analysis.

16:45 Changeset [15770] by rhanghof

#2817:

  • Added a graph to the BinPacking3D for calculating the weight distribution.
  • Added some materials.
16:26 Changeset [15769] by bburlacu

#2897: Add type checks in Dataset constructor, remove cloning of values in the ModifiableDataset.AddVariable method. Provide small fix in GradientBoostingRegressionAlgorithm for AddVariable.

15:48 Ticket #2897 (Dataset (and ModifiableDataset) constructor accepts unsupported values) created by bburlacu
For example, passing an int array to the constructor will work just …
15:34 Changeset [15768] by jzenisek

#2839: fixed cyclic-relation bug (part 2: HiveAdminClient)

15:32 Changeset [15767] by jzenisek

#2839: fixed cyclic-relation bug in projects- and resources-view by preventing parents from being dragged onto descendants

13:31 Changeset [15766] by mkommend

#1973: Adapted symbolic expression tree compilers to allow more than 256 child nodes.

13:01 Changeset [15765] by lkammere

#2886: Add graphviz output.

11:14 Ticket #2896 (Remove the Result wrapper type) created by abeham
The ResultCollection encapsulates all results in a Result object …
09:33 Changeset [15764] by fholzing

#2890: Renamed to correct TicketNo.

09:09 Changeset [15763] by jzenisek

#2719: renamed branch according to guidelines

09:01 Changeset [15762] by jzenisek

#2707: renamed branch according to guidelines

08:49 Changeset [15761] by jzenisek

#2839: renamed branch according to guidelines

Note: See TracTimeline for information about the timeline view.