Timeline
05/10/20:
- 23:43 Changeset [17538] by
-
#2971: Changed logic when intervals are calculated in symbolic regression solutions and simplifier.
- 23:42 Changeset [17537] by
-
#2971: Reordered known symbols in interval interpreter.
- 23:41 Changeset [17536] by
-
#2971: Corrected view name of ProblemDataConstraintView.
05/09/20:
- 23:24 AdditionalMaterial edited by
- bburlacu: add GECCO/Evosoft supplementary material (diff)
- 23:23 Changeset [17535] by
-
Update GECCO-Evosoft supplementary material.
- 23:18 Changeset [17534] by
-
Add GECCO-Evosoft supplementary material.
05/08/20:
- 16:55 Changeset [17533] by
-
#2521: Unified architecture
- 16:29 Changeset [17532] by
-
#2521: Added first implementation of new reference parameter and corrected fixed value parameter.
- 13:14 Changeset [17531] by
-
#2521: fixed duplicate guid
- 12:06 Changeset [17530] by
-
#2521: Refactored linear assignment problem
- 11:21 Changeset [17529] by
-
#2521: some fixes and reusing handling of distance measure as defined in TSP
- 06:55 Changeset [17528] by
-
- Adapted plugin dependencies
- 06:43 Changeset [17527] by
-
#2521: commented test
- 06:34 Changeset [17526] by
-
#2521: Completed porting of OrienteeringProblem
- Adapted unit tests
- Commented non-working unit test
05/07/20:
- 17:41 Changeset [17525] by
-
#2521: working on porting orienteering problem
Open points include:
- Visualization of OrienteeringProblemData
- Fix visualization of solution
- Cleanup unused classes
04/30/20:
- 11:06 AdditionalMaterial edited by
- (diff)
- 10:56 AdditionalMaterial edited by
- (diff)
- 10:50 Changeset [17524] by
-
Add additional materials for the Natural Computing Special Issue
04/28/20:
- 10:15 Changeset [17523] by
-
- Removed extra file for InfixStringFormatter (moved class to InfixExpressionFormatter file)
- Extracted FormatRecursively into base class (reduce code duplication)
- removed member variables constants and constantsCounter
04/27/20:
- 18:12 Changeset [17522] by
-
#2521 WIP refactoring:
- Introduce nicer type IResultDefinition for API users to avoid complex IParameter interface (hide ActualValue)
- Change result parameter to contexts (need quality and solution): only implemented for BinaryVectorProblem
- 16:24 Changeset [17521] by
-
#2521: Fixed loading of start page samples due to missing types.
- 16:23 Changeset [17520] by
-
#2521: Removed parameter for problemData in IDataAnalysisProblem.
- 15:53 Changeset [17519] by
-
- added error output for failed runner initialization
- reorganised some final view models
- TargetedJsonItemType (in JsonItemVMBase) now automatically returns the type of the defined JsonItem
- code cleanup
- refactored RegressionProblemDataConverter
- added lots of comments
- added new view for StringArrayJsonItem
- added new UI component for concrete restricted items and used it in JsonItemConcreteItemArrayControl and JsonItemValidValuesControl
- 14:02 Changeset [17518] by
-
#2521: Added ctor in implementations of data analysis problems and sealed the basic versions.