Timeline
05/30/20:
- 22:00 Changeset [17579] by
-
#2971: Merged branch into trunk.
05/29/20:
- 15:26 Changeset [17578] by
-
#2521: changed initialization (C# 7.0 compliant)
- 15:18 Changeset [17577] by
-
#2521: remove scope-based contexts, add helper methods to ScopeUtil, adapt operators
- 13:33 Changeset [17576] by
-
#3063: minor cleanup
- renamed UpdateJobState to UpdateTaskState
- updated HiveSlaveInstaller.nsi
- 13:31 Changeset [17575] by
-
#3072: fixed statelog updates
- fixed UpdateTasks so that it selects the correct last slave id for a specified task
- introduced check if a slave is allowed to update a task's state (IsAuthorizedForTask)
- 13:28 Changeset [17574] by
-
#3062: overhauled statistics generation and cleanup
- switched to a single thread for database cleanup and statistics generation (executed sequentially)
- switched to preemptive deletion of items that are in status DeletionPending (for jobs: statelogs, taskdata, tasks)
- added code that aborts tasks whose jobs have already been marked for deletion
- added method UseTransactionAndSubmit in addition to UseTransaction in PersistenceManager
- updated DAO methods and introduced more bare metal sql
- introduced DAO methods for batch deletion
- fixed usage of enum values in DAO sql queries
- deleted unnecessary triggers tr_JobDeleteCascade and tr_TaskDeleteCascade in Prepare Hive Database.sql
- changed scheduling for less interference with janitor and other heartbeats
- increased scheduling patience from 20 to 70 seconds (to wait longer to get the mutex for scheduling)
- changed signature of ITaskScheduler.Schedule
- added base class for TaskSchedulers and moved assignment of tasks to slaves into it
- changed RoundRobinTaskScheduler to use bare metal sql
- made MessageContainer a storable type (leftover)
- updated HiveJanitorServiceInstaller.nsi
- 13:10 Ticket #3072 (Hive tasks receive statelog updates from unauthorized slaves) created by
- It is possible that two slaves are calculating the same task at the …
- 12:48 Changeset [17573] by
-
#3040 Added first draft for WindowedSymbol.
- 11:24 Changeset [17572] by
-
#2971: Removed groupbox in IntervalCollectionView.
05/28/20:
- 18:03 Changeset [17571] by
-
#2521: Changed parameters to use readonly only for GUI manipulation.
- 16:26 Changeset [17570] by
-
#2521: adapted knapsack, added base call to symbolic expression tree encoding, changed parameterization operators in base classes
- 16:16 Changeset [17569] by
-
#2521: Merged trunk changes into branch.
- 15:56 Changeset [17568] by
-
#3071: Refactored NestingLevelErrorControl and corrected view state forwarding.
- 15:54 Ticket #3071 (NestedErrorControl does not forward ReadOnly and Locked state) created by
- The NestedErrorControl is used to display a message instead of an …
- 14:41 Changeset [17567] by
-
#2521: work in progress
- 14:33 Changeset [17566] by
-
#2521: Decoupled readonly state of ReferenceParameter from the referenced parameter and corrected cloning.
- 09:35 Changeset [17565] by
-
#2971 fixed bug in gridview in IntervalCollectionView
05/27/20:
- 15:45 Changeset [17564] by
-
#2971: Minor changes in interval collection and interval interpreter.
- 11:45 Changeset [17563] by
-
#2971 removed SymbolicRegressionSingleObjectiveConstraintConstOptEvaluator from branch
- 07:34 Changeset [17562] by
-
#2971 removed root/power symbols
05/26/20:
- 11:39 Changeset [17561] by
-
#2971: Corrected path of Hl.Problems.DataAnalysis.Symbolic project.
- 09:39 Changeset [17560] by
-
- added an extra loop to add empty default results in Runner (to prevent not existing results)
- fixed a bug in JsonItemValidValuesControl, now the dropdown should not reset the default value
05/25/20:
- 19:33 Changeset [17559] by
-
#2825: Initialize and analyze solutions of first generation.
- 19:10 Changeset [17558] by
-
#2825: Generate structured reference points and show them in Results tab.
- 18:52 Changeset [17557] by
-
#2825: Add parameters for algorithm.
- 16:11 Changeset [17556] by
-
#3040 Some corner cases for empty or length-one vectors now return NaN.
- 15:43 Changeset [17555] by
-
#2971 changed getter/setter from modelbounds
- 14:52 Changeset [17554] by
-
#3040 Added some symbols for statistical aggregation.
- 08:45 Changeset [17553] by
-
#2971 Added check if ModelBounds can be calculated
- 08:27 Changeset [17552] by
-
#2971 Updated paths
05/24/20:
- 19:02 Changeset [17551] by
-
Create NSGA3 plugin. #2825
- 16:35 Changeset [17550] by
-
Delete everything in order to add only the new project
05/22/20:
- 09:58 Changeset [17549] by
-
#2971 Updated root symbol
05/20/20:
- 09:04 Changeset [17548] by
-
#2971 removed ProblemDataConstraint, ConstraintEvaluator and ConstraintAnalyzer
- 08:52 Changeset [17547] by
-
#2971 Removed constraint related parts from branch
05/19/20:
- 15:01 Changeset [17546] by
-
#2521: Introduce class to make parameter change handling easier, fix bug in SingleObjectiveProblem regarding MaximizationChanged
- 09:59 Changeset [17545] by
-
#2521: Reverse behavior, parameters are not readonly by default, can be readonly if computed automatically