Timeline
03/26/16:
- 11:20 Changeset [13738] by
-
#2431: fixed bug in IteratedAlgorithm (exception when problem is loaded, but no algorithm set)
- 11:14 Changeset [13737] by
-
- removed IRRestarter (replaced by IteratedAlgorithm)
- removed cut-off estimation view (didn't work satisfactorily)
- 11:10 Changeset [13736] by
-
#2431: fixed analysis for runs that terminated earlier than others
03/25/16:
- 12:47 Changeset [13735] by
-
#2582 finish Job manager functionality. Start overhaul client connections (login, hiveclient and fileopening)
- 12:35 Changeset [13734] by
-
#2558 FillwithParents parameter hidden because it causes crashes
03/24/16:
- 17:19 Changeset [13733] by
-
#2582 Last fixes Job Manager
- 14:58 Changeset [13732] by
-
#2592 rename folder
- 14:53 Changeset [13731] by
-
#2592 initial branch
- 14:49 Changeset [13730] by
-
#2592 create new branch folder
- 14:38 Ticket #2592 (MO-CMA-ES for Realnumbered Problem) created by
- A multiobjective CMA-ES variant for realnumbered multiobjective …
- 14:12 Changeset [13729] by
-
#1087 annotated unit tests
- 14:05 Changeset [13728] by
-
#2288: Added VariableInteractionNetwork graph class. Small improvements to the impacts analyzer. Add license header and improve formatting in CreateTargetVariationExperiment.cs
- 14:03 Changeset [13727] by
-
#2288: Added directed graph chart and layout class for the visualization of knowledge network graphs. Added RunCollectionVariableInteractionNetworkView and removed the old view.
- 13:41 Changeset [13726] by
-
#1087 fixed Naming in FastHyperVolumeTests.cs
- 12:30 Changeset [13725] by
-
#1087 minor bugfixes, added Parameters to Analyzers, convenience Tooltips for ScatterPlot
- 11:05 Changeset [13724] by
-
#2591: Reversed merged accidentally commited changes to GradientBoostingRegressionAlgorithm (r13721).
- 11:01 Changeset [13723] by
-
#2558
maxLayer default = 10000 instead of 100000 to avoid overflow
layer creator now wipes evaluated Layersolutions
evaluated Solution data reducer assigns the value instead of summing it
changed default age gap to 20
start on generation 1 to avoid immediate reseeding
fixes also done in islandosAlps
03/23/16:
- 22:51 Changeset [13722] by
-
- Renamed remaining files from ExpertSystem to KnowledgeCenter
- Added ability to scatter plot to display a regression line
- Allowed to execute multiple instances at once and displaying either only final result or tracking result
- Split runs in seeded runs and instance runs
- 16:19 Changeset [13721] by
-
#2591: Changed all GP covariance and mean functions to use int[] for column indices instead of IEnumerable<int>. Changed GP utils, GPModel and StudentTProcessModell as well to use fewer iterators and adapted unit tests to new interface.
- 15:58 Ticket #2591 (Evaluation of GaussianProcessModels should be faster) created by
- For testing purposes I have got an ensemble of six GP models trained …
03/19/16:
- 22:35 Changeset [13720] by
-
#2457: worked on expert-system
03/18/16:
- 16:30 Changeset [13719] by
-
#2582 Livefeed graph data, main unified graph + bugfixing refresh overload
- 16:15 Changeset [13718] by
-
#2457: worked on expert system
- 13:02 Changeset [13717] by
-
#1265: Updated license year to 2016.
- 12:45 Changeset [13716] by
-
#1265: Added option to select the SmoothingMode in the ChartControl. Introduced a LabeledPrimitive which encapsulates a RectangularPrimitiveBase primitive and supports drawing a text label on top of it.
Introduced a set of useful methods in the PrimitiveUtil class for calculating intersection points between linear and rectangular primitives (useful for connecting shapes together).
03/17/16:
- 17:48 Changeset [13715] by
-
#2590: Implemented an weighted average to ease weights manipulation in regression ensembles and corrected locking in the the weights view.
- 16:52 Changeset [13714] by
-
#2582 Implement graphs(Pie and line per task) + live job overview with SignalR
- 00:29 Changeset [13713] by
-
#2457: worked on seeding algorithm instances
03/16/16:
- 16:57 Changeset [13712] by
-
#2582 Distribution childs and priority done. Display current jobs and start graphs
- 13:07 Changeset [13711] by
-
#2590: Fixed bugs in Regression ensembles (ordering of solutions and weighting).
- 10:59 Changeset [13710] by
-
Fix evaluation bug
Correctly update the evaluation number.
Modify the selection function to select different vectors.
- 09:54 Changeset [13709] by
-
#2588: fixed updating of solutions (events)
03/15/16:
- 17:39 Changeset [13708] by
-
#2581: removed TestMethod attribute from unit tests using randomly sampled data because of a problem in the regression problem instances
- 17:36 Changeset [13707] by
-
#1795: fixed a problem for datasets with variables that don't have double type
- 17:08 Changeset [13706] by
-
#2457: Added pre-existing solution creator for permutation and respective interface
- 15:49 Changeset [13705] by
-
#2590: Added view for ensemble weights.
- 15:07 Changeset [13704] by
-
#2590: Added model weights for ensembles.
- 11:40 Changeset [13703] by
-
#1795: Disabled averaging of estimated values in ensemble solution created by GBM regression.
- 11:39 Changeset [13702] by
-
#2590: Fixed bugs in RegressionEnsembleSolution when adding new solutions.
- 11:11 Changeset [13701] by
-
#2590: Fixed minor bug in RegressionEnsembleSolution when no models are present and updated view.
03/14/16:
- 18:20 Changeset [13700] by
-
#2590: Added flag to decide whether estimated values are averaged or summed up when evaluating a RegressionEnsembleModel.
- 17:50 Changeset [13699] by
-
#1795: Adapted creation of regression ensemble to new ctors (see also #2590 r13698).
- 17:49 Changeset [13698] by
-
#2590: Simplified ctors of RegressionEnsembleSolution.
- 17:16 Changeset [13697] by
-
#2590: Extracted estimated values calculation from RegressionEnsembleSolution to the according model.
- 17:08 Changeset [13696] by
-
#2582 Recursive views for Experiments and batch runs. Distribute child tasks start
- 16:20 Ticket #2590 (RegressionEnsembles should support weighting of the estimated values) created by
- Currently the average of the individual estimates is returned as the …
- 14:57 Changeset [13695] by
-
#2589: Added resizable option in ValueTypeArray and refactored the array implementations and interfaces.
- 14:45 Ticket #2589 (Possibility to prevent resizing of ValueTypeArrays) created by
- The possibility to resize ValueTypeArrays is not always desirable, for …
- 11:51 Changeset [13694] by
-
#2457: branched permutation encoding