Timeline
03/10/16:
- 23:20 Changeset [13685] by
-
#2457: updated to changes in RunCreationClient in trunk
- 22:31 Changeset [13684] by
-
- Returning id in add solution method
- Added method to delete solutions
- Added client methods in RunCreationClient that match the service methods
- Made all service methods non-static in RunCreationClient
- 16:01 Changeset [13683] by
-
- Added service method to add solutions
- 15:04 Changeset [13682] by
-
- Added table, FK constraints, and FK indexes to database
- Updated Linq2Sql mapping
- Added service methods and dtos for downloading
- 14:57 Ticket #2588 (Enable uploading and downloading of solutions in okb) created by
- We aim to store solution information in the OKB. * The database …
- 14:40 Changeset [13681] by
-
#2587: Added parameter descriptions as tooltip to the listview items in the CreateExperimentDialog.
- 14:39 Ticket #2587 (CreateExperimentDialog should show parameter descriptions) created by
- If one is not familiar with an algorithm and its parameters it is hard …
- 12:16 Changeset [13680] by
-
- Renamed SampleSize to BatchSize.
- Fixed name of iterations in the results in operator graph.
- Removed automatic recalculating of evaluated solutions or batch size when changing the maximum iterations.
- 11:06 Changeset [13679] by
-
#2571: Corrected grammar mistake in RandomSearch.
- 10:13 Changeset [13678] by
-
#2586: added an index on StateLog and updated the index on RequiredPlugins to include additional columns
- 10:12 Ticket #2586 (Reduce HIVE load on downloading jobs) created by
- An index on StateLog with TaskId can reduce load on the HIVE server …
- 09:50 Changeset [13677] by
-
#2571: Renamed some parameters to be more consistent with other algorithms.
- Number of Samples -> Evaluated Solutions
- Batch Size -> Sample Size
- Number of Batches -> Iterations
- 09:15 Changeset [13676] by
-
#2557: Renamed test method and added an additional description.
03/09/16:
- 17:14 Changeset [13675] by
-
#2549: Added indexes to improve query performance
- The queries from Run.Id to Value.RunId were missing an index on RunId
- The queries from ValueName.Id to Value.ValueNameId were also missing an index on ValueNameId
- Similar indexes were missing in CharacteristicValues
- 16:01 Changeset [13674] by
-
Improve calculation of evaluations
Save the best value less that "ValueToReach"
- 14:05 Changeset [13673] by
-
#1087 fixed bug in DTLZ1, DTLZ3 and DTLZ7
- 12:44 Changeset [13672] by
-
#1087 added Analyzers, reworked PFStore, added licence information, cleaned code
- 12:33 Changeset [13671] by
-
#2585: Changed progress calculationd during instance provider discovery in CreateExperimentDialog.
- 12:30 Ticket #2585 (Create experiment dialog throws an exception if more than one instance ...) created by
- The problem is an error in the progress calculation during the …
- 12:05 Changeset [13670] by
-
#2584: Added parameter in constant optimization that determines whether variable weights should be modified.
- 12:04 Ticket #2584 (ConstantOptimization should be configurable to ignore variable weights) created by
- It is not always desirable to modify variable weights, when performing …
03/08/16:
- 20:10 Changeset [13669] by
-
#2581: made policies storable and added iteration of best solution to results
- 17:51 Changeset [13668] by
-
#2457: Worked on expert system
- 15:56 Ticket #2583 (HeuristicLab graph layout and visualization) created by
- This would provide functionality for the layout and visualization of …
- 15:33 Changeset [13667] by
-
#2457: worked on expert system, created new application, merged trunk change of r13666
- 15:06 Changeset [13666] by
-
- changed embedding of fla in okb problem
- added new view for characteristic calculators
- 11:33 Changeset [13665] by
-
#2288: Improve calculation of variable impacts in the analyzer
- 11:24 Changeset [13664] by
-
#2288: Change the CreateTargetVariationExperimentDialog so that it creates combinations of all variables in the dataset.
- 02:54 EvoSoft edited by
- (diff)
03/07/16:
- 21:29 Changeset [13663] by
-
#2457: worked on expert system
- 16:14 Changeset [13662] by
-
#2581: made cloning constructors protected
- 15:40 Changeset [13661] by
- 15:27 Changeset [13660] by
-
#2572: removed null checks
- 15:04 Changeset [13659] by
-
#2581: added source files for policies
- 14:50 Changeset [13658] by
-
#2581: extracted policies from MCTS to allow experimentation with different policies for MCTS
- 12:50 Changeset [13657] by
-
#2581: update quality estimate in parent nodes when a branch is completely explored. added ucbtuned selection
- 10:18 Changeset [13656] by
-
#2582 created branch for Hive Web Job Manager
- 10:17 Ticket #2582 (Implement Hive Web Job Manager) created by
03/06/16:
- 12:44 Changeset [13655] by
-
#1795: updated plugin dependencies
03/05/16:
- 21:45 Changeset [13654] by
-
#2581: adapted parameter name in unit test
- 19:42 Changeset [13653] by
-
#1795: added OSGP for gradient boosting meta-learner
- 19:41 Changeset [13652] by
-
- removed simplification of trees (temporarily for better debugging)
- renamed MaxSize parameter
- fixed a small bug in MCTS
- changed SymbolicExpressionGenerator to produce trees in the correct order
- 08:25 Changeset [13651] by
-
- added unit tests for the number of different expressions
- fixed problems in Automaton and constraintHandler that lead to duplicate expressions
- added possibility for MCTS to handle dead-ends in the search tree (when it is not possible to construct a valid new expression)
- added statistics on function and gradient evaluations
03/03/16:
- 19:08 Changeset [13650] by
-
#2581: fixed License header
- 15:54 Changeset [13649] by
-
#2457: fixed bugs in suggestions
- 13:27 Changeset [13648] by
-
#2581: added unit test for MCTS for symbolic regression
03/02/16:
- 22:24 EvoSoft edited by
- (diff)
- 19:16 Ticket #2569 (View for ParameterizedItem) closed by
- done
- 19:15 Changeset [13647] by
- 19:08 Changeset [13646] by
-
#1795: added a data analysis algorithm for gradient boosting for regression which uses another regression algorithm as a base learner. Currently, only squared error loss is supported.
- 19:03 Changeset [13645] by
-
#2581: added an MCTS for symbolic regression models
- 19:01 Ticket #2581 (Monte Carlo Tree Search (MCTS) for symbolic regression models) created by
- 18:58 Changeset [13644] by
-
#2526 fixed a typo in the name & description of a benchmark problem
- 14:51 Ticket #2568 (UpdateRow/ColumnHeaders in StringConvertibleMatrixView should be public) closed by
- done: r13643: Merged r13570 into stable.
- 14:50 Changeset [13643] by
- 14:50 Ticket #2494 (NewItem-Dialog should consider Categories in search results) closed by
- done: r13642: Merged r13433 into stable.
- 14:49 Changeset [13642] by
- 14:48 Ticket #2570 (SymbolicExpressionTree GetLength and GetDepth could return wrong results) closed by
- done: r13641: Merged r13579 into stable.
- 14:48 Changeset [13641] by
- 14:47 Ticket #2578 (MainForm throws NullReferenceException when default ctor is used) closed by
- done: r13640: Merged r13621 into stable.
- 14:46 Changeset [13640] by
- 14:45 Ticket #2574 (ClassificationPerformanceMeasures throw exceptions if only one class ...) closed by
- done: r13639: Merged r13585 into stable.
- 14:45 Changeset [13639] by
- 14:44 Ticket #2543 (ClassNames cannot be changed for loaded and cloned ...) closed by
- done: r13638: Merged r13446 into stable.
- 14:43 Changeset [13638] by
- 14:43 Ticket #2535 (TextBox in StringConvertibleValueView is truncated) closed by
- done: r13637: Merged r13425 into stable.
- 14:42 Changeset [13637] by
- 14:27 Ticket #2525 (Some types are missing a StorableClassAttribute) closed by
- done: r13636: Merged r13392, r13393 and r13395 into stable.
- 14:27 Changeset [13636] by
03/01/16:
02/29/16:
- 15:24 Changeset [13635] by
-
#2580: added support to start applications with white-space characters, e.g. /start:"Persistence Configuration"
02/26/16:
- 01:18 Changeset [13634] by
-
Add files to svn for differential evoulution algorithm
- 01:10 Changeset [13633] by
-
Add project file for DE algorithm