Timeline
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
07/20/20:
- 09:58 Changeset [17689] by
-
- added a check to stop a paused IOptimizer
07/19/20:
- 20:08 Changeset [17688] by
-
#2825 Bugfix NSGA3 can now be cloned.
- 19:07 Changeset [17687] by
-
#1837: merged changes from trunk
- apply changes from Attic release to all SlidingWindow specific code files (replace StorableClass with StorableType)
- 14:52 Changeset [17686] by
-
#2825 Add Generational Distance and Inverted Generational Distance to result page.
07/18/20:
- 19:57 Changeset [17685] by
-
#2968: simplified code and fixed bugs in infix formatter
- 07:31 Changeset [17684] by
-
#3075: include correct files in .csproj file
- 07:04 Changeset [17683] by
-
#3075: deleted branch
- 07:00 Changeset [17682] by
-
#3075: merged r17638:17681 from branch into trunk
- 06:51 Changeset [17681] by
-
#3075: merged r17646:17648 from trunk to branch
- 00:25 Changeset [17680] by
-
#2521: working on problems / fixing P3