Timeline
09/20/19:
- 16:23 Changeset [17266] by
-
- changed the namespace from ParameterTest to HeuristicLab.Manufacture
- added an extension method for Type to get the distance of an interface based on the target type
- renamed methods ToData, SetValue to Extract, Inject
- new implementation of the template generation with transformers (not the final name)
- started to use the new transformers for the instantiation of IOptimizer-objects (out of a template)
- new transformers: LookupParameterTransformer and DummyTransformer
09/19/19:
- 20:46 Changeset [17265] by
-
#2521: remove usage of solutions or best-known quality when converting TSPLIB instances to pTSP instances
- 20:35 Changeset [17264] by
-
#2521: Finished refactoring pTSP
09/18/19:
- 17:24 Changeset [17263] by
-
- added first prototype for:
- creating templates
- initialize a optimizer out of a template
- first attempts to create the option to extend the template generation and initialisation (with Transformers -> json To IItem, IItem to json) without serializing/deserializing the whole IItem
- added first prototype for:
09/17/19:
- 17:28 Changeset [17262] by
-
#2521: Adapted unit tests for multi-objective analysis.
- 16:49 Changeset [17261] by
-
#2521: Refactored multi-obj test functions and CMA-ES.
- 15:41 Changeset [17260] by
-
#2521: Worked on PTSP refactoring
- 14:56 Changeset [17259] by
-
#2521: fixed bug in lookup paramater introduced in refactoring
- 14:18 Changeset [17258] by
-
#2521: Removed failing projects from solution.
- 14:05 Changeset [17257] by
-
#2521: Refactored ContextLookupParameter with suggestions from mkommend
- Add StorableType attribute to some types
- 13:57 Changeset [17256] by
-
#2971: Added info text and info text color to ProblemDataConstraint
- 12:28 Changeset [17255] by
-
#3028: added storable type attribute
- 12:23 Ticket #3028 (Add missing StorableType attributes) created by
- At least HeuristicLab.Data.ITextValue has currently no …
09/16/19:
- 23:48 Changeset [17254] by
-
#2521: Added context lookup parameter
- Refactored tests
- Fixed duplicate GUID
- 16:12 Changeset [17253] by
-
#2521: worked on refactoring PTSP
- 11:57 Changeset [17252] by
-
#2521: made QAP problem data readonly
- Also refactored instance providers slightly to specify file extension for importing and exporting data and fixing dialogs
09/13/19:
- 11:37 Changeset [17251] by
-
#2521: finished refactoring TSP
- 10:02 Changeset [17250] by
-
#2971 Added exception handling for constraint parser
09/12/19:
- 14:13 Changeset [17249] by
-
#2971 Added label which indicates unparsed changes at constaints input view
09/11/19:
- 21:35 Changeset [17248] by
-
#2521: working on TSP refactoring
- 20:25 Changeset [17247] by
-
updated license snippet
- 14:06 Changeset [17246] by
-
#2925: merged r17037:17242 from trunk to branch
- 13:26 Changeset [17245] by
-
#3027: change code to match https://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/api/a01001_source.html#l01649
- 13:10 Changeset [17244] by
-
#3027: added class to generate normally distributed numbers using the polar method.
- 12:20 Changeset [17243] by
-
#3027 create branch
- 12:13 Ticket #3027 (Provide a simple, efficient, and correct implementation to sample ...) created by
- We currently use the Ziggurat method which is fast but not …
- 12:00 Changeset [17242] by
-
#3017: delete empty folder.
09/10/19:
- 21:55 Changeset [17241] by
-
#2521: worked on refactoring TSP
- 11:58 Changeset [17240] by
-
#2994: some minor improvements
09/09/19:
- 23:44 Changeset [17239] by
-
#2521: working on refactoring TSP
- 22:57 Changeset [17238] by
-
use HEAL.Attic persistence
- 09:37 Changeset [17237] by
-
#3021: Update RegressionProblemInstance template to work with current trunk.
- 09:35 Changeset [17236] by
-
#3021 Update EmptyPlugin project to work with current trunk.