Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

04/29/15:

17:19 Changeset [12368] by pfleck

#2027 Fixed some typos.

17:07 Changeset [12367] by pfleck

#2027 Forgot adding new ThresholdTerminationCriterion.

17:04 Changeset [12366] by pfleck

#2027 Added a base class ThresholdTerminationCriterion for generalization of the view, which shows only a single value threshold now, and of the ToString mechanic.

16:39 Changeset [12365] by mkommend

#2345: Fixed x-axis maximum in error characteristics curve.

16:34 Changeset [12364] by pfleck

#2027 Changed a few things to better show single value criteria.

16:00 Changeset [12363] by ascheibe

#2267 added another offspring selector

15:51 Changeset [12362] by pfleck

#2027 Added specific View for ComparisonTerminationCriterion for simpler configuration.

15:19 Changeset [12361] by bburlacu

#2359: The changes in r12358 look fine to me. Added total number of pruned nodes in the analyzer's data table. Removed unused parameter names in the SymbolicDataAnalysisSingleObjectivePruningAnalyzer.

15:16 Ticket #2379 (Improve Bubble Chart) created by pfleck
Currently, it is not possible to analyze data with the bubble chart, …
13:23 Changeset [12360] by bburlacu

#2378: Vertex.cs: Fixed bug in Label setter.

13:22 Ticket #2378 (Setter for Vertex label throws exception when the label is null) created by bburlacu
The check label.Equals(value) throws a null reference exception when …
11:59 Changeset [12359] by mkommend

#2359: Removed commented code from pruning analyzer.

11:56 Changeset [12358] by mkommend

#2359: Refactored pruning operators and analyzers.

10:50 Changeset [12357] by pfleck

#2027 Removed obsolete manual termination criteria operators.

10:42 Changeset [12356] by pfleck

#2027 Split update and parameterization of TerminationCriteria similar to other operators.

10:14 Changeset [12355] by pfleck

#2027 Fixed small bugs and typos.

04/28/15:

20:53 Ticket #2377 (Parallelize SimilarityCalculators) created by ascheibe
Similarity Calculators could be easily parallelized which would lead …
18:17 Changeset [12354] by gkronber

prepared unit test to produce results for artificial ant and symbolic regression and all possible different bandit policies

17:23 Changeset [12353] by mkommend

#2320: Adapted grammars for the new encoding.

17:14 Changeset [12352] by ascheibe

#2267 improved offspring selector

15:46 Changeset [12351] by ascheibe

#2267 fixed a bug

14:37 Changeset [12350] by ascheibe

#2267 added a new offspring selector

04/27/15:

10:48 Changeset [12349] by gkronber

#2261: added serialization constructor for RegressionTreeModel

09:46 Changeset [12348] by pfleck

#2375 Moved SelectionPressure and CurrentSuccessRatio to Layer-Scope instead of Global-Scope.

04/25/15:

00:53 Changeset [12347] by bburlacu

#2320: Bugfix to allow nodes that can appear both internally or as leafs

04/24/15:

11:52 Changeset [12346] by mkommend

#2320: Small bug fix in FullTreeCreator to account for symbols that could be used in leafe and internal nodes.

04/23/15:

19:09 Changeset [12345] by mkommend

#2320: Added AfterDeserialization hook for symbolic expression tree operator and adapted lawn mower and timeseries prognis problems.

18:42 Changeset [12344] by mkommend

#2320: Branched Problems.LawnMower into symbolic expression tree encoding branch.

18:41 Changeset [12343] by mkommend

#2320: Branched Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis into symbolic expression tree encoding branch.

17:10 Changeset [12342] by gkronber

#2261: added cloning method override for previously abstract class RegressionSolution

16:59 Changeset [12341] by mkommend

#2320: Adapted all dependent plugins to the new design of the symbolic expression tree interfaces.

16:35 Changeset [12340] by mkommend

#2320: Branched Problems.GrammaticalEvoluation to tree encoding branch.

16:34 Changeset [12339] by mkommend

#2320: Branched Problems.ArtificialAnt to tree encoding branch.

