Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

11/15/15:

17:28 Changeset [13165] by gkronber

#2478: svn:ignore

17:27 Changeset [13164] by gkronber

#2478: copied selected parts from OSES branch to trunk

15:38 Changeset [13163] by gkronber

#2472: adapted the multiplexer sample to use the specific implementation of the multiplexer problem instead of symbolic regression. Added best known solutions for the Boolean benchmark problems

14:16 Changeset [13162] by gkronber

#2504: removed SharpDX tools (tkfont.exe, tkfxc.exe, tkmodel.exe) because they were problematic to the plugin-infrastructure and are not needed anyway

13:56 Changeset [13161] by gkronber

#1966: removed SharpDX binaries since these are available through a transport plugin now (see #2504) and also made some changes to make the code work with the latest stable release of SharpDX

13:54 Changeset [13160] by gkronber

#2504: svn:ignore

13:51 Changeset [13159] by gkronber

#2504: added binary files for SharpDX external library

11/14/15:

09:15 Changeset [13158] by gkronber

#2450: copy constructor fix

08:10 Changeset [13157] by gkronber

#2450 made the changes suggested by mkommend in the review. This is definitely a big improvement, thx!

11/13/15:

21:21 Ticket #1998 (Model Comparison for Classification) closed by gkronber
done: r13156: merged r13100:13104 and r13154 from trunk to stable
21:19 Changeset [13156] by gkronber

#1998: merged changes from trunk to stable branch

21:14 Changeset [13155] by gkronber

#1998: terminated the old feature branch for model comparison

21:13 Changeset [13154] by gkronber

#1998 moved ConstantModel class out of the Regression folder

21:06 Ticket #2459 (IRegressionSolution is missing properties for the RMSE) closed by gkronber
done: r13153: merged r12851 from trunk to stable
21:06 Changeset [13153] by gkronber

#2459: merged r12851 from trunk to stable

21:05 Ticket #2492 (Bound the return value of the OnlinePearsonsRCalculator to [-1,+1]) closed by gkronber
done: r13152: merged r13038 from trunk to stable branch
21:05 Changeset [13152] by gkronber

#2492: merged r13038 from trunk to stable branch

21:03 Ticket #2491 (Implementation of Percentile function is incorrect as it assumes that ...) closed by gkronber
done: r13151: merged r13034 and r13051 from trunk to stable branch
21:02 Changeset [13151] by gkronber

#2491: merged r13034 and r13051 from trunk to stable branch

21:00 Ticket #2418 (More efficient implementation of median) closed by gkronber
done
20:59 Changeset [13150] by gkronber

#2418: merged r13033 and r13059 from trunk to stable branch

20:57 Ticket #2467 (Add 25th and 75th Percentile columns to the DataPreprocessing ...) closed by gkronber
done: r13149: merged r12889 from trunk to stable branch
20:57 Changeset [13149] by gkronber

#2467: merged r12889 from trunk to stable branch

20:55 Ticket #2488 (Quantile regression loss for gradient boosted trees) closed by gkronber
done: r13148: merged r13025:13026 and r13064 from trunk to stable branch
20:54 Changeset [13148] by gkronber

#2488: merged r13025:13026 and r13064 from trunk to stable branch

20:51 Ticket #2497 (Improve scaling of inputs and optionally target values for the ...) closed by gkronber
done: r13147: merged r13118:13119 from trunk to stable
20:51 Changeset [13147] by gkronber

#2497: merged r13118:13119 from trunk to stable

20:49 Ticket #2501 (It should be possible to use any IRegressionModel as mean function in ...) closed by gkronber
done: r13146: merged r13120 and r13136 from trunk to stable
20:49 Changeset [13146] by gkronber

#2501: merged r13120 and r13136 from trunk to stable

20:47 Ticket #2502 (Calculation of confidence bounds for Gaussian process models seems ...) closed by gkronber
done: r13145: merged r13121 from trunk to stable
20:47 Changeset [13145] by gkronber

#2502 merged r13121 from trunk to stable branch

16:40 Ticket #2436 (BoxplotView throws an exception when color is selected) closed by mkommend
done: r13144: Merged r12787 into stable.
16:39 Changeset [13144] by mkommend

#2436: Merged r12787 into stable.

16:17 Changeset [13143] by mkommend

#2493: Removed functionality to edit labels in the ExperimentTreeView.

14:57 Changeset [13142] by ascheibe

#2503 fixed problem with resource locator dialog

14:47 Changeset [13141] by bburlacu

