Timeline
05/02/17:
- 22:03 Changeset [14908] by
-
#2665 Removed "this" qualifier
- 21:53 Changeset [14907] by
-
#2665 Run Hl General, Essential tests and applied fixes for errors
- 21:17 Changeset [14906] by
-
#2665 Formatted solution using hl dev settings
- 20:42 Changeset [14905] by
-
#2665 Made ErcOptions checkable
- 17:41 Changeset [14904] by
-
#2760: Reuse the shuffled data when creating the solution ensemble.
- 15:28 Changeset [14903] by
-
- Added warning when creating a new regression/classification that data will be lost.
- Renamed view shortcuts to have a more descriptive name instead of the camel casing.
- Added missing license header.
- 14:45 Changeset [14902] by
-
- Changed chart sizing to absolute values (pixels).
- Added chart sizing to Linechart and Histogram.
- 09:41 Changeset [14901] by
-
#2784: fixed pausing of hive tasks
- 09:35 Ticket #2784 (Pausing of Hive tasks does not work) created by
- Currently, when a Hive user pauses a task, a new state log entry is …
- 08:06 Ticket #2783 (Provide useful helper methods in BasicProblem) created by
- It would be helpful if BasicProblem could offer a couple of helper …
04/30/17:
- 19:16 Changeset [14900] by
-
#2665 Improved random walk tests
04/29/17:
- 17:35 Changeset [14899] by
-
#2782: implemented calculation of LOO predictive probability for Gaussian process regression
- 17:33 Ticket #2782 (Gaussian process regression should also calculate the leave-one-out ...) created by
04/28/17:
- 23:33 Changeset [14898] by
-
#2665 Set name properties of ERC values
- 22:52 Changeset [14897] by
-
#2665 Dynamic ErcValues, Separate Push from BenchmarkSuite Push
- 12:02 Changeset [14896] by
-
#2205: worked on optimization networks
- fixed bug in lrp network 5
- 11:32 Ticket #2781 (BioBoost: Demo file cannot be opened because of a missing plugin dependency) created by
- The demo file for the BioBoost plugin available on our webpage cannot …
04/27/17:
- 22:18 EvoSoft edited by
- (diff)
- 17:42 Changeset [14895] by
-
#2205: worked on optimization networks
- added lrp networks (4, 5)
- fixed lrp evaluation
- updated flp models
- updated to cplex 12.7
- 13:45 Changeset [14894] by
-
#2780 worked on SAPBA; added IndividualStrategy
- 10:46 Changeset [14893] by
-
#2780 added intial files for SAPBA
- 10:39 Ticket #2780 (Implement Surrogate Assisted Population Based Algortihm) created by
- Population Based Algorithms can be assisted with surrogate models with …
04/26/17:
- 12:23 Changeset [14892] by
-
#2699: made some adjustments after bwerth's changes (mainly formatting)
- 11:06 Changeset [14891] by
-
#2699 reworked kenel functions (beta is always a scaling factor now), added LU-Decomposition as a fall-back if Cholesky-decomposition fails
- 09:20 Changeset [14890] by
-
#2779: removed reference to resx file
04/25/17:
- 22:47 Changeset [14889] by
-
#2779: added a solution view which uses the bubblechart for interactive visualization of model residuals. (HACK)
- 22:44 Ticket #2779 (For model validation and inspection an analysis of residuals over ...) created by
- In model validation we should check if the distribution of residuals …
- 09:42 Changeset [14888] by
-
#2699: re-added calculation of leave one out cv estimate
04/24/17:
- 18:31 Changeset [14887] by
-
#2699: worked on kernel ridge regression. moved beta parameter to algorithm. reintroduced IKernel interface to restrict choice of kernel in kernel ridge regression. speed-up by cholesky decomposition and optimization of the calculation of the covariance matrix.
- 16:26 Changeset [14886] by
-
#2778: Refactored and corrected shuffling in DataPreprocessing.
- 16:25 Ticket #2778 (Shuffling manipulation in the DataPreprocessing does not work as expected) created by
- * Although the option to treat the training / test partition …
- 14:45 Changeset [14885] by
-
#2699 renamed and moved files
- 14:41 Changeset [14884] by
-
#2699 renamed folder. Regression with radial basis functions can be seen as a special case of kernel ridge regression
- 13:17 Changeset [14883] by
-
#2699 checked and reformulated gradient functions for kernels
04/23/17:
- 12:53 Changeset [14882] by
-
#2664: made post build event (merge configs) in Clients.Hive.Slave project OS dependent
- 11:23 Ticket #2777 (Power and root symbols should be renamed to avoid confusion) created by
- The symbols are interpreted as - power(x,y) = power(x, round(y)) - …
04/21/17:
- 08:28 Ticket #2776 (Switch off overfitting analyzer by default in symbolic regression problem) created by
- The analyzer is not really helpful and produces potentially confusing …
- 07:15 Ticket #2759 (Change problemdata of DataAnalysisAlgorithms) closed by
- done
- 07:12 Ticket #2667 (ObjectDisposedException might crash HL in ProgressView in combination ...) closed by
- done
- 07:12 Changeset [14881] by
04/20/17:
- 22:11 Ticket #2775 (MultiRealVectorCrossover throws exception when applied during ...) created by
- The multi-objective test function problem should properly configure …
- 18:21 Changeset [14880] by
-
#2704: added more expression templates
04/19/17:
- 18:49 Changeset [14879] by
-
#2704 added min value parameter for exp
- 16:53 Changeset [14878] by
-
#1772: Merge trunk changes.
- 14:42 Changeset [14877] by
-
#2774: Allowed storing additional data in the scope of an individual.
- 14:41 Ticket #2774 (Individuals should be able to store additional data) created by
- Currently, an Individual wraps a scope and allows access to the …
- 11:35 Ticket #2773 (It should be possible to pause / stop the NLR algorithm) created by
- 11:16 Changeset [14876] by
-
#2762: implemented sorting heuristics, starting to work on best fit heuristics
04/18/17:
- 01:15 Changeset [14875] by
-
#2665 BenchmarkSuite, all examples, partially tested, VectorExpressions added