Timeline
08/04/20:
- 13:08 Changeset [17716] by
-
#2521: changed storable type guids
- 12:59 Changeset [17715] by
-
#2521: working on VRP (analyzers)
- 07:35 Changeset [17714] by
-
#2521: fixed some issues in tests, renamed classes
- 07:14 Changeset [17713] by
-
#2521: fixed bug
- 07:06 Changeset [17712] by
-
#2521: working on VRP
08/03/20:
- 18:06 Changeset [17711] by
-
#2521: working on VRP
- 15:50 Changeset [17710] by
-
#2521: working on VRP
- 11:35 Changeset [17709] by
-
#2521: working on VRP
- 08:44 Changeset [17708] by
-
#2521: working on VRP
08/02/20:
- 11:39 Changeset [17707] by
-
#2825 Minor refactoring.
- 06:03 Changeset [17706] by
-
#2521: working on VRP
07/29/20:
- 15:12 Changeset [17705] by
-
- Fixed some formating in SymbolicRegressionSingleObjectiveConstraintScalingNmseEvaluator
- Added linear scaling check in SymbolicRegressionSingleObjectiveConstraintScalingNmseEvaluator
- Added linear scaling for SymbolicRegressionMultiObjectiveMultiSoftConstraintEvaluator
07/28/20:
- 23:36 Changeset [17704] by
-
#2521: worked on VRP
- 21:10 Changeset [17703] by
-
#2825 Init random seed with a specific value.
- 20:08 Changeset [17702] by
-
#2825 Bugfix: Algorithm now does not crash when no best known pareto front is found for the test problem.
07/27/20:
- 20:14 Changeset [17701] by
-
#2825 Add Hypervolume Indicator and distance to the hypervolume of the best known front.
- 14:38 Changeset [17700] by
-
#2825 Copy a reference point using a cloner instead of a copy constructor.
- 10:23 Ticket #3080 (Wrapper for native XGBoost) created by
07/25/20:
- 01:23 Changeset [17699] by
-
#2521: Made encodings non-generic classes (the TEncodedSolution type parameter is not actually used), this will make it considerably easier to port the VRP to the new architecture
07/24/20:
- 00:58 Changeset [17698] by
-
#2521: working on VRP (WIP)
07/23/20:
- 23:27 Changeset [17697] by
-
#2521: changed parameterization in TSP
- 17:39 Changeset [17696] by
-
- fixed bug in EngineAlgorithm in Problem setter
- Added storable type to IEncodedProblem
- fixed some bugs and tests
- 16:21 Changeset [17695] by
-
- Moving solution creator parameter from problems to algorithms (breaking wiring in some HeuristicOptimizationProblems)
- Disallowing evaluator or encoding changes in encoding-specific base problems (to avoid confusion in derived problems whether this needs to be handled or not)
- Added private set to ReferenceParameter property (serialization)
- 14:18 Changeset [17694] by
-
#2521: fixed encoding change of JSSP, added tostring and itemimage change to ValueChanged event of ReferenceParameter
07/22/20:
- 20:07 Changeset [17693] by
-
#2825 Remove unnecessary parameter. Refactoring.
- 12:53 Changeset [17692] by
-
#2825 Bugfix: NSGA3 now works as intended.
- 12:52 Changeset [17691] by
-
#2825 Add Unit tests for Utility methods.
07/21/20:
- 17:06 Changeset [17690] by
-
#2521: worked on multi-objective test function