#2442: Merged files from trunk and updated project file. Implemented missing operations in the CompiledTreeInterpreter: Integral, Derivative, Lag, TimeLag. Adapted lambda signature to accept an array of List<double> in order to make it easier to work with compiled trees. Changed value parameters to fixed value parameters and adjusted interpreter constructors and after serialization hooks. Removed function symbol.

From the performance point of view, compiling the tree into a lambda accepting a double[][] parameter (an array of arrays for the values of each double variable), accessed with Expression.ArrayIndex is the fastest, but it can be cumbersome to provide the data as a double[][]. Therefore the variant with List<double>[] was chosen. Internally, for each variable node the List's underlying double array is used, result in an overall decent speed compromise.

11/12/15:

11:16 Changeset [13140] by bburlacu

#2442: Commit code version using a List instead of double array (makes code slightly simpler since the underlying double array need not be retrieved from the list)

11:10 Changeset [13139] by bburlacu

#2442: Commit code version using an IDataset as a parameter for the returned lambda

11/11/15:

16:46 Changeset [13138] by jkarder

#2298: made execution time more appealing

16:13 Changeset [13137] by pfleck

#2027
Deleted TerminationCriteria branch.
Because ALPS will be integrated into the trunk soon, it will function as a showcase for implementing TerminationCriteria.

15:23 Changeset [13136] by mkommend

#2501: Corrected typo in MeanModel.

13:53 Changeset [13135] by jkarder

#2205: worked on optimization networks

  • refactored network visualization

11/10/15:

15:52 Ticket #2495 (Allow configuring of migration direction in UnidirectionalRingMigrator) closed by ascheibe
done: r13134: merged r13078, r13094 and r13109 into stable
15:51 Changeset [13134] by ascheibe

#2495 merged r13078, r13094 and r13109 into stable

15:49 Changeset [13133] by ascheibe

#2428 removed unused installer files from slave tray icon

14:32 Changeset [13132] by jkarder

#1265: worked on visualization

  • added Selected to ChartMode
  • added PrimitiveAttribute
13:41 Changeset [13131] by pfleck

#2507 Unsealed ExternalEvaluationProblem and made GetQualityMessageExtensions virtual.

13:32 Ticket #2507 (Open ExternalEvaluationProblem for extension) created by pfleck
An older tutorial
12:32 Ticket #2506 (Possibility to abort a running algorithm/engine) closed by mkommend
invalid: Unfortunately swagner is right and it is not possible using the TPL to …

11/09/15:

14:45 Changeset [13130] by abeham

updated document

14:44 Ticket #2506 (Possibility to abort a running algorithm/engine) created by mkommend
Currently there is no way to stop a long running operator in HL except …
14:12 Ticket #2505 (Variable frequencies calculator should be extended to allow filtering ...) created by gkronber
Additional parameters should be added to allow analysis only of: - …
10:03 AddonsDailyBuilds edited by epitzer
(diff)
09:52 AddonsDailyBuilds edited by gkronber
added bioboost package (diff)

11/07/15:

14:03 Ticket #2504 (Transport plugin for SharpDX external library) created by gkronber
- SharpDX is available also via nuget - Nuget tools have problems with …
11:50 Ticket #2503 (Resource Locator Dialog in the Hive Job Manager does not work) created by ascheibe
The error is: Method bool VerifyUser (Guid, Collection<Guid>) has no …

11/06/15:

14:04 Changeset [13129] by pfleck

#2269 Removed unnecessary assembly reference.

14:02 Changeset [13128] by pfleck

#2269 Fixed wrong parameter descriptions.

11:47 Changeset [13127] by pfleck

#2269

  • Added some missing wiring.
  • Unified some parameter properties.
  • Removed some operators.
11:01 Changeset [13126] by gkronber

#2499 added external assemblies downloaded through nuget as plugin files (svn:ignore)

10:09 Changeset [13125] by pfleck

#2269 Fixed wrong EvaluatedSolutions count when reevaluating elites.

11/05/15:

16:20 Changeset [13124] by pfleck

#2269

  • Implemented full wiring of ALPS.
  • Created new AlpsGeneticAlgorithmMainOperator instead of using a modified GeneticAlgorithmMainLoop because of wiring issues.
  • Separated LayerCreator into generic LastScopeCloner and ResultsHistoryWiper.
14:49 Changeset [13123] by mkommend

Documentation: Added notes on plugin merge for ArchitectsMeeting.

13:07 Changeset [13122] by jkarder