15:58 Changeset [12338] by mkommend

#2320: Updated project settings and referenced assemblies.

15:44 Changeset [12337] by mkommend

#2320: Branched Problems.DataAnalysis.Symbolic.Classification to symbolic expression tree encoding branch.

15:42 Changeset [12336] by mkommend

#2320: Branched problems.dataanalysis.symbolic.regression to symbolic expression tree encoding branch.

15:40 Changeset [12335] by mkommend

#2320: Branched problems.dataanalysis.symbolic to symbolic expression tree encoding branch.

15:20 Changeset [12334] by mkommend

#2320: Fixed analyzers and parameter typo in symbolic expression tree encoding.

13:14 Changeset [12333] by mkommend

#2373: Corrected typo in RandomBinaryVectorCreator by implementing an after-deserialization-hook.

12:45 Changeset [12332] by gkronber

#2261: initial import of gradient boosted trees for regression

04/22/15:

13:06 Ticket #2376 (Selection of function symbols from the grammar is biased) created by gkronber
Steps to reproduce: * Create symbolic regression problem * Also …

04/21/15:

15:12 Changeset [12331] by pfleck

#2375 Added first draft of ALPS-OSGA which simply uses a OSGA inside ALPS.

11:24 Changeset [12330] by pfleck

#2375 Added ALPS-OS Plugin.

11:12 Ticket #2375 (Implement ALPS with OS) created by pfleck
Combining ALPS with aspects of Offspring Selection could be very …
10:35 Documentation/Howto/ImplementANewVRPProblemInstance edited by pfleck
(diff)
10:32 HeuristicLab.TimeDependentVRP.zip attached to Documentation/Howto/ImplementANewVRPProblemInstance by pfleck
10:17 HeuristicLab.PollutionRoutingProblem.zip attached to Documentation/Howto/ImplementANewVRPEvaluator by pfleck

04/20/15:

20:33 Changeset [12329] by gkronber

#2261 created a branch for gradient boosted trees algorithm implementation

17:27 Ticket #2374 (Make RegressionSolution class non-abstract) created by gkronber
Why did we define RegressionSolution as abstract? It is often useful …
11:28 Changeset [12328] by pfleck

#2027
Added execution-time based termination criterion.
Restructured configuring termination criteria.

04/17/15:

19:47 Changeset [12327] by gkronber

#2205: removed hard coded string for the retrieval of the regression solution to allow using other regression algorithms (e.g. RF)

19:23 Changeset [12326] by gkronber

#2205: derived selection problem from BinaryProblem (now PPP can be used as feature selection algorithm)

19:21 Ticket #2373 (Typo in RandomBinaryVectorCreator) created by gkronber
"TruePropability"
19:08 Changeset [12325] by gkronber

#2205: added solution cache

18:41 Changeset [12324] by gkronber

#2205: renamed classes and files (hard coded network and connector)

16:18 Changeset [12323] by mkommend

#2205: Added simple optimization network for solving features selection problems.

15:54 Changeset [12322] by ascheibe

#2221 fixed project files of PTSP branch

04/16/15:

13:57 Changeset [12321] by arapeanu

#2288: Modified CreateTargetVariationExperimentDialog.cs to exclude unchecked inputs from the target variables

12:32 Changeset [12320] by arapeanu

#2288: Added sliders functionality, dialog box for setting the number of repetitions for each batch + modified node importance weighting

11:05 Changeset [12319] by mkommend

#2320: Added simple symbol and grammar for symbolic expression encoding.

04/15/15:

23:14 Changeset [12318] by bburlacu

#1772: Fixed small bug/typo in the SymbolicDataAnalysisPoly10Analyzer

18:05 Changeset [12317] by apolidur

#2221: Fixing PluginDependencies

12:35 Ticket #2299 (Interface ISymbolicExpressionTreeOperator should have a ...) closed by mkommend
obsolete: The suggested change in this ticket was implemented in r12314 (ticket …
11:08 Changeset [12316] by mkommend

#2320: Implemented symbolic expression tree encoding.

Note: See TracTimeline for information about the timeline view.