Timeline
12/19/19:
- 11:12 Changeset [17386] by
-
#3045: fixed build fail
- 11:00 Changeset [17385] by
-
#3045: fixed cursor placement
- 10:58 Changeset [17384] by
-
#3045: added dialog that displays warning/error information
- 10:53 Ticket #3045 (Dialog for compilation warnings and errors) created by
- Double-clicking an entry in the ScriptView's error list should open …
12/18/19:
- 16:32 Changeset [17383] by
-
#2521: Adapted analyze methods of single-obj problems.
- 16:11 Changeset [17382] by
-
#2521: Refactored single-objective problems to use EvaluationResult instead of double as return type from Evaluate.
- 15:06 Changeset [17381] by
-
#2521: Fixed single-objective evaluation results and scope contexts.
- 14:19 Changeset [17380] by
-
#3042 Moved code for enabling/disabling the Optimize-Button to SetEnabledStateOfControls and called SetEnabledStateOfControls after the Model is changed.
12/17/19:
- 17:16 Changeset [17379] by
-
- removed classes:
- CheckedItemListConverter: unnecessary
- ItemCollectionConverter: unnecessary
- PrimitiveConverter: not possible to implement because it needs to Extract/Inject from/into objects (but interfaces pretends IItem)
- StorableConverter: unnecessary
- ConfigurableConverter: unnecessary
- removed graphviz code in Heuristiclab.ConfigStarter/Program.cs
- updated Constants
- some simple code refactors in BaseConverter
- in JsonItem:
- renamed Parameters -> Children
- removed Properties: Operators, Type, Reference, IsConfigurable, IsParameterizedItem
- removed unnecessary/old code
- implemented a new way to get data from an object, which is a matrix, in ValueTypeMatrixConverter method: CopyMatrixData
- converts the object into an array -> rows: from array.Length, cols: when the length is > 0 pick length of first array of index 0 (it is saved as an array of arrays)
- created a binding flag const in ValueRangeConverter to prevent duplicates in code
- removed classes:
- 13:59 Ticket #3044 (Add scaling of input features) created by
- Investigation of ticket #3043 has shown, that scaling of input …
- 12:55 Ticket #3043 (Addition of new problem instances for scaling) created by
- Addition of five new problems for testing the effects of scaling the …
- 10:32 Changeset [17378] by
-
#3042 Optimize Constants button is now only enabled, if CanOptimizeConstants is true.
- 10:09 Changeset [17377] by
-
#3042 Removes the progress bar in case of an exception, and rethrows the exception.
- 10:07 Ticket #3042 (Remove progress bar after constant optimization error) created by
- If an exception occurs during the constant optimization within the …
12/12/19:
- 13:25 AdditionalMaterial edited by
- Updated information on GPEM publication (diff)
12/11/19:
- 11:47 Changeset [17376] by
-
#3041: fixed overwriting of IsDisposable for known slaves
- 10:51 Ticket #3041 (IsDisposable is overwritten when slaves say Hello) created by
- Per default, slaves communicate that they are disposable when …
12/06/19:
- 14:42 Changeset [17375] by
-
- added new converter RegressionProblemDataConverter
- added new unit test class (only a skeleton)
- 14:39 Changeset [17374] by
-
- extended the BaseConverter class to set the type of the extracted value and removed the assignment of type in all other converters
- fixed a bug in ConfigurableConverter -> now it correctly iterates through all items from an IEnumerable and calls the extract callback
- MultiCheckedOperatorConverter:
- deleted unnecessary code line
- now adds operators to parameters (instead of operator list, because the operator list will get removed in a future commit)
- does not set the path of its added items anymore
- ParameterBaseConverter removed unnecessary code lines
- deleted ParameterBaseConverter
- reimplemented StorableConverter to test it again (still not really useable, because it bloats the template massively)
- fixed a pathing bug in ValueParameterConverter (extended ValueRangeConverter, ValueTypeArrayConverter, ValueTypeMatrixConverter, ValueTypeValueConverter to archive this)
- JCGenerator now only writes a single array with parameters (only FreeParameters) and saves a .hl File to test a new type of implementation of the whole JsonInterface
- fixed a bug in JsonItem -> now it replaces the name in path of the item (not the whole path as it was before)
- 14:29 Changeset [17373] by
-
#2521: changed dependency
- 08:09 EvoSoft edited by
- (diff)
- 07:58 EvoSoft edited by
- (diff)