Timeline
06/18/14:
- 18:59 WikiStart edited by
- (diff)
- 18:55 WikiStart edited by
- (diff)
- 18:50 WikiStart edited by
- (diff)
- 18:46 WikiStart edited by
- (diff)
- 18:44 WikiStart edited by
- (diff)
- 18:34 WikiStart edited by
- (diff)
- 18:30 WikiStart edited by
- (diff)
- 17:22 Changeset [11027] by
-
#2143: SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs: Added some code in the AfterDeserialization hook to replace ValueParameters with FixedValueParameters in order to avoid an InvalidCastException when trying to run older saved algorithms.
- 16:56 Download edited by
- (diff)
- 16:55 Changeset [11026] by
-
- Removed ToArray() calls from SymbolicClassificationPruningOperator.cs and SymbolicRegressionPruningOperator.cs.
- Changed UpdateCounter, UpdateInterval, PruningProbability, PopulationSliceParameter to FixedValueParameters in SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs.
- Removed empty operator data member
- Added parameter descriptions
- Improved source organization
- 15:27 Changeset [11025] by
-
#2143: Attempted to fix the problems described above.
06/17/14:
- 14:01 Changeset [11024] by
-
#2121: Fixed bugs in the bubble chart and box plot view regarding the axis labeling.
- 10:30 Changeset [11023] by
-
#1772: Small cosmetic changes in BottomUpDistanceCalculator.cs
06/16/14:
- 15:54 Ticket #2199 (VariableStoreView incorrectly labels variables as non-serializable) closed by
- done: r11022: merged to stable
- 15:54 Changeset [11022] by
-
#2199: merged to stable
- 15:37 Changeset [11021] by
-
#1772: Added ExportDot method to DirectedGraph. Worked on the BottomUpDistanceCalculator.
- 10:37 Changeset [11020] by
-
First check-in for Matt Roscoe. Major revision, multiple new files created and multiple files changed.
- 10:29 Changeset [11019] by
-
#2193: Fixed bugs in BestSolutionAnalyzer for parameter optimization problems.
- 09:58 Ticket #2196 (Caching in symbolic expression grammar is not thread safe) closed by
- done
- 09:58 Changeset [11018] by
- 09:57 Ticket #2111 (Unit test for font persistence fails) closed by
- done
- 09:57 Changeset [11017] by
06/15/14:
- 23:52 Changeset [11016] by
-
#1772: Made some progress with the BottomUpDistanceCalculator, still not entirely correct.
06/13/14:
- 17:20 Changeset [11015] by
-
#1772: Added partially working implementation of a bottom-up distance calculator for symbolic expression trees. Changed latex formatter to also return a map of node ids (useful when wanting to display trees side by side).
- 13:49 Changeset [11014] by
-
#2199: fixed VariableStoreView to correctly label serializable variables
- 13:43 Ticket #2199 (VariableStoreView incorrectly labels variables as non-serializable) created by
- Variables which are in fact serializable are labeled as …
06/12/14:
- 14:35 Changeset [11013] by
-
#2143: Added missing check for population slice bounds, added PopulationSize parameter to get the number of individuals (instead of counting the subscopes of the current execution context).
- 14:15 Changeset [11012] by
-
#2198: Improved file name suggestion when saving contents for the first time.
- 14:14 Changeset [11011] by
-
- Cloned Model before backtransformation.
- Set new Model instead of whole Solution after backtransformation.
- 14:13 Ticket #2198 (HL should suggest better file names) created by
- HL always suggests "Item" as file name for newly created files. …
- 13:34 Changeset [11010] by
-
#1763: Added solution containing the HeuristicLab.Problems.DataAnalysis.Symbolic.Views project. Updated folder structure. Added PreBuildEvent.cmd.
- 13:26 Changeset [11009] by
-
- Merged trunk into preprocessing branch.
- 12:45 Changeset [11008] by
-
#2109 removed incorrect unit test attributes from a helper method
- 11:32 Changeset [11007] by
-
#2121: Fixed a bug in the bubble chart and boxplot view regarding filtered runs.
- 10:30 Ticket #2197 (Error characteristics curve shows an exception for data sets with ...) created by
- This can occur for instance when a new data set is loaded into an …
- 10:16 Changeset [11006] by
-
#1721: merged improved random forest persistence from trunk to stable branch
- 09:25 Ticket #1721 (Persistence of random forest solutions takes a long time and creates ...) closed by
- done
06/11/14:
- 17:00 Ticket #2191 (Bug in IterativeInsertionCreator) closed by
- done: r11005: merged to stable
- 17:00 Changeset [11005] by
-
#2191: merged to stable
- 16:00 Changeset [11004] by
-
Fix Datacompletnesscontent
- 15:43 Changeset [11003] by
-
Refactoring
- 15:43 Changeset [11002] by
-
Refactoring
- 15:33 Changeset [11001] by
-
format - THE END
- 15:33 Changeset [11000] by
-
- derive StringConvertibleMatrixView from core
- delete PreprocessingStringConvertibleMatrixView
- 15:28 Changeset [10999] by
-
- Reordered Code
- 15:25 Changeset [10998] by
-
Formatting Sourcecode Views
- 15:21 Changeset [10997] by
-
- refresh datagrid after pasting values
- 15:21 Changeset [10996] by
-
#2109 removed plugin dependency HeuristicLab.Analysis
- 15:17 Changeset [10995] by
-
Changed cloning for preprocessing chart content
- 15:15 Changeset [10994] by
-
- Partition Ranges are not computed anymore: save the concrete values in PreprocessingData.
- 15:13 Changeset [10993] by
-
- make data grid selection faster
- 15:06 Changeset [10992] by
-
- removed ChartLogic and
moved logic accordingly to PreprocessingChartContent, ScatterPlotContent
modified views etc. to use IFilteredPreprocessingData instead of ChartLogic
- reordered code
- 14:48 Changeset [10991] by
-
abstract PreprocessingData
- 14:47 Changeset [10990] by
-
- Simplified export in PreprocessingContext
- Implemented export of DataAnalysisProblemData
- 14:24 Changeset [10989] by
-
#2109 set svn:ignore properties
- 14:23 Changeset [10988] by
-
#2109 moved implementation of grammatical evolution problem into a version 3.3 folder and fixed build output paths
- 14:23 Changeset [10987] by
-
Refactored scatter plot
- 14:05 Changeset [10986] by
-
#2109: added GE samples (symbreg and artificial ant) to the list of samples in the optimizer
- 14:03 Changeset [10985] by
-
#2196: added synchronization in the grammar when caching values
- 14:02 Changeset [10984] by
-
#2109: retry until a unique constant is sampled when creating constants in the GE symbolic regression grammar
- 13:59 Ticket #2196 (Caching in symbolic expression grammar is not thread safe) created by
- 13:58 Changeset [10983] by
-
#2109 added unit test to create and run grammatical evolution samples
- 13:38 Changeset [10982] by
-
- ProblemCreator did not take into account:
non double input variables
treated target variable as an additional input variable
did not consider constant input variables
- 13:36 Changeset [10981] by
-
Zoom in DataCompletenessChart
- 13:29 Changeset [10980] by
-
- Inverse iterate when backtransforming model
- Insert CopyColumnTransformation in front of Transformations-List
- 13:18 Changeset [10979] by
-
datacompleteness view
formating filter percentage
- 12:36 Changeset [10978] by
-
Refactoring
- 12:35 Changeset [10977] by
-
- Simplified DataGridContent - using a private set in the property instead of private fields
- Disabled transformation if filter is active
- Code Fromatted
- 12:24 Changeset [10976] by
-
- Implemented creation of CopyColumsTransformations when preserving original columns.
- 12:15 Changeset [10975] by
-
#2109 copied grammatical evolution plugin from feature development branch into the trunk
- 12:07 Changeset [10974] by
-
#2109: minor code cleanup
- 11:53 Changeset [10973] by
-
Handling of string and dates values for histogram classification
- 11:39 Changeset [10972] by
-
Chart view refactoring
- 11:20 Changeset [10971] by
-
- Fixed StatisticsView bug if all rows are filtered
- 11:12 Changeset [10970] by
-
- disabled manipulation if a filter is active
- Reordered code ManipulationContent
- 11:04 Changeset [10969] by
-
- show message if filter is active
- 11:00 Changeset [10968] by
-
#2109 updated license headers and the solution file (for VS2012)
- 10:53 Changeset [10967] by
-
Implemented cloning constructor for chart contents
- 10:46 Changeset [10966] by
-
#1721 deleted feature branch
- 10:42 Changeset [10965] by
-
- Reordered code
- 10:40 Changeset [10964] by
-
- Refactorings for DataGridContent and FitlerContent
- 10:25 Changeset [10963] by
-
#1721 merged r10321:10322 from feature branch to the trunk
- 10:14 Changeset [10962] by
-
Added cloning for chart contents on double click
- 09:43 Changeset [10961] by
-
#2111 make GetFontFamily() static
- 09:42 Changeset [10960] by
-
#2096 add treatment of special characters also to Char2XmlSerializer
06/10/14:
- 09:44 Changeset [10959] by
-
#2191: correctly set the stopIdx, as suggested in the mailing list
06/06/14:
- 14:12 Changeset [10958] by
-
#2192 make StorableSerializer.HookDesignator derive from Tuple and inherit proper Equals() and GetHashCode()
06/05/14:
- 16:51 Changeset [10957] by
-
#1763: Added a special arity check for multiplication and addition symbols that invalidates the tree when the node has less than 2 subtrees. Disabled right-hand side details box when the tree is invalid.
- 15:39 Changeset [10956] by
-
#2159: Forgot to commit changes in TextualSymbolicDataAnalysisModelView.designer.cs
- 14:37 TracRevisionLog edited by
- (diff)
- 14:37 PageTemplates edited by
- (diff)
- 14:37 WikiProcessors edited by
- (diff)
- 14:37 TracFastCgi edited by
- (diff)
- 14:37 TracAccessibility edited by
- (diff)
- 14:37 TracRss edited by
- (diff)
- 14:37 RecentChanges edited by
- (diff)
- 14:37 TracUnicode edited by
- (diff)
- 14:37 TracFineGrainedPermissions edited by
- (diff)
- 14:37 TracModPython edited by
- (diff)
- 14:37 WikiMacros edited by
- (diff)
- 14:37 TracSyntaxColoring edited by
- (diff)
- 14:37 TracPermissions edited by
- (diff)
- 14:37 InterTrac edited by
- (diff)
- 14:37 InterWiki edited by
- (diff)
- 14:37 WikiRestructuredText edited by
- (diff)
- 14:37 TracChangeset edited by
- (diff)
- 14:37 TracImport edited by
- (diff)
- 14:37 WikiNewPage edited by
- (diff)
- 14:37 TracBrowser edited by
- (diff)
- 14:37 TracSupport edited by
- (diff)
- 14:37 TracLogging edited by
- (diff)
- 14:37 TracAdmin edited by
- (diff)
- 14:37 TracQuery edited by
- (diff)
- 14:37 WikiFormatting edited by
- (diff)
- 14:37 TracWiki edited by
- (diff)
- 14:37 TracBackup edited by
- (diff)
- 14:37 TracInterfaceCustomization edited by
- (diff)
- 14:37 TracGuide edited by
- (diff)
- 14:37 TracNavigation edited by
- (diff)
- 14:37 TracTimeline edited by
- (diff)
- 14:37 TracEnvironment edited by
- (diff)
- 14:37 SandBox edited by
- (diff)
- 14:37 WikiHtml edited by
- (diff)
- 14:37 TracUpgrade edited by
- (diff)
- 14:37 TracWorkflow edited by
- (diff)
- 14:37 TracInstall edited by
- (diff)
- 14:37 TracTicketsCustomFields edited by
- (diff)
- 14:37 WikiRestructuredTextLinks edited by
- (diff)
- 14:37 TracLinks edited by
- (diff)
- 14:37 WikiPageNames edited by
- (diff)
- 14:37 TracStandalone edited by
- (diff)
- 14:37 TracPlugins edited by
- (diff)
- 14:37 TracIni edited by
- (diff)
- 14:37 CamelCase edited by
- (diff)
- 14:37 TracModWSGI edited by
- (diff)
- 14:37 TitleIndex edited by
- (diff)
- 14:37 TracCgi edited by
- (diff)
- 14:37 TracRepositoryAdmin edited by
- (diff)
- 14:37 WikiDeletePage edited by
- (diff)
- 14:37 TracReports edited by
- (diff)
- 14:37 TracRoadmap edited by
- (diff)
- 14:37 TracNotification edited by
- (diff)
- 14:37 TracSearch edited by
- (diff)
- 14:37 TracBatchModify created by
- 14:37 TracTickets edited by
- (diff)
- 11:59 Changeset [10955] by
-
#2143: Added extra check to ensure the PopulationSlice parameter is in the right range.
- 10:42 Ticket #1771 (Tree pruning and reductive mutation operators) closed by
- duplicate: This ticket is a duplicate of #2143. Reductive mutation operatiors …
- 07:16 Ticket #2190 (Tabu search with the MultiVRPMoveGenerator throws an exception) closed by
- done: r10954: merged r10924, r10926, r10927 to stable
- 07:16 Changeset [10954] by
06/04/14:
- 15:41 Changeset [10953] by
-
#2159: Fixed comboBox font, but couldn't hide the caret in the textBox (although it is readonly).
- 15:39 Ticket #2195 (Redesign start page) created by
- Split start page vertically, put samples on the right side. Include …
- 15:32 Changeset [10952] by
-
Completed scatter plot view
- 15:09 Changeset [10951] by
-
Remove todo comment
- 15:07 Changeset [10950] by
-
Rename CopyOfStringConvertibleMatrix
- 15:02 Changeset [10949] by
-
Keep sorting when content changes
- 14:57 Changeset [10948] by
-
- Implemented preserve/copy columns on transformations.
- 14:57 Changeset [10947] by
-
- Changed ComparisonFilter, using DoubleValue and DateTime rather than just StringValue
- Included better input validation for ComparisonFilterView
- Bug "Search and Sorted DataGridContentView" fixed
- 14:48 Changeset [10946] by
-
- always show selected cell
- 14:40 Changeset [10945] by
-
- added messagebox for displaying a warning: Missing Column Parameter in a Transformation
- 13:42 Changeset [10944] by
-
- removed unnecessary ctor parameter from CopyColumnTransformation
- 13:33 Changeset [10943] by
-
- implement Backtransformation logic for CopyColumnTransformation
- 13:32 Changeset [10942] by
-
Ensure correct index for classifier combobox
- 13:26 Changeset [10941] by
-
#2194: Improved CreateEnsembleMenuItem by taking the visibility of the runs into account.
- 13:25 Ticket #2194 (Ensemble should only be created from visible runs) created by
- Ensembles can be created by the CreateEnsembleMenuItem, which extracts …
- 13:22 Changeset [10940] by
-
- fixed CopyColumnTransformation inheritance
- created a non-generic version of Transformation
- 13:09 Changeset [10939] by
-
- do filtering in transaction, so the content changed event is only fired once
- fix bug with apply filter
- 13:08 Changeset [10938] by
-
Improve context menu replace performance by disabling repaint
- 12:59 Changeset [10937] by
-
#2193: Fixed bug in BestSolutionAnalyzer for parameter optimization problems.
- 12:58 Ticket #2193 (BestSolutionAnalyzer does not add a result if the best quality is not ...) created by
- If the current best quality is worse than the best known quality no …
- 12:56 Changeset [10936] by
-
#1772: Modified GenealogyAnalyzer to remove discarded offspring selection children from the genealogy graph.
- 12:55 Changeset [10935] by
-
- revived CopyColumnTransformation, its needed for Backtransformation
- 12:30 Changeset [10934] by
-
Update correlationmatrix on preprocessing data change - improve performance on datagrid selection.
- 12:28 Changeset [10933] by
-
filter: removed resetbtn, added filterInfo, deactivation on apply filters
- 11:16 Changeset [10932] by
-
- added ShortName property to ITransformation
- 11:00 Changeset [10931] by
-
- removed unnecessary CopyColumnTransformation
- 10:51 Changeset [10930] by
-
- Disabled Replace tab in SearchAndReplaceDialog if a filter is active
- Disabled Replace button in DataGridview if filter is active
- Refactored/Changed IFilterLogic#IsFiltered from method to property