Timeline
08/05/15:
- 17:24 Ticket #2452 (Support drag&drop of new solutions in the ...) created by
- When new solutions are dropped on the chart area, their respective …
- 00:06 Changeset [12838] by
-
#2431: updated RLD analysis view
- Added analysis by cost
- Prepared tab for output of ERT tables
08/04/15:
- 17:02 Ticket #2443 (StackOverflowException when using "large" MaximumTreeDepth) closed by
- rejected: I have tested this issue and can confirm that a tree depth limit of …
- 11:45 Changeset [12837] by
-
#2451: Fixed bug in constructor
- 11:35 Ticket #2451 ((Integer|Real)VectorEncoding constructor fails when individual bounds ...) created by
- The LengthParameter property is set before the BoundsParameter …
08/03/15:
- 23:48 Changeset [12836] by
-
#2446: changed name of methods
- 23:42 Changeset [12835] by
-
#2444: changed counting to solution evaluation equivalents in order to avoid running into int.MaxValue for long runs
- 23:33 Changeset [12834] by
-
#2431: Changed analyzer to always output last value (even if quality is equal)
- 11:37 Changeset [12833] by
-
#2283 EpsGreedy Textbox for Epsylon
- 00:03 Changeset [12832] by
-
#2283 limit parallelism
08/02/15:
- 16:24 Changeset [12831] by
-
#2431: updated to trunk
- 15:22 Changeset [12830] by
-
#2283 x64 build of projects
- 14:44 Changeset [12829] by
-
#2283 MCTS avoid stackoverflow..
- 13:42 Changeset [12828] by
-
#2283 better random initialization
- 13:13 Changeset [12827] by
-
#2283 added TreeInfos to MCTS excel export
- 10:56 Changeset [12826] by
-
#2431: omitting empty series
- 01:14 Changeset [12825] by
-
- removed output of RTs, RTus, ...
- added 2nd row to charts that state restarts until a target was achieved
- added option to include or exclude solution results
08/01/15:
- 15:43 Changeset [12824] by
-
#2283 added copy to clipboard function (export for excel)
07/31/15:
- 10:57 Changeset [12823] by
-
#2017 added a new mode to hive drain for extracting runs and storing them in a single file
- 08:36 Changeset [12822] by
-
#2431: if multiple targets are plotted, the same color is used for each group
07/30/15:
- 19:40 Changeset [12821] by
-
#2434 fixed problems in persistence and cloning and 'data binding' between content and view
- 18:42 Changeset [12820] by
-
#2434: merged r12787:12819 from trunk to branch
- 18:26 Ticket #2450 (Persistence of gradient boosted trees solutions takes a long time and ...) created by
- The reasons are the same as for random forests (see #1721)
- 18:09 Changeset [12819] by
-
#2449: improved persistence of GaussianProcessModel (Cholesky decomposed covariance matrix is not stored and recalculated lazily)
- 16:58 Changeset [12818] by
- 16:55 Changeset [12817] by
-
#2435 reverse merge of all trunk changes for updating to alglib version 3.9.0 (r12790:12792, r12798, r12801)
- 16:49 Ticket #2449 (Persistence of Gaussian process models is inefficient) created by
- It is not necessary to persist the full covariance matrix for the …
- 16:46 Changeset [12816] by
-
#2448: added storable attribute to collection of individual solutions and recreate solutions in after-deserialization hook only when the collection is empty.
- 16:37 Changeset [12815] by
-
#2283 added SelectionIndicator for MCTS and problems SantaFeAnt, SymbolicRegression10, RoyalSymbol; updated SantaFeAnt grammar
- 16:25 Changeset [12814] by
-
#2434 fixed typo
- 16:23 Ticket #2448 (Ensemble solutions do not store individual solutions) created by
- The ensemble solution is a combination of an ensemble model, an …
- 15:51 Ticket #2447 (Improve Hive scheduler) created by
- abeham suggested that we should also consider the resources that a …
- 15:27 Changeset [12813] by
-
- Added calculation of RTs, RTus, FEs, FEus and prune runs in alg before every restart
- merged changes from trunk
- 15:09 Changeset [12812] by
-
#2446: bad instance of a copy&paste error
- 15:05 Ticket #2446 (Name and description of VNS OP sample is wrong) created by
- 14:58 Changeset [12811] by
-
#2445: fixed behavior of counting evaluated solutions
- 14:56 Changeset [12810] by
-
#2444: Added evaluation output to RTS
- 14:25 Ticket #2445 (QAP LocalImprovers replace evaluated solutions instead of incrementing) created by
- 12:15 Ticket #2444 (Robust Taboo Search doesn't output evaluated moves) created by
07/29/15:
- 13:42 Ticket #2443 (StackOverflowException when using "large" MaximumTreeDepth) created by
- When creating a new SymbolicRegression/Classification/...Problem and …
- 13:07 Changeset [12809] by
-
#2027 Merged trunk changes.
07/28/15:
- 16:44 Documentation/DevelopmentCenter/DeveloperGuidelines edited by
- (diff)
- 16:38 Documentation/DevelopmentCenter/DeveloperGuidelines edited by
- (diff)
- 14:41 Changeset [12808] by
-
- added ability to plot curves for multiple targets at once
- fixed bug in IndexedDataTableView regarding log-scaling
- added result that counts restarts
- fixed bugs in IRRestarter
- Set LineWidth = 2 in analyzers for chart
- fixed bugs in RLD view
07/27/15:
- 21:39 Changeset [12807] by
-
#2442: Added new interpreter as described above. The new function symbol accepts lambdas in the constructor and gets intitialized with a fixed arity. The MethodInfo of the provided lambda is stored internally and used by the interpreter. The MethodInfo field should be [Storable] but this would require a small change to the serializer (relatively trivial I think). Currently it works with the programmable problem and the SymbolicExpressionTreeEncoding (see attached example).
- 21:35 Ticket #2442 (Linq Expression Trees Interpreter for HeuristicLab) created by
- The same functionality provided by the IL-emitting tree interpreter …
- 16:10 Changeset [12806] by
-
#2431: added options to add results based on targets or budgets
- 12:49 Changeset [12805] by
-
#2431: fixed error due to removed resx file
07/26/15:
- 21:32 Changeset [12804] by
-
- worked on IRRRun (early abort still troublesome)
- Updated RLD view to allow defining targets
- Attempting to handle maximization/minimization
07/24/15:
- 23:22 EvoSoft/2015 created by
- 15:31 Changeset [12803] by
-
#2431: worked on RLD analysis
- started implementation of IRRRun
- renamed view from ECDF to RLD
- reverted algorithms (execution time)
- changed per clock analyzer
- 09:49 Changeset [12802] by
-
#2434: restored usage of icon resources in CrossValidationView which as destroyed by designer
- 07:37 Changeset [12801] by
-
#2435: changed result value for gaussian process regression unit test because of changes of alglib version
07/23/15:
- 20:29 Ticket #2441 (RunCollection Chart Aggregation View throws Exception) created by
- Probably opened in the last changes for the release. When the chart …
- 12:46 Research edited by
- (diff)
- 12:43 Research edited by
- (diff)
- 10:11 DevelopersTeam edited by
- (diff)
07/22/15:
- 16:20 Changeset [12800] by
-
#2434 added support for a partition variable to CrossValidation
- 13:50 Changeset [12799] by
-
#2221: Adding path Analyzers and some other fixes
- 10:44 Changeset [12798] by
-
#2435: quick fix for new result values in unit tests because of update to alglib 3.9 (version increment of HeuristicLab.Algorithms.DataAnalysis?)
- 10:25 Changeset [12797] by
-
#2439: fixed problem in GaussianProcess algorithm after changes in BFGS
- 09:41 Changeset [12796] by
-
#2435: updated alglib references to version 3.9.0 in FLA branch