Timeline
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
07/17/20:
- 20:46 Changeset [17679] by
-
#2825 Show best known pareto front in scatter plot.
- 17:44 Changeset [17678] by
-
#3075: changed title for noise part
- 17:24 Changeset [17677] by
-
#3075 update class names to match file names, split problem instances into 'small' and 'large' instances with separate providers
- 16:59 Changeset [17676] by
-
#3075: reorder part2
- 16:58 Changeset [17675] by
-
#3075 reordering part1
- 16:51 Changeset [17674] by
-
#3075 small changes while reviewing
- 15:29 Changeset [17673] by
-
#3075: reorder instances
- 15:28 Changeset [17672] by
-
#3075 rename file for reodering
- 15:19 Changeset [17671] by
-
#3075: Removed "Feynman" prefix from all instances
- 15:18 Changeset [17670] by
-
#3075: Fix order of instances and add information on reference publication and description.
07/16/20:
- 08:42 Changeset [17669] by
-
#2825 Add scatter plot for resulting fitness values.
07/14/20:
- 20:28 Changeset [17668] by
-
#2825 Bugfix.
07/13/20:
- 14:20 Changeset [17667] by
-
#2825 Bugfix: The correct number of reference points are returned on ReferencePoint.GetNumberOfGeneratedReferencePoints.
- 13:33 Changeset [17666] by
-
#2825 Add Unit test project.
- 00:08 Changeset [17665] by
-
#2825 Refactoring: Move selection logic to its own static class.
07/12/20:
- 15:35 Changeset [17664] by
-
#2825 Add generation count to results. Minor refactoring.
- 11:16 Changeset [17663] by
-
#2825 Initialize population size with the correct number (according to NSGA-III paper).
07/09/20:
- 16:11 Changeset [17662] by
-
#2825 Correction: Use NumberOfObjectives instead of Problem.Encoding.Length where it is correct.
- 15:55 Changeset [17661] by
-
#2825 Correct reference point generation.
- 12:57 Changeset [17660] by
-
- Set worst nmse value to 1.0 in SymbolicRegressionSingleObjectiveConstraintConstOptNmseEvaluator
- Added SymbolicRegressionSingleObjectiveConstraintScalingNmseEvaluator which allows to use linear scaling within IA