Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

05/14/11:

18:49 Changeset [6197] by cneumuel

#1215

  • some fixes
18:33 Changeset [6196] by cneumuel

#1233

  • updated binaries
16:45 Changeset [6195] by abeham

#1465

  • updated branch with latest version of trunk
16:37 Changeset [6194] by abeham

#1469

  • Added AFA operator with a different interpretation of an allele
16:33 Changeset [6193] by abeham

#1529

  • Added GPL licence header to ProgrammableSingleSuccessorOperator
16:32 Ticket #1529 (Code maintenance and minor changes) created by abeham
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 cneumuel
If the InitialFrequency of a Symbol is zero and it is set to …
10:40 Changeset [6192] by cneumuel

#1522

  • 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 mjesner

#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 cneumuel
When an object is serialized it returns a list of types found in the …
20:08 Changeset [6190] by dhohl

#1499 refactor, first part of the comparison combobox for the different filters, Controls for the Filters

15:50 Changeset [6189] by epitzer

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 epitzer

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 epitzer
Using the parallel engine for external evaluation can currently lead …
11:15 Changeset [6187] by mkommend

#1521: Updated SymbolicRegressionUnitTest.

09:22 Ticket #1525 (Create a ProgrammableSingleObjectiveEvaluator) closed by abeham
obsolete: When one could remember his own work... there is already a …
08:07 Ticket #1525 (Create a ProgrammableSingleObjectiveEvaluator) created by abeham
A typical ProgrammableOperator cannot be used as evaluator in a …

05/11/11:

17:59 Changeset [6186] by mkommend

#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 mkommend
This could happen with large datasets (>1000 rows) and when the wrong …
15:57 Changeset [6185] by gkronber

#1450 deleted obsolete branch for ensemble solutions

15:56 Changeset [6184] by gkronber

#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 epitzer

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 gkronber

#1523: fixed bug in fixed data analysis algorithms.

15:15 Ticket #1523 (Data analysis algorithms do not exclude samples from the test ...) created by gkronber
Affected algorithms: * Linear regression * LDA * k-Means Clustering …
13:44 Changeset [6181] by mkommend

#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 mkommend
The traversing of an object graph was implemented to clean up all …
11:24 Changeset [6180] by mkommend

#1521: Corrected bug in ConstantTreeNode.

11:22 Ticket #1521 (ConstantTreeNode does not respect min and max value of ConstantSymbol) created by mkommend
This behavior is caused by a bug in the ResetLocalParameters methods.
09:57 Changeset [6179] by epitzer

