Timeline
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
08/17/17:
- 16:26 Changeset [15332] by
-
#2457: added event handling to FLA Characterizer
- 16:05 Changeset [15331] by
-
#2457: added FLA Characterizer algorithm
- 15:47 Changeset [15330] by
-
#2457: merged trunk into branch
- 15:43 Changeset [15329] by
-
#2824: fixed app.config
- 15:42 Ticket #2824 (Test's app config contains service definitions) created by
- When the tests project is built, its app.config is merged with …
- 14:29 Changeset [15328] by
-
#2822 Created branch and added plugins.
- 12:51 Changeset [15327] by
-
#2823 Fixed potential early return of sync Start method.
- 11:31 Ticket #2823 (Synchronous Experiment.Start call might return too early) created by
- Experiment.Start method might return prematurely if another …
- 11:11 Ticket #2822 (Support Running Experiments in Parallel) created by
- Before #2258, the Optimizers in an Experiment could be run in parallel …