Timeline
02/27/08:
- 19:51 Ticket #33 (Implement a standard IslandGA for the distributed-engine) closed by
- fixed
- 19:51 IslandGA_TSP edited by
- added info about result quality of island ga (diff)
- 19:14 IslandGA_TSP created by
- added description of IslandGA engine
- 19:10 WorkbenchesHL3 edited by
- added link to IslandGA engine (diff)
- 15:13 Ticket #35 (When closing an control in the AdvancedOptimizationFrontend the first ...) created by
- This is strange behavior because if there are two open controls (in …
- 11:21 Ticket #34 (ProcessingEngine is displayed in the "New" menu) created by
- ProcessingEngine shouldn't be visible in the "New" menu because it is …
02/26/08:
- 19:02 MultiPopGA_TSP edited by
- added info about test with distributed-engine and grid (diff)
- 18:47 Ticket #33 (Implement a standard IslandGA for the distributed-engine) created by
- 18:45 Ticket #31 (Fix problems with missing/incorrect credentials when distributing ...) closed by
- fixed: fixed with r24
- 18:45 Changeset [24] by
-
- fixed #31 by setting securityMode=None in the binding of client, server and distributed-engine
- updated version number of Grid and DistributedEngine because new plugins had to be released
- 18:38 Ticket #32 (Show number of available updates after 'update' action in plugin manager) created by
- 18:10 Ticket #31 (Fix problems with missing/incorrect credentials when distributing ...) created by
- When the grid-server runs on a remote machine that has no user-account …
- 18:08 Ticket #30 (Make clients reconnect to the server periodically in case a connection ...) created by
- 17:40 Ticket #29 (Implement premature stop-criterion for evaluation operators) created by
- While evaluating an individual it might be obvious that it can't be …
02/22/08:
- 12:54 Ticket #28 (Group VariableInfos by Kind) created by
- Perhaps it would increase usability if the VariableInfos? in the …
02/21/08:
- 11:45 Ticket #11 (Replace boolean variable BalanceTrees with a double BalancedTreesRate) closed by
- fixed: fixed with r23
- 11:45 Changeset [23] by
-
changed boolean variable BalanceTrees to double BalancedTreesRate (ticket #11)
- 09:35 Ticket #25 (Persistence breaks workbenches when they become smaller in size) closed by
- fixed: fixed with r22
- 09:35 Changeset [22] by
-
fixed issues with save/load from/to file (ticket #25)
- 09:27 Ticket #25 (Persistence breaks workbenches when they become smaller in size) reopened by
- better fix would be to replace File.OpenWrite() with File.Create()
- 01:05 Ticket #27 (Adapt installer for Windows Vista) created by
- Windows Vista has some new peculiarities which have to be considered …
- 01:02 Ticket #26 (Implement upgrading functionality for plugins) created by
- Enable upgrading of already installed plugins in the Pluginmanager Console.
- 00:05 Ticket #25 (Persistence breaks workbenches when they become smaller in size) closed by
- fixed: fixed in r21 by overwriting all existing files with an empty string …
- 00:04 Changeset [21] by
-
Before saving to a file, a check is made if the file exists in which case it is overwritten with an empty string
fixes bug #25
02/20/08:
- 23:50 Ticket #25 (Persistence breaks workbenches when they become smaller in size) created by
- Took me a while to nail the problem, but I think it occurs as …
- 22:32 Changeset [20] by
-
Updated API documentation
Updated setup
- 16:40 Ticket #24 (Plugin manager form is closed together with the splash-screen) closed by
- fixed: fixed with r19
- 16:40 Changeset [19] by
-
fixed #24 by setting the starter to be the owner of the plugin-manager window in ShowDialog().
- 16:25 Ticket #24 (Plugin manager form is closed together with the splash-screen) created by
- 15:16 Ticket #21 (Add some kind of shortcut for installing plugin in the Pluginmanager ...) closed by
- fixed: fixed with r18
- 15:16 Changeset [18] by
-
made install and delete actions available via keys 'i' and 'd' (ticket #21)
- 14:56 Changeset [17] by
-
hide the starter only when the plugin-manager is running.
don't close the starter when an application is running.
- 14:27 Ticket #23 (The starter window has to be refreshed when plugin-manager is closed) closed by
- fixed: fixed with r16
- 14:27 Changeset [16] by
-
fixed #23 by just refreshing the applications-listview in the starter window
- 14:16 Ticket #20 (Sort plugins in Pluginmanager Console) closed by
- fixed: fixed with r15
- 14:16 Changeset [15] by
-
fixes #20
- 14:10 Ticket #23 (The starter window has to be refreshed when plugin-manager is closed) created by
- applications could have been removed new applications could have been …
- 14:06 Changeset [14] by
-
fixed dependency in distributed-engine
- 13:27 Changeset [13] by
-
Updated setup
- 13:24 Changeset [12] by
-
added new file InvalidPluginException.cs (was missing in r8)
- 13:15 Ticket #22 (List of available plugins is cleared after remove/install/upgrade action) closed by
- fixed: fixed with r11
- 13:15 Changeset [11] by
-
fixed #22 by moving the code that creates tree-nodes for availablePlugins into the InitPlugins method
- 12:47 Ticket #22 (List of available plugins is cleared after remove/install/upgrade action) created by
- 12:47 Ticket #12 (DirectoryNotFoundException is thrown when installing a plugin from the web) closed by
- fixed: * fixed publish mechanism with r10 * updated plugin packages to fix …
- 12:45 Changeset [10] by
-
refresh the list of plugin-tags before calling OnUpgrade and OnInstall after installing new plugins (#12)
- 12:03 Changeset [9] by
-
removed waring dialog when for deleting files (ticket #12)
- 11:08 Changeset [8] by
-
removed silly assertion statements (ticket #12)
- 02:39 Ticket #21 (Add some kind of shortcut for installing plugin in the Pluginmanager ...) created by
- Especially after installation many plugins have to be installed from …
- 02:35 Ticket #20 (Sort plugins in Pluginmanager Console) created by
- Perhaps it would be a good idea to sort the plugin lists …
- 02:08 Ticket #19 (Improve charting engine) created by
- Before thinking about a final HeuristicLab 3.0 release, the design, …
- 02:07 Ticket #18 (Implement standard algorithms and problems) created by
- Before thinking about a final HeuristicLab 3.0 release, several …
- 02:06 Ticket #17 (Documentation) created by
- Before thinking about a final HeuristicLab 3.0 release, some more …
- 02:06 Ticket #16 (Implement analysis of variable infos to identify invalid data dependencies) created by
- Variable infos provide information about the variables an operator …
- 02:05 Ticket #15 (Implement crossover and mutation operators for real vectors) created by
- Port the remaining crossover and mutation operators from HeuristicLab 1.1.
- 02:04 Ticket #14 (Improve performance of SGA plugin) created by
- Improve GUI updating in HeuristicLab.SGA. At the moment controls (like …
- 02:03 Ticket #13 (Review and unify drag and drop support) created by
- Support for drag and drop operations should be available throughout …
- 01:57 Ticket #12 (DirectoryNotFoundException is thrown when installing a plugin from the web) created by
- In the Pluginmanager Console a DirectoryNotFoundException is thrown …
- 01:46 Changeset [7] by
-
Corrected assembly infos
- 01:18 Changeset [6] by
-
Added setup
02/19/08:
- 23:52 Changeset [5] by
-
Added license information for third party libraries
- 20:32 Changeset [4] by
-
Updated API Documentation
- 19:38 Ticket #11 (Replace boolean variable BalanceTrees with a double BalancedTreesRate) created by
- 19:35 Ticket #10 (Adjust random operators to recieve a list of values to change) created by
- 19:34 Ticket #9 (Show plugin description in plugin info pane in the plugin manager console) created by
- 19:26 Ticket #8 (Show inactive plugins in the plugin manager) created by
- Inactive plugins should be displayed in the tree view of the plugin …
- 19:26 Ticket #7 (Plugin to manage settings (SettingsInfrastructure)) created by
- 19:25 Ticket #6 (Data preprocessing functionality similar to HeuristicModeling (HL2)) created by
- 19:25 Ticket #5 (Operators to analyse structural diversity in GP populations) created by
- 18:59 Ticket #4 (Update only visible grid-cells when updating a DatasetView) created by
- Makes GUI snappier.
- 18:58 Ticket #3 (Plugins in directories and sub-directories of the application directory) created by
- It should be possible to have directories and sub-directories in …
- 18:57 Ticket #2 ('Stop' functionality for distributed engines.) created by
- 18:56 Ticket #1 (PluginLoader should handle circular plugin dependencies more gracefully) created by
- Right now the loader will throw an StackOverflowException and dies. …
- 18:54 MultiPopGA_TSP created by
- copied page from private trac
- 18:52 SGA_TSP created by
- copied page from private trac
- 18:49 workbench_documentation_template created by
- copied page from private trac
- 18:49 WorkbenchesHL3 created by
- copied page from private trac
- 18:44 InstallingPlugins created by
- copied page from private trac
- 18:32 OldWikiStart edited by
- copied page from private trac (diff)
- 17:55 Changeset [3] by
-
Removed plugins HeuristicLab.Charting.Grid and HeuristicLab.Charting.Gantt
- 17:03 Changeset [2] by
-
Added HeuristicLab 3.0 sources from former SVN repository at revision 52
- 16:18 TracModPython created by
- 16:18 TracRss created by
- 16:18 WikiRestructuredText created by
- 16:18 TracStandalone created by
- 16:18 TracReports created by
- 16:18 TracPlugins created by
- 16:18 InterWiki created by
- 16:18 TracTimeline created by
- 16:18 TracLinks created by
- 16:18 WikiNewPage created by
- 16:18 TracFastCgi created by
- 16:18 TracSearch created by
- 16:18 TracBackup created by
- 16:18 TracGuide created by
- 16:18 TracSupport created by
- 16:18 TracPermissions created by
- 16:18 WikiDeletePage created by
- 16:18 TracTickets created by
- 16:18 TracCgi created by
- 16:18 TracWiki created by
- 16:18 TracInterfaceCustomization created by
- 16:18 TracImport created by
- 16:18 InterMapTxt created by
- 16:18 TracEnvironment created by
- 16:18 TracInstall created by
- 16:18 WikiProcessors created by
- 16:18 TracAccessibility created by
- 16:18 RecentChanges created by
- 16:18 TracChangeset created by
- 16:18 WikiHtml created by
- 16:18 TracLogging created by
- 16:18 WikiPageNames created by
- 16:18 TracRoadmap created by
- 16:18 TitleIndex created by
- 16:18 OldWikiStart created by
- 16:18 TracQuery created by
- 16:18 WikiMacros created by
- 16:18 TracIni created by
- 16:18 WikiRestructuredTextLinks created by
- 16:18 TracTicketsCustomFields created by
- 16:18 WikiFormatting created by
- 16:18 TracAdmin created by
- 16:18 TracNotification created by
- 16:18 TracSyntaxColoring created by
- 16:18 TracUpgrade created by
- 16:18 SandBox created by
- 16:18 InterTrac created by
- 16:18 TracBrowser created by
- 16:18 CamelCase created by
- 16:18 TracUnicode created by
- 16:18 TracRevisionLog created by
- 16:17 Changeset [1] by
-
Added initial repository layout