Timeline
09/04/17:
- 16:13 Download edited by
- (diff)
- 16:13 AddonsDailyBuilds edited by
- (diff)
- 12:46 Changeset [15346] by
-
#2829: List hive jobs when the window is opened.
09/01/17:
- 15:09 Ticket #2831 (Breakpoints in ParallelEngine can cause unexpected behavior) created by
- The ParallelEngine does not correctly reschedule operations after …
- 14:19 Ticket #2830 (Uncought Exceptions in IOptimizers get lost) created by
- Because the Task of IOptimizer.StartAsync() is not awaited in …
08/31/17:
- 18:59 Changeset [15345] by
-
#2665 Fixed Lexicase
08/29/17:
- 18:05 Changeset [15344] by
-
#2665 Fixed Integer Overflow Exceptions, Adjusted Offspring Selection Experiments
- 11:28 Changeset [15343] by
-
#2745 added discretized EGO-version for use with IntegerVectors
- 09:52 Changeset [15342] by
-
#2829: Added Hive.Drain to HeuristicLab.Tools.
- 08:19 Ticket #2829 (Revive HiveDrain) created by
- HiveDrain is a small HeuristicLab Application that enables batch …
08/28/17:
- 09:03 Changeset [15341] by
-
#2665 Testet Problems, Improved Performance
08/23/17:
- 09:00 Ticket #2826 (MO-CMAES ignores maximum evaluated solutions limit) closed by
- done: r15340 merged to stable
- 09:00 Changeset [15340] by
-
#2826 merged to stable
08/22/17:
- 17:19 Ticket #2828 (IExecutable Methods should be thread-safe) created by
- Some implementations of Prepare/Start/Pause/Stop-Methods of the …
- 15:15 Changeset [15339] by
-
#2823 Moved wait-handle .Set to OnPaused/OnStopped.
- 15:01 Changeset [15338] by
-
#2745 fixed bug concerning new Start and StartAsync methods; passed CancellationToken to sub algorithms
- 14:08 Changeset [15337] by
-
#2822 Added parallel execution support for Experiment (similar to CrossValidation).
- Fixed race-condition in BasicAlgorithm (potential NullReference of CancellationTokenSource).
- Fixed race-condition in BatchRun (calling .Stop potentially fires both OnStopped and OnPaused).
- 10:57 Changeset [15336] by
-
#2827 added check dimensionality check before image generation
- 10:51 Ticket #2827 (SingleObjectiveTestFunctionSolutionView throws Exception for ...) created by
- The SingleObjectiveTestFunctionSolutionView always generates an image …
08/21/17:
- 15:25 Changeset [15335] by
-
#2826 added check on MaximumEvaluatedSolutions-Parameter in main loop
- 15:20 Ticket #2826 (MO-CMAES ignores maximum evaluated solutions limit) created by
- MO-CMAES ignores the "MaximumEvaluatedSolutions"-parameter and just …
- 11:40 Ticket #2825 (Implement NSGA-III) created by
- NSGA-III is originally developed for problems with >3 objective, but …
- 11:33 Changeset [15334] by
-
#2665 Testet Problems, Testet error functions, Small fixes, Created HL files
- 11:17 Changeset [15333] by
-
#1836 SA reheating strategies
+ added an adaptive temperature control strategy
+ some refactorings