Timeline
07/11/18:
- 16:43 Changeset [15994] by
-
#2886: Add symbolic regression solution to results during algorithm run and scale model.
- 10:34 Changeset [15993] by
-
#2886: refactor code
07/10/18:
- 23:06 Changeset [15992] by
-
#2839: fixed couple of minor issues
- changed tags in resource selector
- added project information in job list and adapted sortation
- fixed hand-down save by withdrawing additional offset-rights (permissions, resources),...
- 10:23 Changeset [15991] by
-
#2929 prepared plugin and empty algorithm class for PGE implementation
- 09:42 Changeset [15990] by
-
#2929: created branch for feature request
- 09:41 Ticket #2929 (Prioritized Grammar Enumeration for HeuristicLab) created by
- It would be great to be able to use PGE (prioritized grammar …
07/09/18:
- 12:59 Changeset [15989] by
-
- Adjusted the unit tests
- Refactoring of the sorter
- Bugfix on the BinPackerResidualSpaceBestFit packer
07/06/18:
- 10:26 Changeset [15988] by
-
#2913: Added a new symbolic data expression formater for C code
07/05/18:
- 17:52 Changeset [15987] by
-
#2886: Make sure to clear search data structures before returning in GrammarEnumerationAlgorithm.OnStopped()
- 17:22 Changeset [15986] by
-
#2520: worked on new persistence
- removed type version
- removed conversions
- execute AfterDeserialization hooks after all objects have been populated
- worked on transformers
- 15:33 Changeset [15985] by
-
#2886: Simplify code in RSquaredEvaluator. Turn on linear scaling for the constant optimization evaluator.
07/04/18:
- 23:39 Ticket #2909 (NCAModelCreator throws exception) closed by
- done
- 23:39 Changeset [15984] by
-
#2909: merged to stable
- 23:36 Changeset [15983] by
-
#2928: split AfterDeserialization and RegisterEventhandlers into separate methods
- 13:54 Ticket #2928 (NSGA-II is created with 0% mutation probability by default) created by
07/03/18:
- 18:40 Changeset [15982] by
-
#2886: Add storable constructors for analyzers
- 17:05 Changeset [15981] by
-
#2886: Refactor properties to comply with .NET 4.5.2
- 11:32 Changeset [15980] by
-
#2927: created branch for .NET Core migration (bachelor thesis of dpiringe)
- 11:25 Ticket #2927 (Bachelor thesis: .NET Core migration) created by
- 10:55 Changeset [15979] by
-
#2886: Register algorithm events after deserialization.
07/02/18:
- 15:51 Changeset [15978] by
-
#2839: applied several fixes:
- show full project-path in project/resource selector
- handle lost of project-ownership by not withdrawing permissions
- update automatically after hand-down save
- lock jobs for which statistics/deletion is pending
- lock the disabled checkbox in ProjectResourcesView...
06/30/18:
- 12:53 Changeset [15977] by
-
#2886: Clear search data structures at the end of the run (huge memory savings)
06/29/18:
- 09:07 Changeset [15976] by
-
#2745: worked on EGO implementation
- added parameter for initial sample set (only for D-EGO)
- fixed project references and output paths
- minor changes
06/28/18:
- 16:56 Changeset [15975] by
-
#2886: address additional serialization issues, make Production implement IList<T> instead of deriving from List<T>
- 11:35 Changeset [15974] by
-
#2886: implement LRU cache for storing search nodes, introduce SortedSet for handling priorities, fix serialization and cloning
- 11:13 Changeset [15973] by
-
#2522: merged trunk changes from r13402:15972 to branch resolving conflicts where necessary