Timeline
09/26/19:
- 17:43 Changeset [17275] by
-
- deleted Util.cs
- BaseTransformer merges now the component with its reference (if a reference exists) -> easier handling for transformers with parameterizedItems
- MultiCheckedOperatorTransformer now sets the type name as default value
- added a type list at the end of the template file -> is needed to instantiate objects
- changed JCGenerator and JCInstantiator to test a format where FreeParameters and StaticParameters are saved as single Parameter array
- 16:54 Changeset [17274] by
-
#3024: fixed build fail
- 16:09 Changeset [17273] by
-
#3024: fixed compilation error (worked for me)
- 14:50 Changeset [17272] by
-
#3030: Fixed cloning of RF & GBT surrogate models with already created models.
- 12:49 Ticket #3030 (RF/GBT SurrogateModel triggers unnecessary recalculation) created by
- When the surrogate-storage mechanism is used for RFs and GBTs, the …
- 10:14 Changeset [17271] by
-
- renamed ParameterData to Component
- renamed File Template.cs to Component.cs
- 10:02 Changeset [17270] by
-
#2521: worked on removing virtual from Maximization for single-objective problems
09/25/19:
- 17:18 Changeset [17269] by
-
- deleted IItemExtensions.cs
- fixed a bug in GetInterfaceDistance in TypeExtensions.cs -> generic types were ignored
- lots of code clean ups
- added new transformers: ParameterizedItemTransformer, MultiCheckedOperatorTransformer
- 16:41 Changeset [17268] by
-
#3024: refactored ProjectView and added button to refresh users
- 11:06 Changeset [17267] by
-
#3018: Refactored condition for clean up of hive client.
09/24/19:
- 15:14 Ticket #3029 (Tree complexity calculation does not support all currenlty available ...) created by
- The "Pearson R² & Tree Complexity Evaluator" throws an exception for a …
- 14:11 HEALInfrastructureDevelopmentTasks edited by
- added topics from whiteboard (diff)
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