Timeline
05/17/11:
- 18:56 Changeset [6230] by
-
- don't set every view as default in slave ui
- fixed bug in PluginCache where files got accessed by multiple threads
- 18:29 Changeset [6229] by
-
- added basic statistics recording for (once per minute)
- executiontime per user
- usedcores, usedmemory per slave
- added basic statistics recording for (once per minute)
- 17:16 Changeset [6228] by
-
check hooks by method name only (#1530)
- 17:14 Changeset [6227] by
-
#1471: fixed bug in min/max scaling command.
- 15:54 Changeset [6226] by
-
#1446 rebuild the shown table. Now it is possible to make a right 'details'-call via an action within the MVC
- 15:10 Changeset [6225] by
-
- Slave UI now uses tab pages
- balloon tips are displayed on receiving new jobs
- 15:10 Changeset [6224] by
-
remove unused and unnecessary StorableClassType enum (#1530)
- 14:55 Changeset [6223] by
-
#1524 made some additional changes to restricting the set of allowed target variables.
- 14:41 Changeset [6222] by
-
use static cache of storable information (#1530)
- 14:39 Ticket #1534 (Race condition in cross validation) created by
- Cross validation is never set to stopped if the user clicks the start …
- 14:19 Changeset [6221] by
-
streamline access and don't eat exceptions when access unavailable types and members (#1530)
- 14:02 Changeset [6220] by
-
Use system wait handles instead of potential spin lock for done signal (#1350)
- 13:59 Ticket #1533 (Export / Import of DataAnalysisProblemData files in DataImporter) created by
- 13:30 Ticket #1532 (Enable renaming of symbols) created by
- This is necessary to allow fixed parts of symbolic expression trees.
- 13:26 Ticket #1531 (List of allowed variable names in the variable symbol is not ...) created by
- 11:34 Changeset [6219] by
-
- improved exception handling for hive experiments
- 11:34 Changeset [6218] by
-
#1433 Updated Problem Control/View; Added Algorithm Control/View => bug still exist in SortDesc
- 11:30 Changeset [6217] by
-
- renamed file
- 11:26 Changeset [6216] by
-
- make UsedCores more reliable
- some cosmetic fixes
- 11:24 Changeset [6215] by
-
- checked in missing files
- 11:22 Changeset [6214] by
-
Streamline persistence reflection and store into persistable data structure for caching (#1530)
- 11:16 Changeset [6213] by
-
#1433 Updated Problem Control/View; Added Algorithm Control/View => bug still exist in SortDesc
- 10:59 Changeset [6212] by
-
- created HiveEngine.Views plugin
- 10:59 Changeset [6211] by
-
Use an asynchronous buffer to allow parallel execution of zip (de)compression and (de)serialization (#1530)
- 10:55 Changeset [6210] by
-
Small fixes (typos, static analysis suggestions) (#1530)
- 10:54 Changeset [6209] by
-
- added comment for test method
- 10:47 Changeset [6208] by
-
- fixed missing file
- 09:57 Changeset [6207] by
-
- fixed missing file
- 08:26 Changeset [6206] by
-
Create new branch for persistence speed-up experiments. (#1530)
- 08:15 Ticket #1530 (Persistence Speed-Up) created by
- Due to extensive use of reflection the current persistence …
- 00:09 Changeset [6205] by
-
- simplified check for EventHandler (by simply checking for delegate)
- special handling types which use a hashtable internally (dictionaries, hashset, hashtable, ...) (as discussed with swagner)
- added testcase which shows a stack overflow if ThreadLocal is included and compiler is on Debug (it does not happen in Release)
05/16/11:
- 21:36 Changeset [6204] by
-
#1233 don't crash on shutdown
- 21:19 Changeset [6203] by
-
- dropped dependency of Core from Executor
- enabled sandboxing
- moved most parts of Job handling from Core to SlaveJob to simplify locking
- optimized how UsedCores is handled
- SlaveStatusInfo is now thread-save and counts jobs more correct
- 16:10 Changeset [6202] by
-
- stability fixes for slave
- 13:24 Changeset [6201] by
-
#1522: Updated object graph traversing.
- 00:18 Changeset [6200] by
-
- stability improvements for HiveEngine
05/15/11:
- 14:33 Changeset [6199] by
-
- fixed synchronization issues with logging
- 12:02 Changeset [6198] by
-
- small fixes for HiveEngine
05/14/11:
- 18:49 Changeset [6197] by
-
- some fixes
- 18:33 Changeset [6196] by
-
- updated binaries
- 16:45 Changeset [6195] by
-
- updated branch with latest version of trunk
- 16:37 Changeset [6194] by
-
- Added AFA operator with a different interpretation of an allele
- 16:33 Changeset [6193] by
-
- Added GPL licence header to ProgrammableSingleSuccessorOperator
- 16:32 Ticket #1529 (Code maintenance and minor changes) created by
- Use this ticket for minor changes and maintenance purposes that do not …
- 16:06 Ticket #1528 (Setting `InitialFrequency` in a `Symbol` causes it to be set to 1.0) created by
- If the InitialFrequency of a Symbol is zero and it is set to …
- 10:40 Changeset [6192] by
-
- included ValueTypes (which includes structs and enums)
- avoided stack overflow by excluding Type
- improved performance by handling dictionaries in a special way
- avoided stack overflow by excluding ThreadLocal<> from (occured after many repetitions, when the field the field ConcurrentStack<int> s_availableIndices grew larger
- using IsArray instead of is IEnumerable
- 09:29 Changeset [6191] by
-
#1499 wrong index in ComparisonsHelper; selectedValue in ComboBox
05/12/11:
- 21:20 Ticket #1527 (Types returned by persistence do not include types from `System.Type` ...) created by
- When an object is serialized it returns a list of types found in the …
- 20:08 Changeset [6190] by
-
#1499 refactor, first part of the comparison combobox for the different filters, Controls for the Filters
- 15:50 Changeset [6189] by
-
Replace the ExternalEvaluator's Client property with a CheckedItemCollection of clients and synchronize access so every client is used by only one thread at a time. (#1526)
- 15:38 Changeset [6188] by
-
improve synchronization of cache (#1516)
- set locks per instance instead of static
- remove failed evaluations from active set
- 15:27 Ticket #1526 (Allow parallel execution of external evaluations) created by
- Using the parallel engine for external evaluation can currently lead …
- 11:15 Changeset [6187] by
-
#1521: Updated SymbolicRegressionUnitTest.
- 09:22 Ticket #1525 (Create a ProgrammableSingleObjectiveEvaluator) closed by
- obsolete: When one could remember his own work... there is already a …
- 08:07 Ticket #1525 (Create a ProgrammableSingleObjectiveEvaluator) created by
- A typical ProgrammableOperator cannot be used as evaluator in a …
05/11/11:
- 17:59 Changeset [6186] by
-
#1524: Excluded variables with more than 100 different values from the valid target variable values in ClassificationProblemData.
- 17:56 Ticket #1524 (Importing ClassificationProblemData throws OutOfMemoryException) created by
- This could happen with large datasets (>1000 rows) and when the wrong …
- 15:57 Changeset [6185] by
-
#1450 deleted obsolete branch for ensemble solutions
- 15:56 Changeset [6184] by
-
#1450: merged r5816 from the branch and implemented first version of ensemble solutions for regression. The ensembles are only produced by cross validation.
- 15:36 Changeset [6183] by
-
Prepare for parallel external evaluation (#1516)
~ move cache to problem for better visibility
+ configurable persistence of cache Content
+ proper synchronization for parallel access to cache
- 15:32 Changeset [6182] by
-
#1523: fixed bug in fixed data analysis algorithms.
- 15:15 Ticket #1523 (Data analysis algorithms do not exclude samples from the test ...) created by
- Affected algorithms: * Linear regression * LDA * k-Means Clustering …
- 13:44 Changeset [6181] by
-
#1522: Reorganized type checks and added a clause to exclude primitive arrays from being enumerated.
- 13:43 Ticket #1522 (Improve object graph traversing) created by
- The traversing of an object graph was implemented to clean up all …
- 11:24 Changeset [6180] by
-
#1521: Corrected bug in ConstantTreeNode.
- 11:22 Ticket #1521 (ConstantTreeNode does not respect min and max value of ConstantSymbol) created by
- This behavior is caused by a bug in the ResetLocalParameters methods.
- 09:57 Changeset [6179] by
-
completely remove unused user settings and use string formatting instead of concatenation (#1517)
05/10/11:
- 17:58 Changeset [6178] by
-
- added semaphores to ensure an appdomain is never unloaded when the start method has not finished
- HiveEngine uploading and downloading of jobs works and is displayed in the view
- 17:25 Changeset [6177] by
-
#1329: Implemented PriorityRulesVector based encoding and added new operators to the JSMEncoding. Added Gantt-Charts for visualization of schedules and problems.
- 15:25 Changeset [6176] by
-
- Removed properties menu from EnhancedChart
- Added IConfigureableView interface to DataTableView
- 14:48 Changeset [6175] by
-
#1233 temporary switch to privileged sandboxing until communication between core and executor works with sandboxing
- 14:28 Changeset [6174] by
-
- completed SandboxManager
- added SandboxApplicationManager for Hive
- DefaultApplicationManager is now a subclass of the SandboxApplicationManager
- ApplicationManager now instantiates the LightweightApplicationManager only if it is accessed to avoid calling InitializeLifetimeService(..) in a sandbox
- 12:24 Changeset [6173] by
-
- rewrote Logger to use Diagnostics.Trace
- removed HiveLogger as it's not used anymore
- removed dependency from Persistence to log4net
- ConfigMerger now also merges <system.diagnostics> sections
- 11:56 Changeset [6172] by
-
prevent additional uncached execution of base class (#1516)
- 10:07 Ticket #1520 (Detail View for Run) created by
- Implement a detail view for the runs that shows the propeties of a run.
- 10:04 Ticket #1519 (Create "Platform" Subplugin for Administrator Plugin) created by
- Create Model, View(s) and the Controller for the Platform. Following …
- 09:45 Ticket #1448 (Bubble-Chart visualization) closed by
- obsolete
- 09:42 Ticket #1438 (Test client for Query Service) closed by
- obsolete
- 09:41 Ticket #1439 (Implement Query Tool as plugin) closed by
- obsolete
- 09:40 Ticket #1444 (Implement Bubble Chart for Testing) closed by
- obsolete
- 09:38 Ticket #1449 (Build a simple filter with webcontrols) closed by
- obsolete
05/09/11:
- 22:42 Changeset [6171] by
-
#1503 added controller for creating the image
- 22:13 Changeset [6170] by
-
#1499 design, cleanup, remove button
- 19:51 Ticket #1518 (Make run collection sortable by name) created by
- Multi-selecting runs selects all runs even filtered ones. This makes …
- 16:53 Ticket #1517 (Switch Tracing from log4net to Diagnostics.Trace) created by
- Hive sandboxing executes code in an AppDomain with restricted …
- 16:49 Changeset [6169] by
-
Add maximum capacity parameter and a least recently used replacement strategy to the evaluation cache (#1516)
- 14:12 Changeset [6168] by
-
- removed Job-dto objects from slave core (since it stores outdated objects)
- added command textbox to HiveJobView
- improved the way the control buttons behave in HiveJobView
- improved job control (pause and stop is also possible when job is not currently calculating)
- improved gantt chart view (last state log entry is also displayed)
- unified code for downloading jobs between experiment manager and hive engine
- 12:50 Changeset [6167] by
-
- increased send/receive timeout
- renamed hive binding name
- 10:25 Changeset [6166] by
-
#1233 forgot to check in HL icon for installers
05/07/11:
- 18:44 Changeset [6165] by
-
#1503 BubbleChart without exception
- 18:37 Changeset [6164] by
-
#1503 HLWebPluginHost new WebConfig
- 15:37 Changeset [6163] by
-
additional functions vor query plugin
-delte
-gui components
- 15:35 Changeset [6162] by
-
#1433 Updated Problem Control/View
- 15:22 Changeset [6161] by
-
#1433 adapted models
- 14:45 Changeset [6160] by
-
#1433 update
- 14:37 Changeset [6159] by
-
#1433 Updated Problem Controller fixed bug in saveProblem.
- 14:28 Changeset [6158] by
-
added UserNameHandler for all serviceProject, central in ECJClient #1441
- 14:24 Changeset [6157] by
-
added ecj and custom statistics to communicate with the okb services #1441
- 14:20 Changeset [6156] by
-
#1433 Updated Problem Control/View
- 14:19 Changeset [6155] by
-
#1433 removed obj from Subversion
- 14:19 Changeset [6154] by
-
#1433 removed bin from Subversion
- 14:17 Changeset [6153] by
-
#1433 Updated Problem Control/View
- 14:12 Changeset [6152] by
-
added ecj and custom statistics to communicate with the okb services #1441
- 14:08 Changeset [6151] by
-
added util for accessing service #1441
- 14:07 Changeset [6150] by
-
added UserNameHandler for all serviceProject, central in ECJClient #1441
- 14:06 Changeset [6149] by
-
added UserNameHandler for all serviceProject, central in ECJClient #1441
- 14:06 Changeset [6148] by
-
added UserNameHandler for all serviceProject, central in ECJClient #1441
- 14:06 Changeset [6147] by
-
added UserNameHandler for all serviceProject, central in ECJClient #1441
- 14:06 Changeset [6146] by
-
added UserNameHandler for all serviceProject, central in ECJClient #1441
- 14:06 Changeset [6145] by
-
added UserNameHandler for all serviceProject, central in ECJClient #1441
- 14:02 Changeset [6144] by
-
#1433 add property AlgorithmClass
- 13:51 Changeset [6143] by
-
#1433 modified model
- 13:39 Changeset [6142] by
-
#1433 Updated Problem Control/View
- 10:41 Changeset [6141] by
-
#1499 new (non-recursive) view/architecture
05/06/11:
- 15:08 Changeset [6140] by
-
Add new CachedExternalEvaluator with replaceable permanent cache of all evaluated solutions (#1516)
- 15:02 Ticket #1516 (Enable caching of external evaluation results) created by
- External evaluations are often very time consuming. It could be …
- 09:54 Changeset [6139] by
-
#1223: Improved plugin and assembly descriptions.
05/05/11:
- 19:50 Changeset [6138] by
-
#1508 fixed bug in trading solution view.
- 19:45 Changeset [6137] by
-
#1471 fixed bug in data importer. improved preprocessing of financial time series.
- 19:43 Changeset [6136] by
-
#1508 improved view for trading solutions.
- 15:10 Changeset [6135] by
-
#1467 added first implementation of allele frequency analyzer for symbolic data analysis.
- 14:03 Changeset [6134] by
-
#1471: added plugin for DbExplorer interfaces, deleted .resx files, set svn:ignore properties, and added license header
- 13:40 Changeset [6133] by
-
#1471: imported generic parts of DataImporter from private code base
- 13:21 Changeset [6132] by
-
#1471: created branch for integration of DataImporter into the HL main development line
- 12:10 Changeset [6131] by
-
#1508 fixed path for references
- 11:11 Ticket #1515 (Editor for symbolic expression trees) created by
- 11:01 Ticket #1514 (Prepare presentation of the MVC2 project) created by
- Prepare presentation for the MVC2 project (PowerPoint) that shows * …
- 10:59 Ticket #1447 (Provide plugin functionality) closed by
- worksforme
- 10:57 Ticket #1513 (Create "AlgorithmClass" Subplugin for Administrator Plugin) created by
- Create Model, View(s) and the Controller for the AlgorithmClass. …
- 10:56 Ticket #1512 (Create "Algorithm" Subplugin for Administrator Plugin) created by
- Create Model, View(s) and the Controller for the Algorithm. …
- 10:55 Ticket #1511 (Create "ProblemClass" Subplugin for Administrator Plugin) created by
- Create Model, View(s) and the Controller for the ProblemClass. …
- 10:52 Ticket #1510 (Create "Problem" Subplugin for Administrator Plugin) created by
- Create Model, View(s) and the Controller for the Problem. …
- 10:49 Ticket #1433 (Change Webservice in Web-Admin-Client) closed by
- obsolete
05/04/11:
- 22:50 Changeset [6130] by
- 20:09 WikiStart edited by
- (diff)
- 20:08 ChangeLog edited by
- (diff)
- 20:05 Download edited by
- (diff)
- 19:51 Milestone HeuristicLab 3.3.4 completed
- == HeuristicLab 3.3.4 - May 4th, 2011 == * [attachment:"HeuristicLab …
- 19:49 Ticket #1364 (Implement NoSameMatesSelection operator) closed by
- done
- 19:49 Ticket #1330 (Implement Quadratic Assignment Problem (QAP)) closed by
- done
- 19:49 Ticket #1504 (The InteractiveSymbolicSimplifier does not update the result values if ...) closed by
- done
- 19:49 Ticket #1455 (View for clustering solutions) closed by
- done
- 19:49 Ticket #1313 (Provide a new default view for symbolic regression solutions) closed by
- done
- 19:49 Ticket #1498 (`BestQuality` Value in Symbolic Regression is greater than 1 with ...) closed by
- done
- 19:49 Ticket #1227 (Support for symbolic simplification of logarithm, exponential, ...) closed by
- done
- 19:48 Ticket #1118 (Multi-objective symbolic regression problem) closed by
- done
- 19:48 Ticket #1414 (Provide linear error evaluator) closed by
- done
- 19:48 Ticket #1493 (NSGA-II crashes when started with a new symbolic regression or ...) closed by
- done
- 19:48 Ticket #1453 (OnlineEvaluators must not throw exceptions due to performance reasons) closed by
- done
- 19:48 Ticket #1418 (Improve structure of data analysis specific classes) closed by
- done
- 19:48 Ticket #1325 (Create VariableCondition symbol for GP) closed by
- done
- 19:48 Ticket #1288 (Classes RandomEnumerable and MatrixExtensions are misplaced) closed by
- done
- 19:48 Ticket #1172 (Detach data-analysis problem and standard algorithms from the ...) closed by
- done
- 19:47 Ticket #1492 (When downloading HeuristicLab as zip and extracting the files the exe ...) closed by
- done
- 19:47 Ticket #1466 (Check if correct version of .NET framework is installed on startup) closed by
- done
- 19:46 Ticket #1454 (PluginInfrastructure should be able to discover types implementing ...) closed by
- done
- 19:46 Ticket #1432 (Explicitly prevent discovery of specific types) closed by
- done
- 19:46 Ticket #1431 (Possibility to setup a plugin environment in code) closed by
- done
- 19:46 Ticket #1429 (PluginValidator potentially disables plugins twice if they contain ...) closed by
- done
- 19:46 Ticket #1348 (DefaultApplicationManager may crash in RegisterLoadedAssembly) closed by
- done
- 19:46 Ticket #1442 (Primitive type Tuple should be serializable) closed by
- done
- 19:46 Ticket #1377 (Enable hiding of parameters) closed by
- done
- 19:46 Ticket #1049 (Provide a default instance when creating a new ValueParameter) closed by
- done
- 19:45 Ticket #1451 (ResultCollections should only show the value of the selected result in ...) closed by
- done
- 19:45 Ticket #1413 (Remove bugs in BubbleChartView) closed by
- done
- 19:45 Ticket #1462 (The selected MoveEvaluator of a SingleObjectiveTestFunction is not ...) closed by
- done
- 19:45 Ticket #1430 (BestKnownQuality should be an optional value parameter in ...) closed by
- done
- 19:45 Ticket #1424 (Performance issues when executing more than 17 algorithms) closed by
- done
- 19:45 Ticket #1488 (Cloning of OperatorShapeInfo is not thread safe) closed by
- done
- 19:45 Ticket #1486 (Decouple OperatorGraphVisualizationInfo from the associated view classes) closed by
- done
- 19:45 Ticket #1404 (ProgrammableOperator "forgets" assemblies when they are recompiled) closed by
- done
- 19:44 Ticket #1464 (An exception is thrown if the ViewHost is smaller than 0 (width or height).) closed by
- done
- 19:44 Ticket #1410 (The ViewHost context menu should take into account if there are ...) closed by
- done
- 19:43 Ticket #1058 (The TabControl does not get the focus when something is dragged over it) closed by
- done
- 19:43 Ticket #1461 (Release HeuristicLab 3.3.4) closed by
- done
- 19:43 Ticket #1419 (All warnings should be removed from the trunk solution) closed by
- done
- 19:43 Ticket #1112 (Dragging of multiple items) closed by
- done
- 19:43 Ticket #1505 (Input validation of the initial frequency field in the SymbolView ...) closed by
- done
- 19:43 Ticket #1472 (StackOverflowException when SymbolicExpressionGrammar is configured wrong) closed by
- done
- 19:43 Ticket #1229 (Refactor grammars of SymbolicExpressionTreeEncoding in order to reduce ...) closed by
- done
- 19:42 Ticket #1460 (StringConvertibleValueView does not work correctly if its label is hidden) closed by
- done
- 19:42 Ticket #1445 (Runs disappear in moved Optimizer in an Experiment) closed by
- done
- 19:42 Ticket #1416 (Move description from textbox to icon in NamedItemView) closed by
- done
- 19:41 Ticket #1443 (DoubleExtension IsAlmost does not handle infinity values correctly) closed by
- done
- 19:41 Ticket #1298 (Single sign-on for Hive) closed by
- done
- 19:41 Ticket #1187 (Implement plugin for common client-side operations related to ...) closed by
- done
- 19:41 Ticket #1457 (All charts showing generations or iterations should start with 0) closed by
- done
- 19:41 Ticket #1392 (Successful offspring analysis should be added) closed by
- done
- 19:41 Ticket #1425 (Implement VNS) closed by
- done
- 19:41 Ticket #852 (Implement Particle Swarm Optimization) closed by
- done
- 19:40 Ticket #1426 (Persistence of SVM results fails) closed by
- done
- 19:40 Ticket #1321 (Implement possibility to apply SVM training on classification problems) closed by
- done
- 19:40 Ticket #790 (RangeTransform of SVMProblem generated on the training is not always ...) closed by
- done
- 19:33 Changeset [6129] by
-
Removed plugins which are not included in the 3.3.4 release and updated files of the 3.3.4 release tag (#1461)
- 14:33 Changeset [6128] by
-
#1508 set svn:ignore properties
- 14:33 Changeset [6127] by
-
#1508 added main project to build and install the plugin for optimization of trading rules.
- 14:00 Changeset [6126] by
-
#1508 more restructuring
- 13:50 Changeset [6125] by
-
#1508 folder restructuring
- 13:49 Changeset [6124] by
-
#1508 set svn:ignore properties
- 13:48 Changeset [6123] by
-
#1508 added classes for optimization of trading rules
- 13:38 Changeset [6122] by
-
#1508 created branch folder for plugin implementation
- 13:34 Ticket #1508 (Plugin for optimization of trading rules) created by
- For GECCO 2011 industrial challenge (FX trading)
- 12:02 Changeset [6121] by
-
#1329: Implemented basic functionalities of problemdefinition, encodings and primitive operators. A GA can already be applied on the problem to compute a solution it seems however that the current implementation isn't very efficient so the process takes some time.
- 03:32 Changeset [6120] by
-
Created HeuristicLab 3.3.4 release tag (#1461)
- 03:28 Changeset [6119] by
-
Added some minor changes in CollectObjectGraphObjects (#1424)
05/03/11:
- 23:55 Ticket #1507 (The boxplot view partly ignores run collection constraints) created by
- I have an experiment with one algorithm solving problem instances of …
- 20:44 Changeset [6118] by
-
#1503 base architecture for chart control
- 20:31 Changeset [6117] by
-
#1433 completed add, delete and update methods for AlgorithmClass, Algorithm, ProblemClass, Problem in AdminModel
- 20:16 Changeset [6116] by
-
- SlaveTrayIcon: don't try to kill TrayIcons from other users
- split installer to fix config installer bug for users who did not run the installer
- 20:01 Ticket #1506 (All node impacts and result values are calculated multiple times when ...) created by
- For classification models three times: * The first update is caused …
- 19:52 Changeset [6115] by
-
- Added new interface IConfigureableView to HeuristicLab.MainForm
- Adapted ViewHost to show a configuration button when its ActiveView is of type IConfigureableView
- Changed DataTableHistoryView to be an IConfigureableView
- When changing the configuration of a history view the configuration will be applied to every frame
- Fixed a bug in calculating the histogram (when all values were the same)
- Added preceeding and trailing 0-bar in the histogram to prevent cutting the first and last column in the view
- Added a method Replace(IEnumerable<T>) to the ObservableList to do Clear() and AddRange() with just a single event notification
- Calling that method from the QualityDistributionAnalyzer (otherwise the result view is flickering)
- Fixing a bug regarding axis labels in the QualityDistributionAnalyzer
- Removed double AfterDeserializationHook in QAP
- 19:25 Changeset [6114] by
-
Code formatting and minor changes (#1424)
- 18:43 Changeset [6113] by
-
#1504: Corrected bug in symbolic simplifier view.
- 18:08 Changeset [6112] by
-
- HeartbeatManager: don't sleep while starting jobs
- Executor: make Start() blocking
- shutdown properly if an uncaught exception is thrown
- 17:14 Changeset [6111] by
-
- improved the way jobs are downloaded by ExperimentManager and HiveEngine
- 17:08 Changeset [6110] by
-
- renamed engines to executors
- changed locking in StartJobInAppDomain
- avoid destruction of proxy object after 5 minutes for Slave.Core
- added JobStarted event and fixed ExecutionStateChanged and ExecutionTimeChanged
- slaves which are moved to another slavegroup will pause their jobs now, if they must not calculate them
- 16:55 Changeset [6109] by
-
#1505 changed input validation in SymbolView.
- 16:54 Ticket #1505 (Input validation of the initial frequency field in the SymbolView ...) created by
- 16:40 Changeset [6108] by
-
#1504: Corrected bug in symbolic simplifier view.
- 16:40 Ticket #1504 (The InteractiveSymbolicSimplifier does not update the result values if ...) created by
- 15:45 Changeset [6107] by
-
- simplify PreparePlugins
- send more exceptions to ExperimentManager
- 14:49 Changeset [6106] by
-
- updated binaries
- 13:47 Changeset [6105] by
-
- updated binaries
- 11:10 Changeset [6104] by
-
#1498: Updated SymbolicRegression unit test due to the changes in the R² evaluator.
- 11:04 Changeset [6103] by
-
- created extension method GetObjectGraphObjects for objects
- created IStatefulItem interface, which means an object has a state which can be initialized and cleared
- after an algorithm stopped, all objects of the algorithm-objectgraph with the type IStatefulItem are cleared
- on prepare, all IStatefulItem objects are initialized