Timeline
10/21/19:
- 16:14 Changeset [17339] by
-
#3026 fixed a bug with path generation
10/18/19:
- 16:27 Changeset [17338] by
-
#2521 fixed crowding unit tests, moved CrowdingTest, HyperVolumeTests and FastHyperVolumeTests to their own subfolder
- 08:51 Changeset [17337] by
-
#2745 forgot to add Storable Tags to Interfaces
10/17/19:
- 21:40 Changeset [17336] by
-
#2521: Refactored pTSP to use compositional pattern
- 21:40 Changeset [17335] by
-
#2521: Refactored pTSP to use compositional pattern
- 11:55 Changeset [17334] by
-
#2521: Moved IStorableContent from generic problem implementation to IProblem.
- 10:01 Changeset [17333] by
-
#2521: Updated branch with most recent trunk changes.
10/15/19:
- 16:45 Changeset [17332] by
-
#2745 updated persistence to HEAL.Attic
- 15:42 Changeset [17331] by
-
- added new project: HeuristicLab.JsonInterface.OptimizerIntegration -> to generate/load .json templates in HeuristicLab.Optimizer
- added new menu dropdown items (Import/Export) in HeuristicLab.Optimizer -> they are only active when they have items
- added item for Import/Export menu items (Json-Template), logic in file FileManager.cs in project HeuristicLab.JsonInterface.OptimizerIntegration
- repositioned CloseMenuItem, CloseAllMenuItem and added new seperator in menu File (to separate import/export from save/open and close/closeAll)
- 15:29 Changeset [17330] by
-
- changed the access modifiers in Constants from public to internal
- added comments in JCGenerator
- the config file for JCInstantiator is now optional
- added Runner.cs (forgot last commit)
10/14/19:
- 13:42 Changeset [17329] by
-
#3037: added ability to exclude assemblies
- 13:40 Ticket #3037 (Exclude assemblies from scripting) created by
- Some assemblies are really heavy and should be excluded to load while …
- 11:51 Ticket #3036 (Add help for the formula structure input for non-linear regression) created by
- The information should include a list of all allowed functions, the …
10/11/19:
- 20:55 Changeset [17328] by
-
#2994 made some fixes in the const-opt evaluator with constraints and added some debugging capabilities
- 20:54 Changeset [17327] by
-
#2994 introduced a new analyser which scales models under consideration of constraints
- 20:54 Changeset [17326] by
-
#2994 fix plugin dependencies
10/09/19:
- 11:13 Changeset [17325] by
-
#2994: worked on ConstrainedNLS
10/08/19:
- 18:32 Changeset [17324] by
-
- added new project HeuristicLab.JsonInterface.App -> takes two arguments (template and config) to create an IOptimizer-Item, starts the run and writes the results to a file (currently hardcoded: C:\Workspace\test.txt)
- made HeuristicLab.JsonInterface and HeuristicLab.JsonInterface.App to valid plugins
- fixed a reference resolving bug with not-changeable parameters
- 14:16 Changeset [17323] by
-
#3026 added unit tests for HeuristicLab.JsonInterface
- 14:13 Changeset [17322] by
-
- changed project type from console to library
- activated signing
- lots of refactors in JCInstantiator and JsonItem
10/07/19:
- 15:22 Ticket #3035 (ReflectionTypeLoadException does not tell about reasons why a plugin ...) created by
- We should include the LoaderException in the error message, otherwise …