Timeline
02/04/13:
- 16:26 Changeset [9205] by
-
#1980: forgot to remove the reference to any specific encodings in the LearningClassifierSystems project
- 16:16 Changeset [9204] by
-
- deleted not needed interface IMatching
- finished VariableVector encoding
- the algorithm LearningClassifierSystem is now independent of a specific encoding. It still needs the ConditionActionEncoding.
- merged r9191:9203 HeuristicLab.Core from trunk to branch
- 15:56 StatisticalAnalysis edited by
- (diff)
- 15:07 Changeset [9203] by
-
- Removed plugin HeuristicLab.SharpDevelop-3.1.1.5327
- Added plugin HeuristicLab.SharpDevelop-3.2.1
- Contains custom built binaries from SharpDevelop's 3.x branch
- Changed dependency in HeuristicLab.CodeEditor-3.3
- Removed log4net from ExtLibs
- 14:59 Ticket #2012 (Remove log4net dependency from SharpDevelop) created by
- SharpDevelop's ICSharpCode.SharpDevelop.Dom provides a LoggerService …
- 13:21 StatisticalAnalysis edited by
- H0 (diff)
- 13:10 StatisticalAnalysis edited by
- Significant ;) (diff)
02/03/13:
- 16:17 Changeset [9202] by
-
- add repeating of failed tasks and task datas
- added an additional ws method that loads lightweight tasks without the statelogs
- 16:02 Changeset [9201] by
-
#2005 merged changes from trunk into branch
02/01/13:
01/31/13:
- 22:24 Changeset [9200] by
-
#1961: Fixed serialization of paused algorithm
- 22:17 Changeset [9199] by
-
- Switched to ALGLIB's high quality normal distributed random number generator
- Added automatic restriction to bounds after mutation in case MaxTries > 1 and no valid solution could be obtained
- 14:59 StatisticalAnalysis edited by
- (diff)
- 14:39 Changeset [9198] by
-
#1886 added calculation of the overall parameter influence
- 13:13 Changeset [9197] by
-
#1886 don't do testing if there aren't enough groups
- 11:03 Changeset [9196] by
-
- fixed a cloning bug
- fixed forgotten event handler deregistration
- added a run collection view for analyzing parameter influences
- 10:54 Ticket #2011 (GeneticAlgorithm's way of wiring the population size is not optimal ...) created by
- This is severe malfunction, because if one changes the population size …
01/29/13:
- 14:39 Changeset [9195] by
-
#1427: Moved actual value caching and execution contexts from Paramater to LookupParameter.
01/28/13:
- 17:54 Changeset [9194] by
-
- added necessary interface ICondition, IAction, IInput
- removed not used class MatchSelector and interface IMatchSelector
- added constructors to ItemDictionary
- added new encoding
- 15:27 Changeset [9193] by
-
#2005 simplified refreshing of jobs in the Hive client as this isn't needed anymore
- 15:18 Changeset [9192] by
-
#1886 RunCollectionStatisticalTabularView now respects RunCollectionFilters
- 14:33 StatisticalAnalysis edited by
- added page with an overview of different tests (diff)
- 12:22 StatisticalAnalysis edited by
- (diff)
- 12:19 StatisticalAnalysis edited by
- (diff)
- 12:18 StatisticalAnalysis edited by
- (diff)
- 10:59 StatisticalAnalysis created by
- 08:33 Changeset [9191] by
-
#1980: branch project HeuristicLab.Core
01/25/13:
- 21:15 Ticket #2010 (Some TSP instances do not load) created by
- If you try to load some TSP instances (e.g. pla33810, pla7397 or …
- 16:22 Ticket #2009 (Statistical significance checking in box plot view) created by
- 16:20 Changeset [9190] by
-
#2008: Added option to obtain a matrix representation of a bubble chart view
- 15:05 Changeset [9189] by
-
#1886 fixed unwanted mutations analyzer
- 14:42 Ticket #2008 (Add option to get data matrix from bubble chart grouping) created by
- 09:54 Ticket #2007 (Update AlgLib to 3.7.0) created by
01/24/13:
- 17:20 Changeset [9188] by
-
#2005 implemented unloading of jobs
- 12:55 Changeset [9187] by
-
#2005 merged changes from trunk into branch
- 12:46 Changeset [9186] by
-
#2006 fixed disposing of ViewContextMenuStrip
- 01:06 Changeset [9185] by
-
#1886 fixed scaling of qualities
01/23/13:
- 14:08 Changeset [9184] by
-
#2005 merged changes from trunk into branch
- 14:05 Changeset [9183] by
-
#2005 reverted changes of r9174 as the trunk now contains the correct memory leak fixes (#2006)
- 10:18 Changeset [9182] by
-
#1997: Added reevaluation of elits to symbolic data analysis island ga and changed evaluator to combine the fixed and random samples.
01/22/13:
- 22:57 Changeset [9181] by
-
#2006: Changed GhostFactory to not hold a reference to the View object and completely removed the TextEditor tool as it was not in use.
- 22:53 Changeset [9180] by
-
#2006: Disposed menu items of the ViewHost correctly.
- 22:51 Ticket #2006 (Fix memory leaks in MainForm.WindowsForms and the ...) created by
- * Menu items of the ViewHost are not disposed correctly * …
- 16:49 Changeset [9179] by
-
#1890: Moved HeuristicLab project to first place in solution (so that it's selected as default startup project in a fresh checkout)
- 16:46 Changeset [9178] by
-
#1996: Corrected OperatorGraph.Iterate to include AlgorithmOperators.
- 16:46 Changeset [9177] by
-
#1423: Renamed project to add version number (3.3) and fixed build number
- 13:39 Changeset [9176] by
-
#1508 updated trading plugin to work with current trunk version
01/21/13:
- 16:33 Changeset [9175] by
-
- added BestTrainingXCSSolutionAnalyzer and CurrentXCSSolutionAnalyzer
- fixed bug: Equals method was not correct in CombinedIntegerVector
- 09:05 Changeset [9174] by
-
#2005 fixed memory leaks in GraphVisualization and Docking