Timeline
11/21/19:
- 17:58 Changeset [17363] by
-
#2521: First version of contexts in problem evaluation.
- 13:24 Changeset [17362] by
-
#3040 Branched trunk
- 13:20 Ticket #3040 (Vector-based GP) created by
- This ticket will track the overall development of implementing …
11/20/19:
- 15:52 Changeset [17361] by
-
#2521: fixed further unit tests (plugin dependencies)
- 15:33 Changeset [17360] by
-
#2521: fixed some unit tests
- 15:01 Changeset [17359] by
-
#2521: fix bugs in unit tests, add vns_tsp sample
- 14:54 Changeset [17358] by
-
#2521: Corrected cloning method of solution contexts.
- 14:47 Changeset [17357] by
-
#2521: Added solution context and evaluation results.
- 14:32 Changeset [17356] by
-
#2521: fixed some problems in Samples.Create unit tests and updated samples
- 13:52 Changeset [17355] by
-
#2521: removed obsolete files and fixed compilation error in VnsTspSampleTest
11/19/19:
- 16:59 Changeset [17354] by
-
- relocated BuildJsonItem from JCInstantiator into JsonItem
- in JsonItem: removed JContainer usage in setter for Value (now in BuildJsonItem)
- 16:33 Changeset [17353] by
-
- relocated GetMaxValue and GetMinValue from ValueTypeValueConverter into BaseConverter
- fixed a bug in ConstrainedValueParameterConverter (from GetType().Name to ToString())
- printing now PrettyNames for types
- added comments
- added StorableConverter.cs (not finished, maybe not a good converter)
- added ValueRangeConverter.cs for DoubleRange and IntRange
- added ParameterConverter.cs for default parameter conversion
- 15:22 Changeset [17352] by
11/15/19:
- 13:17 Changeset [17351] by
-
#3032 Added type information for MethodInfo in SymbolicDataAnalysisExpressionCompiledTreeInterpreter class for the IsAlmost method to fix ambiguous reflection
11/13/19:
- 14:50 Changeset [17350] by
-
- Added IsAlmost method with an epsilon parameter
- Added check for floating point issues at interval constructor
- Updated absolute operator (jump over zero between lower and upper bound)
- Updated analytical quotient to use already implemented operators to build it
- Updated test cases for operators
- Refactored test method names
11/08/19:
- 11:36 Changeset [17349] by
-
- added ConvertableAttribute, a new attribute for classes/structs (usage: convertable with JsonInterface)
- changed JCGenerator -> is now a static class with one public static method Instantiate
- changed JCInstantiator -> is now a static class with one public static method GenerateTemplate
- refactored JsonItem