Timeline
09/06/15:
- 22:11 Changeset [12941] by
-
#1772: Refactored the tree query match code and removed debugging code (as the same information can be obtained with IntelliTrace).
09/04/15:
- 10:26 Changeset [12940] by
-
#2472: minor fix in multiplexer problem
- 09:20 Changeset [12939] by
-
#2431: fixed calculation of ERT table when a certain group doesn't contain any runs of a certain problem
09/03/15:
- 13:03 Changeset [12938] by
-
#2472: added even parity and multiplexer problems (GP)
- 07:21 Ticket #2474 (Correctly support parameters for all kernels for libsvm) created by
- E.g. for the sigmoid kernel the coef0 parameter cannot be adjusted.
- 07:19 Ticket #2473 (Automatically hide all columns containing only a single value in the ...) created by
09/02/15:
- 17:47 Changeset [12937] by
-
#2472: added an implementation of Koza-style symbolic regression as BasicProblem to Problems.GeneticProgramming
- 17:47 Changeset [12936] by
-
#2472: added an implementation of Koza-style symbolic regression as BasicProblem to Problems.GeneticProgramming
- 17:10 Changeset [12935] by
-
#2434 merged r12932:12934 from trunk to branch
- 17:08 Changeset [12934] by
-
#2385 added a boolean "CreateSolution" parameter for support vector machine algorithms and added model error/accuracy metrics as algorithm results (to allow grid search without creating solutions)
- 17:03 Ticket #2465 (Persistence of SVM solutions takes a long time and creates really big files) closed by
- rejected: This will be handled by an algorithm parameter that specifies if a …
- 16:26 Changeset [12933] by
-
#1772: Added a parameter to the tree query matching algorithm to specify whether only strict parent-child pairs in the data tree should be matched with the query (otherwise ancestor-descendant pairs are also considered valid).
- 14:28 Changeset [12932] by
-
#2388 fixed problem with not existing users when downloading shared jobs
- 13:17 Ticket #2390 (Support for selection of a partition variable in problem data for data ...) closed by
- rejected: See #2434
- 13:16 Changeset [12931] by
-
#2434 merged r12878:12927 from trunk to branch (hive changes)
- 07:50 Changeset [12930] by
- 01:21 Changeset [12929] by
-
#1772: Initial implementation of tree pattern matching algorithm by Götz et al. (http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.182.5440). Added wildcard symbols and nodes and updated the matching code accordingly.
09/01/15:
- 15:36 Ticket #2440 (KeyNotFoundException when opening StatisticalTestsView) closed by
- done: r12928 merged r12845 into stable
- 15:36 Changeset [12928] by
- 15:26 Changeset [12927] by
-
#2355 fixed docu comment
- 14:10 Changeset [12926] by
-
- changed sandboxing to always use an unrestricted permission set
- removed IsAllowedPrivileged role and according IsPrivileged code
- 13:47 Changeset [12925] by
-
#2388 fixed update of task facts
08/28/15:
- 17:50 Changeset [12924] by
-
- implemented a demo for value approximation with gbt and a trivial feature function
- 14:57 Changeset [12923] by
-
- refactoring to use state value function V(s) instead of state/action value function Q(s,a)
- added test case for artificial ant problem
08/27/15:
- 16:55 Changeset [12922] by
-
- added a simple implementation of Koza-style symbolic regression
- added ucb tuned and estimation of variance to tabular quality functions
- 15:37 Changeset [12921] by
-
#2472: update best solution only if a solution with a better best quality is found
- 14:52 Changeset [12920] by
-
#2468: implemented checkpointing
- 11:38 Changeset [12919] by
-
#2471 copied Problems.HeuristicLab from trunk to branch to add more implementations of GP problems
- 11:17 Ticket #1723 (Tree creators from the symbolic data analysis plugin are discovered as ...) closed by
- worksforme: The only operator discovered is the …
- 10:39 Changeset [12918] by
-
#2472: removed deleted projects from solution
- 10:37 Changeset [12917] by
-
#2472: removed deleted projects from solution
- 10:28 Ticket #2421 (Port artificial ant problem to new symbolic expression encoding) closed by
- obsolete: Efforts are now tracked in ticket #2472
- 10:28 Ticket #2422 (Port lawn mower problem to new symbolic expression encoding) closed by
- obsolete: Efforts are now tracked in #2472.
- 10:27 Ticket #2469 (Create base class for problems using the SymbolicExpressionTreeEncoding) closed by
- obsolete: Changes related to this ticket are now tracked in #2472
- 10:24 Changeset [12916] by
-
- deleted unused files
- removed createable attribute from outdated implementation of GrammaticalEvolution problems
- 10:20 Changeset [12915] by
-
- include Problems.GeneticProgramming in solution
- use Problems.GeneticProgramming from Problems.GrammaticalEvolution (only ArtificialAnt part)
- simplified GEArtificialAntProblem by using BasicProblem<IntegerVectorEncoding>
- 10:03 Changeset [12914] by
-
#2388 fixed plugin queries for maintenance page
- 08:46 Changeset [12913] by
-
#2388 fixed ordering for history charts
- 08:23 Changeset [12912] by
-
#2472: svn:ignore
- 08:21 Changeset [12911] by
-
#2472: created project structure for HeuristicLab.Problems.GeneticProgramming and added implementations of ArtificialAnt and LawnMower
- 07:01 Ticket #2472 (Create HeuristicLab.Problems.GeneticProgramming) created by
- This plugin should hold GP problems such as the aritificial ant or the …
08/26/15:
- 17:51 Changeset [12910] by
-
#2471: svn:ignore
- 17:50 Changeset [12909] by
-
#2471: initial import of basic algorithm and framework (state value approximation not yet supported)
08/25/15:
- 15:16 Changeset [12908] by
-
#2471: created branch
- 14:58 Ticket #2471 (Algorithm for sequential construction of symbolic expression trees) created by
- Related to "Grammatical Optimization" exploration ticket #2283 This …
- 14:47 Changeset [12907] by
-
#2470: Added remaining constructors
- 14:44 Ticket #2470 (ItemDictionary should allow to use a custom comparer) created by
- It's not possible to use a custom comparer in ItemDictionary, even …
- 14:40 Changeset [12906] by
-
#2422: removed obsolete plugin dependency
- 14:39 Changeset [12905] by
-
#2421 deleted unused analyzer and removed obsolete plugin dependency
- 14:25 Changeset [12904] by
-
#2469: implemented override for Analyze(...) method in SymbolicExpressionTreeProblem
- 14:24 Changeset [12903] by
-
#2421 moved code from analyzer directly into the Analyze(...) method of the problem class
- 14:23 Changeset [12902] by
-
#2422 deleted (svn-)copied files which are not used anymore
- 14:22 Changeset [12901] by
- 14:19 Changeset [12900] by
-
#2422 deleted (svn-)copied files which are not used anymore
- 14:18 Changeset [12899] by
-
#2422: ported lawn mower problem to use BasicProblem and SymbolicExpressionTreeEncoding
- 12:30 Changeset [12898] by
-
#2421: derived ArtificialAntProblem from SymbolicExpressionTreeProblem (see #2469)
- 12:29 Changeset [12897] by
-
#2469: added SymbolicExpressionTreeProblem base class
- 12:23 Ticket #2469 (Create base class for problems using the SymbolicExpressionTreeEncoding) created by
- Similar, to BinaryProblem. #2421 and #2422 depend on changes in this …
- 11:15 Ticket #2468 (Implement Checkpointing for the Hive Slave) created by
- 10:42 Changeset [12896] by
-
#2421: deleted files which were (svn-)copied but are not used anymore.
- 10:38 Changeset [12895] by
-
#2421 new version of artificial ant problem that uses SymbolicExpressionTreeEncoding
- 00:55 Changeset [12894] by
-
#1772: Small updates to SelectionSchemeAnalyzer and SymbolicDataAnalysisGeneticOperatorImprovementAnalyzer.
08/24/15:
- 13:56 Changeset [12893] by
-
#2283: experiments on grammatical optimization algorithms (maxreward instead of avg reward, ...)
08/23/15:
- 13:21 Changeset [12892] by
-
#1772: Made GenealogyAnalyzer class abstract and added abstract method EvaluateIntermediateChildren in order to assign qualities to intermediate vertices in the genealogy graph. Implemented SymbolicDataAnalysisGeneticOperatorImprovementAnalyzer which shows parent-child quality statistics for crossover and mutation.