#1265: worked on visualization

  • added default chart mode
  • updated SelectChartMode
10:28 Changeset [13121] by gkronber

#2502: calculate the variance for the noisy test data instead V(y*) instead of the variance for the posterior GP function V(f*)

08:28 Ticket #2502 (Calculation of confidence bounds for Gaussian process models seems ...) created by gkronber
The confidence bounds shown in the line chart do not correspond with …
08:21 Changeset [13120] by gkronber

#2501: added an adaptor to use any regression solution as a mean function in a Gaussian process

07:49 Changeset [13119] by gkronber

#2497: added input scaling also to Gaussian process classification models

07:46 Changeset [13118] by gkronber

#2497: added hidden parameter to turn on/off scaling of input variables in Gaussian process models

11/04/15:

20:33 Ticket #2501 (It should be possible to use any IRegressionModel as mean function in ...) created by gkronber
17:28 Changeset [13117] by pfleck

#2269 Added ReduceToPopulationSize parameter to control if the population is reduced to the PopulationSize after elder migration (default) or the layer can have more than PopulationSize individuals until the next generation.

16:20 Changeset [13116] by mkommend

#2485: Corrected C# formatter for SymbolicExpressionTrees to handle subtractions correctly.

15:56 Changeset [13115] by jkarder

#1265: worked on visualization

  • added context menu item for chart modes
  • added ShowToolBar to ChartControl
  • updated chart modes
13:50 Changeset [13114] by jkarder

#1265: worked on visualization

  • removed BackgroundColor and PictureBox from ChartControl
  • updated chart modes

11/03/15:

17:48 Changeset [13113] by pfleck

#2269 Some small changes.

17:12 Changeset [13112] by jkarder

#1265: implemented new render stage concept

17:09 Changeset [13111] by pfleck

#2269

  • Instead of hidden execution scope change logic in LayerReseeder, the new ReseedingController makes the scope change more obvious by using an OperatorParameter.
  • Instead of the classes for EldersEmigrator, LayerOpener and LayerReseeder the operator graph is created in the AlpsGeneticAlgorithmMainLoop using CombinedOperator.
15:34 Changeset [13110] by pfleck

#2269

  • Removed ContinuousReseeding because it does not bring any improvements and makes reseeding more complicated.
  • Adapted changes from UnidirectionalRingMigrator.
15:17 Changeset [13109] by pfleck

#2495

  • Renamed ClockwiseMigrationDirection ClockwiseMigration.
  • Removed access property.
  • Updated documentation comments.
15:10 Changeset [13108] by jkarder

#1265: moved previousLocation assignment to ChartMode class

13:12 Changeset [13107] by jkarder

#1265: fixed ZoomOutChartMode

11:37 Changeset [13106] by jkarder

#1265: fixed bug in ChartControl

11:29 Changeset [13105] by jkarder

#1265: worked on visualization

  • added BackgroundColor to IChart
  • added RulerChartMode
  • renamed MoveChartMode to PanChartMode
10:22 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
(diff)
08:19 Changeset [13104] by gkronber

#1998: fixed a problem in Classification/ClassificationSolutionComparisonView

07:12 Changeset [13103] by gkronber

#1998: code simplification of ConfusionMatrixCalculator

06:51 Changeset [13102] by gkronber

#1998:

  • changed namespace and name of view
  • calculate f1 score only for solutions for binary classification problems

11/02/15:

22:38 Changeset [13101] by gkronber

#1998: bug fixes (typo, duplicate result item)

22:32 Changeset [13100] by gkronber

#1998: merged changes from the branch to trunk (btw. this branch was difficult to merge back to trunk because of it's specific structure)

22:00 Changeset [13099] by gkronber

#1998: fixed strings (the person is called Matthews)

21:54 Changeset [13098] by gkronber

#1998:

  • introduced new class ConstantModel (to merge ConstantRegressionModel, ConstantClassificationModel and ConstantTimeSeriesModel)
  • fixed copyright statements
  • tried to unify naming
  • added F1 score and Matthew's correlation to classification results collection
21:39 Changeset [13097] by gkronber

#1998: reverse merge of r13089 (reused the ConstantRegressionModel as ConstantClassificationModel (OK?))

15:59 Changeset [13096] by pfleck

#2269

  • Simplified operator graph in MainOperator.
  • Added item descriptions.
  • Removed unnecessary code.
09:36 Documentation/Howto/UseHiveForOptimization edited by ascheibe
(diff)
Note: See TracTimeline for information about the timeline view.