completely remove unused user settings and use string formatting instead of concatenation (#1517)

05/10/11:

17:58 Changeset [6178] by cneumuel

#1233

  • 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 jhelm

#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 abeham

#1465

  • Removed properties menu from EnhancedChart
  • Added IConfigureableView interface to DataTableView
14:48 Changeset [6175] by ascheibe

#1233 temporary switch to privileged sandboxing until communication between core and executor works with sandboxing

14:28 Changeset [6174] by ascheibe

#831

  • 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 ascheibe

#1517

  • 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 epitzer

prevent additional uncached execution of base class (#1516)

10:07 Ticket #1520 (Detail View for Run) created by mjesner
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 mjesner
Create Model, View(s) and the Controller for the Platform. Following …
09:45 Ticket #1448 (Bubble-Chart visualization) closed by mjesner
obsolete
09:42 Ticket #1438 (Test client for Query Service) closed by mjesner
obsolete
09:41 Ticket #1439 (Implement Query Tool as plugin) closed by mjesner
obsolete
09:40 Ticket #1444 (Implement Bubble Chart for Testing) closed by mjesner
obsolete
09:38 Ticket #1449 (Build a simple filter with webcontrols) closed by mjesner
obsolete

05/09/11:

22:42 Changeset [6171] by mjesner

#1503 added controller for creating the image

22:13 Changeset [6170] by mjesner

#1499 design, cleanup, remove button

19:51 Ticket #1518 (Make run collection sortable by name) created by abeham
Multi-selecting runs selects all runs even filtered ones. This makes …
16:53 Ticket #1517 (Switch Tracing from log4net to Diagnostics.Trace) created by ascheibe
Hive sandboxing executes code in an AppDomain with restricted …
16:49 Changeset [6169] by epitzer

Add maximum capacity parameter and a least recently used replacement strategy to the evaluation cache (#1516)

14:12 Changeset [6168] by cneumuel

#1233

  • 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 ascheibe

#1233

  • increased send/receive timeout
  • renamed hive binding name
10:25 Changeset [6166] by ascheibe

#1233 forgot to check in HL icon for installers

05/07/11:

18:44 Changeset [6165] by fruehrli

#1503 BubbleChart without exception

18:37 Changeset [6164] by fruehrli

#1503 HLWebPluginHost new WebConfig

15:37 Changeset [6163] by dhohl

additional functions vor query plugin
-delte
-gui components

15:35 Changeset [6162] by gschwarz

#1433 Updated Problem Control/View

15:22 Changeset [6161] by wtollsch

#1433 adapted models

14:45 Changeset [6160] by wtollsch

#1433 update

14:37 Changeset [6159] by gschwarz

#1433 Updated Problem Controller fixed bug in saveProblem.

14:28 Changeset [6158] by mholper

added UserNameHandler for all serviceProject, central in ECJClient #1441

14:24 Changeset [6157] by bfarka

added ecj and custom statistics to communicate with the okb services #1441

14:20 Changeset [6156] by gschwarz

#1433 Updated Problem Control/View

14:19 Changeset [6155] by gschwarz

#1433 removed obj from Subversion

14:19 Changeset [6154] by gschwarz

#1433 removed bin from Subversion

14:17 Changeset [6153] by gschwarz

#1433 Updated Problem Control/View

14:12 Changeset [6152] by bfarka

added ecj and custom statistics to communicate with the okb services #1441

14:08 Changeset [6151] by bfarka

added util for accessing service #1441

14:07 Changeset [6150] by mholper

added UserNameHandler for all serviceProject, central in ECJClient #1441

14:06 Changeset [6149] by mholper

added UserNameHandler for all serviceProject, central in ECJClient #1441

14:06 Changeset [6148] by mholper

added UserNameHandler for all serviceProject, central in ECJClient #1441

14:06 Changeset [6147] by mholper

added UserNameHandler for all serviceProject, central in ECJClient #1441

14:06 Changeset [6146] by mholper

added UserNameHandler for all serviceProject, central in ECJClient #1441

14:06 Changeset [6145] by mholper

added UserNameHandler for all serviceProject, central in ECJClient #1441

14:02 Changeset [6144] by wtollsch

#1433 add property AlgorithmClass

13:51 Changeset [6143] by wtollsch

#1433 modified model

13:39 Changeset [6142] by gschwarz

#1433 Updated Problem Control/View

10:41 Changeset [6141] by mjesner

#1499 new (non-recursive) view/architecture

05/06/11:

15:08 Changeset [6140] by epitzer

Add new CachedExternalEvaluator with replaceable permanent cache of all evaluated solutions (#1516)

15:02 Ticket #1516 (Enable caching of external evaluation results) created by epitzer
External evaluations are often very time consuming. It could be …
09:54 Changeset [6139] by gkronber

#1223: Improved plugin and assembly descriptions.

05/05/11:

19:50 Changeset [6138] by gkronber

#1508 fixed bug in trading solution view.

19:45 Changeset [6137] by gkronber

#1471 fixed bug in data importer. improved preprocessing of financial time series.

19:43 Changeset [6136] by gkronber

#1508 improved view for trading solutions.

15:10 Changeset [6135] by gkronber

#1467 added first implementation of allele frequency analyzer for symbolic data analysis.

14:03 Changeset [6134] by gkronber

#1471: added plugin for DbExplorer interfaces, deleted .resx files, set svn:ignore properties, and added license header

13:40 Changeset [6133] by gkronber

#1471: imported generic parts of DataImporter from private code base

13:21 Changeset [6132] by gkronber

#1471: created branch for integration of DataImporter into the HL main development line

12:10 Changeset [6131] by gkronber

#1508 fixed path for references

11:11 Ticket #1515 (Editor for symbolic expression trees) created by gkronber
11:01 Ticket #1514 (Prepare presentation of the MVC2 project) created by mjesner
Prepare presentation for the MVC2 project (PowerPoint) that shows * …
10:59 Ticket #1447 (Provide plugin functionality) closed by mjesner
worksforme
10:57 Ticket #1513 (Create "AlgorithmClass" Subplugin for Administrator Plugin) created by mjesner
Create Model, View(s) and the Controller for the AlgorithmClass. …
10:56 Ticket #1512 (Create "Algorithm" Subplugin for Administrator Plugin) created by mjesner
Create Model, View(s) and the Controller for the Algorithm. …
10:55 Ticket #1511 (Create "ProblemClass" Subplugin for Administrator Plugin) created by mjesner
Create Model, View(s) and the Controller for the ProblemClass. …
10:52 Ticket #1510 (Create "Problem" Subplugin for Administrator Plugin) created by mjesner
Create Model, View(s) and the Controller for the Problem. …
10:49 Ticket #1433 (Change Webservice in Web-Admin-Client) closed by mjesner
obsolete

05/04/11:

22:50 Changeset [6130] by mjesner

#1456

20:09 WikiStart edited by swagner
(diff)
20:08 ChangeLog edited by swagner
(diff)
20:05 Download edited by swagner
(diff)
20:02 HeuristicLab 3.3.4 (64 bit).zip attached to Download by swagner
20:01 HeuristicLab 3.3.4 (32 bit).zip attached to Download by swagner
20:00 HeuristicLab 3.3.4.zip attached to Download by swagner
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 swagner
done
19:49 Ticket #1330 (Implement Quadratic Assignment Problem (QAP)) closed by swagner
done
19:49 Ticket #1504 (The InteractiveSymbolicSimplifier does not update the result values if ...) closed by swagner
done
19:49 Ticket #1455 (View for clustering solutions) closed by swagner
done
19:49 Ticket #1313 (Provide a new default view for symbolic regression solutions) closed by swagner
done
19:49 Ticket #1498 (`BestQuality` Value in Symbolic Regression is greater than 1 with ...) closed by swagner
done
19:49 Ticket #1227 (Support for symbolic simplification of logarithm, exponential, ...) closed by swagner
done
19:48 Ticket #1118 (Multi-objective symbolic regression problem) closed by swagner
done
19:48 Ticket #1414 (Provide linear error evaluator) closed by swagner
done
19:48 Ticket #1493 (NSGA-II crashes when started with a new symbolic regression or ...) closed by swagner
done
19:48 Ticket #1453 (OnlineEvaluators must not throw exceptions due to performance reasons) closed by swagner
done
19:48 Ticket #1418 (Improve structure of data analysis specific classes) closed by swagner
done
19:48 Ticket #1325 (Create VariableCondition symbol for GP) closed by swagner
done
19:48 Ticket #1288 (Classes RandomEnumerable and MatrixExtensions are misplaced) closed by swagner
done
19:48 Ticket #1172 (Detach data-analysis problem and standard algorithms from the ...) closed by swagner
done
19:47 Ticket #1492 (When downloading HeuristicLab as zip and extracting the files the exe ...) closed by swagner
done
19:47 Ticket #1466 (Check if correct version of .NET framework is installed on startup) closed by swagner
done
19:46 Ticket #1454 (PluginInfrastructure should be able to discover types implementing ...) closed by swagner
done
19:46 Ticket #1432 (Explicitly prevent discovery of specific types) closed by swagner
done
19:46 Ticket #1431 (Possibility to setup a plugin environment in code) closed by swagner
done
19:46 Ticket #1429 (PluginValidator potentially disables plugins twice if they contain ...) closed by swagner
done
19:46 Ticket #1348 (DefaultApplicationManager may crash in RegisterLoadedAssembly) closed by swagner
done
19:46 Ticket #1442 (Primitive type Tuple should be serializable) closed by swagner
done
19:46 Ticket #1377 (Enable hiding of parameters) closed by swagner
done
19:46 Ticket #1049 (Provide a default instance when creating a new ValueParameter) closed by swagner
done
19:45 Ticket #1451 (ResultCollections should only show the value of the selected result in ...) closed by swagner
done
19:45 Ticket #1413 (Remove bugs in BubbleChartView) closed by swagner
done
19:45 Ticket #1462 (The selected MoveEvaluator of a SingleObjectiveTestFunction is not ...) closed by swagner
done
19:45 Ticket #1430 (BestKnownQuality should be an optional value parameter in ...) closed by swagner
done
19:45 Ticket #1424 (Performance issues when executing more than 17 algorithms) closed by swagner
done
19:45 Ticket #1488 (Cloning of OperatorShapeInfo is not thread safe) closed by swagner
done
19:45 Ticket #1486 (Decouple OperatorGraphVisualizationInfo from the associated view classes) closed by swagner
done
19:45 Ticket #1404 (ProgrammableOperator "forgets" assemblies when they are recompiled) closed by swagner
done
19:44 Ticket #1464 (An exception is thrown if the ViewHost is smaller than 0 (width or height).) closed by swagner
done
19:44 Ticket #1410 (The ViewHost context menu should take into account if there are ...) closed by swagner
done
19:43 Ticket #1058 (The TabControl does not get the focus when something is dragged over it) closed by swagner
done
19:43 Ticket #1461 (Release HeuristicLab 3.3.4) closed by swagner
done
19:43 Ticket #1419 (All warnings should be removed from the trunk solution) closed by swagner
done
19:43 Ticket #1112 (Dragging of multiple items) closed by swagner
done
19:43 Ticket #1505 (Input validation of the initial frequency field in the SymbolView ...) closed by swagner
done
19:43 Ticket #1472 (StackOverflowException when SymbolicExpressionGrammar is configured wrong) closed by swagner
done
19:43 Ticket #1229 (Refactor grammars of SymbolicExpressionTreeEncoding in order to reduce ...) closed by swagner
done
19:42 Ticket #1460 (StringConvertibleValueView does not work correctly if its label is hidden) closed by swagner
done
19:42 Ticket #1445 (Runs disappear in moved Optimizer in an Experiment) closed by swagner
done
19:42 Ticket #1416 (Move description from textbox to icon in NamedItemView) closed by swagner
done
19:41 Ticket #1443 (DoubleExtension IsAlmost does not handle infinity values correctly) closed by swagner
done
19:41 Ticket #1298 (Single sign-on for Hive) closed by swagner
done
19:41 Ticket #1187 (Implement plugin for common client-side operations related to ...) closed by swagner
done
19:41 Ticket #1457 (All charts showing generations or iterations should start with 0) closed by swagner
done
19:41 Ticket #1392 (Successful offspring analysis should be added) closed by swagner
done
19:41 Ticket #1425 (Implement VNS) closed by swagner
done
19:41 Ticket #852 (Implement Particle Swarm Optimization) closed by swagner
done
19:40 Ticket #1426 (Persistence of SVM results fails) closed by swagner
done
19:40 Ticket #1321 (Implement possibility to apply SVM training on classification problems) closed by swagner
done
19:40 Ticket #790 (RangeTransform of SVMProblem generated on the training is not always ...) closed by swagner
done
19:33 Changeset [6129] by swagner

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 gkronber

#1508 set svn:ignore properties

14:33 Changeset [6127] by gkronber

#1508 added main project to build and install the plugin for optimization of trading rules.

14:00 Changeset [6126] by gkronber

#1508 more restructuring

13:50 Changeset [6125] by gkronber

#1508 folder restructuring

13:49 Changeset [6124] by gkronber

#1508 set svn:ignore properties

13:48 Changeset [6123] by gkronber

#1508 added classes for optimization of trading rules

13:38 Changeset [6122] by gkronber

#1508 created branch folder for plugin implementation

13:34 Ticket #1508 (Plugin for optimization of trading rules) created by gkronber
For GECCO 2011 industrial challenge (FX trading)
12:02 Changeset [6121] by jhelm

#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 swagner

Created HeuristicLab 3.3.4 release tag (#1461)

03:28 Changeset [6119] by swagner

Added some minor changes in CollectObjectGraphObjects (#1424)

05/03/11:

23:55 Ticket #1507 (The boxplot view partly ignores run collection constraints) created by abeham
I have an experiment with one algorithm solving problem instances of …
20:44 Changeset [6118] by mjesner

#1503 base architecture for chart control

20:31 Changeset [6117] by wtollsch

#1433 completed add, delete and update methods for AlgorithmClass, Algorithm, ProblemClass, Problem in AdminModel

20:16 Changeset [6116] by ascheibe

#1233

  • 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 gkronber
For classification models three times: * The first update is caused …
19:52 Changeset [6115] by abeham

#1465

  • 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 swagner

Code formatting and minor changes (#1424)

18:43 Changeset [6113] by mkommend

#1504: Corrected bug in symbolic simplifier view.

18:08 Changeset [6112] by ascheibe

#1233

  • HeartbeatManager: don't sleep while starting jobs
  • Executor: make Start() blocking
  • shutdown properly if an uncaught exception is thrown
17:14 Changeset [6111] by cneumuel

#1233

  • improved the way jobs are downloaded by ExperimentManager and HiveEngine
17:08 Changeset [6110] by cneumuel

#1233

  • 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 gkronber

#1505 changed input validation in SymbolView.

16:54 Ticket #1505 (Input validation of the initial frequency field in the SymbolView ...) created by gkronber
16:40 Changeset [6108] by mkommend

#1504: Corrected bug in symbolic simplifier view.

16:40 Ticket #1504 (The InteractiveSymbolicSimplifier does not update the result values if ...) created by mkommend
15:45 Changeset [6107] by ascheibe

#1233

  • simplify PreparePlugins
  • send more exceptions to ExperimentManager
14:49 Changeset [6106] by cneumuel

#1233

  • updated binaries
13:47 Changeset [6105] by cneumuel

#1233

  • updated binaries
11:10 Changeset [6104] by mkommend

#1498: Updated SymbolicRegression unit test due to the changes in the R² evaluator.

11:04 Changeset [6103] by cneumuel

#1424

  • 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

05/02/11:

21:40 Changeset [6102] by dhohl

#1499 query filter
recursive layout of the filters

19:07 Changeset [6101] by ascheibe

#1233

  • don't lock engines for so long in StartJobInAppDomain
  • move SlaveCommListener to ConsoleClient
  • delete orphaned job folders at startup
17:56 Changeset [6100] by ascheibe

#1233

  • Executor now sends all exceptions to the ExperimentManager as NetNamedPipe communication won't be possible in a Sandbox due to security constraints
  • count stopped and aborted jobs correctly
  • send correct status when a job is stopped by the ExperimentManager
  • try to log unhandled exceptions to gui if no EventLog is available
  • don't crash if job is sent more than once by server
17:50 Changeset [6099] by mkommend

#1461: Updated plugin and assembly file versions.

17:39 Changeset [6098] by mjesner

#1499 cleanup because of invalid references

17:35 Ticket #1503 (Integrate Bubble Chart Visualization to MVC2) created by mjesner
Integrate the existing user contorl into MVC2. Create a controller …
17:26 Changeset [6097] by mjesner

#1499 query filter

14:59 Changeset [6096] by mkommend

#1413: Fixed remaining bugs in the bubble chart.

14:46 Changeset [6095] by gkronber

#1498: added check for very small and very large values in mean/variance calculator to fix numeric instability problems.

14:10 Changeset [6094] by mkommend

#1413: Correct bugs in bubble chart (index starts with -1, double click on points that lie on axis, changing the axis value by a key stroke).

10:39 Changeset [6093] by svonolfe

Merged changes from trunk into branch (#1177)

03:35 Changeset [6092] by swagner

Updated samples (#1461)

02:32 Ticket #1502 (Operator parameters wired by the algorithm should be hidden per default) created by swagner
Follow-up ticket of #1377. Some parameters are not correctly shown or …
02:25 Changeset [6091] by swagner

Hid ReplacedSelectorParameter and SelectedSelectorParameter in RandomReplacer and WorstReplacer as their values are predefined and should not be changed (#1377)

00:40 Ticket #1501 (`RunCollectionBubbleChartView` crashes when a run is added during a ...) created by cneumuel
I have experienced several crashes of HeuristicLab when a run was …

05/01/11:

22:31 Ticket #1500 (Sometimes zooming the y-axis in the runcollection boxplot view does ...) created by abeham
The cursor will always select the entire y range when trying to zoom …
22:02 Changeset [6090] by cneumuel

#1215

  • added weight parameters for quality, stddev and evaluated solutions
  • lots of fixes
16:18 Ticket #1499 (Implement Filter in MVC2) created by mjesner
Implement the Filter in MVC2, using * Controller …
15:50 Changeset [6089] by abeham

#1469

  • Fixed an issue were a TSP move evaluator could be selected in the QAP
15:49 Changeset [6088] by abeham

#1330

  • Fixed an issue were a TSP move evaluator could be selected in the QAP
15:38 Ticket #1498 (`BestQuality` Value in Symbolic Regression is greater than 1 with ...) created by cneumuel
I have experienced BestQuality values which exceeded 1 in …
14:57 Changeset [6087] by abeham

#1469

  • Adapted analyzer to add best-known solution in case it was unknown, but its quality was known
  • Added best-known solutions for esc32a, sko49 in QAPLIB Solution format
  • Changed some solutions to be EmbeddedResources so that they'd be picked up

04/30/11:

15:40 Changeset [6086] by abeham

#1497

  • Added problem-specific local improvement operator (best improvement local search using swap2 moves)
    • Adapted ExhaustiveSwap2MoveGenerator to yield moves
  • Added a parameter BestKnownSolutions to collect possible optimal invariants
    • Adapted BestQAPSolutionAnalyzer to collect optimal invariants
  • Added a function to the QAP Evaluator that calculates the impact of a certain allele
14:53 Ticket #1497 (Implement local search operator for QAP) created by abeham
For use in VNS implement a best-improvement local search operator that …
Note: See TracTimeline for information about the timeline view.