Timeline
05/02/13:
- 16:53 Changeset [9430] by
-
initial import of GPDL parser plugin
- 15:36 Changeset [9429] by
-
#2024: Added support for CancellationToken in the ParallelEngine.
- 15:32 Changeset [9428] by
-
#2019 removed redundant db context in UpdateTaskState
- 15:17 Changeset [9427] by
-
#2019 added LoadWith for UpdateTaskAndStateLogs
- 14:55 Changeset [9426] by
-
- removed useless code as suggested by abeham
- enabled lazy loading for binary data (plugins and task data) as suggested by pfleck
- 14:19 Changeset [9425] by
-
Created a folder for a plugin that allows definition of custom GP problems
- 13:53 Changeset [9424] by
-
#1772: Merged HeuristicLab.Selection.
- 13:48 Changeset [9423] by
-
#1772: Implemented GeneticItem-based similarity measure. Renamed ISymbolicExpressionTreeNodeComparer to ISymbolicExpressionTreeNodeSimilarityComparer.
- 13:42 Changeset [9422] by
-
#2018: Updated StringConvertibleMatrixView branch with the latest trunk changes.
- 13:34 Changeset [9421] by
-
#1772: Merged trunk changes for HeuristicLab.Optimization.Views.
- 13:21 Changeset [9420] by
-
#1772: Improved the LineageExplorerView, added generation labels in the GenealogyGraphChart, added new visual component VisualGenealogyGraphTextLabel.
- 13:18 Changeset [9419] by
-
#1772: Refactoring of directed graph components, added code for correctly serializing vertices and edges. Added specific building blocks analyzers and new population diversity analyzer which correctly integrates with the parallel engine.
- 13:15 Changeset [9418] by
-
- changed duplicate solutions analyzer to also track avg. diversity as the standard diversity analyzer needs too much memory
- fixed project references of eslGA
- 12:49 Ticket #2041 (Add cancel button to the download bar in Hive Job Manager) created by
- Also check if it's possible to show already downloaded tasks in the UI …
- 12:46 Ticket #2040 (Refreshing the Hive Job Manager changes the sorting of jobs) created by
- 11:27 Changeset [9417] by
-
#1890: Removed osbolete code in Grammars.cs in the test project.
- 11:26 Changeset [9416] by
-
#1772: Fixed serialization of genetic fragments, added interface ISymbolicExpressionTreeNodeSimilarityComparer
- 10:45 Changeset [9415] by
-
#1265: Added save file functionality in emf and bitmap formats.
- 10:23 Changeset [9414] by
-
added robocode branch
04/30/13:
- 21:16 Changeset [9413] by
-
#2039 improved performance of TSPSimilarityCalculator
- 21:03 Ticket #2039 (Improve performance of the TSPSimilarityCalculator) created by
- The similarity calculator for the TSP is slow with large population …
- 20:35 Changeset [9412] by
-
#1886 added GA with evaluated solutions as a stopping criteria
- 17:49 Documentation/Reference/GPDL created by
- 17:46 UsersUrlRedirects edited by
- (diff)
- 17:46 UsersUrlRedirects edited by
- (diff)
- 17:45 UsersUrlRedirects edited by
- (diff)
- 16:54 Changeset [9411] by
-
- added multiple discretizer to GAssist
- created ensembles for LCS problems and edited CrossValidation to use them
- 11:14 Changeset [9410] by
- 11:11 Changeset [9409] by
-
- removed setting of name and description in LBFGS constructor
- changed names of placeholder operators in LBFGS
- added parameter for gradient checking.
- 10:57 Changeset [9408] by
-
#1423: cast solution creator to IRealVector instead of RealVector
- 10:54 Changeset [9407] by
-
#2029: applied the changes suggested by gkronber in comment:5:ticket:2029
- 10:54 Changeset [9406] by
-
#1423: throw an exception with an error message if alglib terminates LBFGS
- 10:53 Changeset [9405] by
-
#1423 added a constructor for OperatorExecutionException with a message parameter
- 10:36 Changeset [9404] by
-
#1789 added logarithmic scaling for transparency value
04/29/13:
- 14:52 Changeset [9403] by
-
#2037: Corrected access modifiers in SymbolicExpressionGrammarBase.
- 14:33 Changeset [9402] by
-
#2037 fixed a bug in the caching for minimum tree lengths and depths in the grammar
- 11:36 Changeset [9401] by
-
#2018: renamed "column" to "element" in array types
- 09:22 Changeset [9400] by
-
#1980: branch Algorithms.DataAnalysis
04/26/13:
- 17:36 Changeset [9399] by
-
#2030
Removed unnecessary UpdatePlugins in UpdateTask.
Optimized GetTask and GetPlugin with compiled queries.
- 15:46 Changeset [9398] by
-
#2031 fixed a bug in the correlation view
- 09:20 Ticket #2038 (Reevaluation of elite individuals) created by
- Currently elites are only evaluated once, which could lead to a …
- 09:16 Download edited by
- updated sources link (diff)
04/25/13:
- 19:52 Changeset [9397] by
-
#2030
Changed recursive Linq2Sql queries to native SQL queries.
- 13:55 Ticket #2037 (Grammar produces incorrect minimum expression lengths/depths) created by
- Caching does not work correctly for indirectly recursive grammars.
- 12:42 Changeset [9396] by
-
#2036 return success in the PreBuildEvent.cmd even if subwcrev is not found
- 12:36 Ticket #2036 (PreBuildEvent.cmd shouldn't fail when there is no subwcrev installed) created by
- mkommend has configured the builder to generate the *.cs.frame files …
04/24/13:
- 13:40 Changeset [9395] by
-
- Added visual extensions (dynamic JavaScript) which will be used to render additional result parameters specific to scenarios (e. g. create a graphical representation of a TSP).
- Added relationship between jobs and experiments (otherwise, it's not possible to get the job's experiment).
- Updated Admin page to allow removal/addition of visual extensions.
- Added back-end logic to store/retrieve/delete visual extensions.
- Added visual extension functionality to the JavaScript views/controllers (job.*.js).
- Added tsp.js which is a visual extension for the "Genetic Algorithm - TSP" scenario. It adds a graphical representation of the TSP (just like the C# version does) to the results.
04/23/13:
- 18:39 Changeset [9394] by
-
#2030
Fixed amespace bug in ConfigFile.
Disabled OutOfCoreExeption and OutOfMemoryException for MultiSlave-testing.
Added random waiting time for HartbeatManager to start to avoid simultaneously heartbeats for MultiSlave-testing.
- 18:33 Changeset [9393] by
-
#2030
Changed Linq.Binary to byte array to avoid hash computation.
DataContext in HiveOperationContext is now lazy initialized.
Added missing HiveDao from last commit failure.
- 13:31 Changeset [9392] by
-
- several small bug fixes
- added windowing technique ILAS to GAssist
- GAssist and XCS work now with real-valued features
- severely improved the performance of XCS
- 10:37 Changeset [9391] by
-
#2030
Separated old DTO-Dao from new Dao. DTO-Dao should be replaced completely.
Heartbeat and UpdateTaskState uses new Dao.
DataContext is now closed on ServiceOperation end.
04/22/13:
- 17:24 Changeset [9390] by
-
#1890 fixed a bug in RefreshAutomatically where the event for receiving the results was deregistered to early
- 16:57 Changeset [9389] by
-
#2031 reorganized statistical testing ui
- 15:26 Changeset [9388] by
-
#1890: Fixed the NumberArray2XmlSerializerBase to allow the persistence of multidimensional arrarys with length components of size 0.
- 07:10 Changeset [9387] by
-
#1967: added CovNN symbol and tree node
04/20/13:
04/19/13:
- 17:16 Changeset [9385] by
-
#2030
Replaced lazy loading with specialized queries.
Compiled queries used for Heardbeat queries.
Changed result types to IQueryable<T> for later query modification.
- 13:47 Changeset [9384] by
-
#1886 added calculation of selection intensity
- 13:01 Changeset [9383] by
-
#2031 ResultCorrelationView is now sortable and some minor cosmetic improvements
- 12:02 Changeset [9382] by
-
#2031 the ResultCorrelationView can now also handle parameters and IntValues
04/18/13:
- 16:35 Changeset [9381] by
-
#2030
Activated Delayed Loading for binary data.
Added HiveOperationContext to store HiveDataContext for whole ServiceOperation duration.
Added HiveDao methods to query database objects, not DTOs.
Changed HartbeatManager to use only database objects from new queries.
- 16:06 Changeset [9380] by
-
#2031 use EnhancedStringConvertibleMatrixView instead of StringConvertibleMatrixView in ResultCorrelationView
- 16:03 Changeset [9379] by
-
- moved EnhancedStringConvertibleMatrixView to Data.Views
- fixed a bug that occurred when no row visibility was set which resulted in empty row headers and an exception when changing the row visibility
- 15:59 Ticket #2035 (Move EnhancedStringConvertibleMatrixView to HeuristicLab.Data.Views) created by
- EnhancedStringConvertibleMatrixView was introduced with ticket #1292 …
- 13:07 Changeset [9378] by
-
#2031 fixed some bugs and the coloring in the chart analysis view
- 09:47 Changeset [9377] by
-
#2031 added sorting for the chart analysis view