Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

07/27/12:

19:09 Changeset [8351] by ascheibe

#1331 fixed algorithms that couldn't handle Items that they get now from the problem (I overlooked these two cases, all other algorithms/cases have been adapted in the course of ticket #1864)

16:34 Changeset [8350] by spimming

#1894:

  • new implementation for priority queue
  • based on heap data structure
  • allow multiple keys
  • adapted test program
16:28 Ticket #1905 (Update alglib to version 3.6.0) created by gkronber
16:17 Changeset [8349] by jkarder

#1247: added duplication control

16:11 Changeset [8348] by jkarder

#1331: removed redundant call of UpdateSimilarityCalculators

15:39 Ticket #1796 (MultiSymbolicDataAnalysisSolutionCreator is in the wrong namespace) closed by mkommend
rejected: Changes of namespaces result in a persistence compatibility break and …
15:30 Changeset [8347] by jkarder

#1331:

  • removed branch ScatterSearch
  • removed branch ScatterSearch (trunk integration)
15:21 Changeset [8346] by jkarder

#1331:

  • added operators for the VehicleRouting problem
  • minor code improvements
15:16 Changeset [8345] by jkarder

#1331: made similarity based operators storable and cloneable

14:56 Changeset [8344] by mkommend

#1890: Changed ActualName of child and parents parameter in SymbolicExpressionTreeCrossover.

13:46 Changeset [8343] by mkommend

#1890: Improved symbol to opCode lookup in the GP interpreters.

13:45 Ticket #1806 (ReplaceBranchManipulator and ChangeNodeTypeManipulator create a large ...) closed by gkronber
done: This ticket slipped through in the 3.3.7 release.
13:38 Changeset [8342] by mkommend

#1070: Updated GP samples to contain the new manipulator.

11:15 Changeset [8341] by ascheibe

#1890 clear runs when an optimizer is dropped on the Hive Job Manager

10:19 Changeset [8340] by ascheibe

#1580 changed user account for executing the slave service to NetworkService (thanks jkarder for the patch)

01:25 Changeset [8339] by abeham

#1903: Fixed handling of maximum x value

01:22 Changeset [8338] by abeham

#1904: Added additional local improvement operators

01:20 Ticket #1904 (Add additional local improvement operators for different QAP neighborhoods) created by abeham
Additional move neighborhoods should be added which have been fitness …
01:15 Changeset [8337] by ascheibe

#1886 worked on crossover performance analyzer

01:00 Changeset [8336] by ascheibe

#1886 worked on crossover performance analyzer

07/26/12:

23:48 Ticket #1903 (Movie view of histogram fails if min and max are specified) created by abeham
The minimum is taken from the visual properties, but not the maximum …
17:48 Changeset [8335] by mkommend

#1070: Adapted unit test to take new GP manipulator into account.

17:09 Changeset [8334] by jkarder

#1331: reintegrated branch

14:12 Changeset [8333] by mkommend

#1070: Added RemoveBranchManipulation to HL.Encodings.SymbolicExpressionTree.

11:26 Changeset [8332] by jkarder

#1331:

  • adjusted parameter types
  • changed access levels
09:51 Changeset [8331] by jkarder

#1331: merged r8086:8330 from trunk

07/25/12:

17:29 Changeset [8330] by jkarder

#1247: initial version

16:48 Changeset [8329] by sforsten

#1776:

  • added new diagram which shows correlation of accuracy and covered samples
15:44 Changeset [8328] by ascheibe

#1331 fixed comments

14:28 Changeset [8327] by jkarder

#1331: applied the rest of the changes suggested by ascheibe in comment:32:ticket:1331

14:12 Changeset [8326] by fschoepp

#1888:

  • Added IConnectionProvider interface + implementation based on jheinzelreiters transaction management
  • Fixed transaction being promoted to dtc; transactions enabled again
  • Changed HiveDao: transactions are managed properly
12:08 Changeset [8325] by gkronber

#1902 changed return value type for parameter properties

12:01 Changeset [8324] by gkronber

#1902 fixed build, set copy-local to false

11:31 Changeset [8323] by gkronber

#1902 initial import of Gaussian process regression algorithm

11:24 Ticket #1902 (Gaussian Process Regression Algorithm) created by gkronber
10:14 Changeset [8322] by jkarder

#1331:

07/24/12:

17:41 Changeset [8321] by spimming

#1894: initial version of astar algorithm

16:57 Changeset [8320] by jkarder

#1331: fixed bug in KnapsackImprovementOperator

15:04 Changeset [8319] by jkarder

#1331:

  • applied some of the changes suggested by ascheibe in comment:32:ticket:1331
  • restructured path relinking and improvement operators and similarity calculators
  • fixed bug in TSPMultipleGuidesPathRelinker
10:44 Changeset [8318] by sforsten

#1292:

  • added cloning method and constructor to ExtendedHeatMap
  • renamed a variable in ExtendedHeatMapView
  • added backwards compatibility code in DataAnalysisProblemData

07/23/12:

15:57 Changeset [8317] by mkommend

#1901: Changed CollectionItemChangedEventArgs to use empty enumerables instead of null to indicate the absence of items.

15:56 Ticket #1901 (CollectionItemChangedEventArgs use null to indicate that no oldItems ...) created by mkommend
As the oldItems are saved as an IEnumerable<T> one would not expect …

07/21/12:

23:49 Changeset [8316] by spimming

#1894:

  • check if way has missing node references
  • check if attribute exists before using it
  • test program restructured

07/20/12:

22:57 Changeset [8315] by spimming

#1894: write result in gpx file for visualization

18:58 Changeset [8314] by spimming

#1894:

  • error correction on Dijkstra algorithm
  • test program adapted
  • new test graph file added
14:05 Changeset [8313] by jkarder

#1247: initial commit

11:19 Changeset [8312] by spimming

#1894: worked on Dijkstra algorithm

10:34 Changeset [8311] by mkommend

#1900: Corrected calculation of extension point lengths in the PTC2 to avoid overflow exceptions.

10:33 Ticket #1900 (ReplaceBranchManipulation throws an overflow exception while ...) created by mkommend
08:57 Changeset [8310] by mkommend

#1898:

  • Corrected GetAllFields extension methods to return fields accross the hierarchy only once.
  • Changed filtering of object and types to first check for excluded types.
  • Removed unnecassary comparer for excluded members HashSet.
  • Corrected outdated comments
  • Added SignatureHelper to the excluded types.
08:52 Changeset [8309] by mkommend

#1898: Minor modifications in CollectGASample unit test.

07/19/12:

19:44 Changeset [8308] by spimming

#1894:

  • get neighbors for specific node
  • method to calculate weight between two nodes
  • interface for router
  • Dijkstra algorithm initial commit
  • Utils methods added
15:30 Changeset [8307] by jkarder

#1331: fixed platform configuration

14:54 Ticket #1899 (Diversity Analyzers should use the new Diversity Calculators from ...) created by ascheibe
With Scatter Search also new Similarity Calculators will be merged to …
14:31 Changeset [8306] by jkarder

#1331: switched from file references to project references

14:15 Changeset [8305] by ascheibe

#1331 added missing build configurations

13:19 Changeset [8304] by jkarder

#1331: added support for similarity calculation between multiple individuals

11:04 Changeset [8303] by jkarder

#1331: made similarity calculators storable and cloneable

07/18/12:

16:20 Changeset [8302] by spimming

#1894: added missing references

16:15 Changeset [8301] by spimming

#1894:

  • graph routing algorithm plugin initial commit
  • load data in problem
12:56 Changeset [8300] by spimming

#1894:

  • graph data structures added
  • method to get the ways for a specific node
11:10 Changeset [8299] by jkarder

#1331: made SimilarityCalculator storable

03:57 Documentation/Howto/OptimizeExternalApplications edited by abeham
updated documentation (diff)
03:37 HeuristicLab.Problems.ExternalEvaluation (src).zip attached to Documentation/Howto/OptimizeExternalApplications by abeham
The source code of the libraries (C# and Java), also including a …
03:33 HL3ExternalEvaluationCSharp.zip attached to Documentation/Howto/OptimizeExternalApplications by abeham
C# serice library for communicating with HeuristicLab
03:32 HL3ExternalEvaluation.jar attached to Documentation/Howto/OptimizeExternalApplications by abeham
Java serice library used to build the java forwarding client
03:22 Changeset [8298] by abeham

#1896:

  • Added tags 1000 to max which can be used as extensions to the quality message
  • Updated the evaluator to allow better subclassing in case extensions are used
  • Updated the method signatures to pipe the extension registry down to the channel
02:08 Ticket #1898 (Object graph traversal fails when encountering objects of type ...) created by abeham
Calling GetHashCode() to see if it's contained in the HashSet of …

07/17/12:

15:30 Changeset [8297] by sforsten

#1776:

  • Corrected namespace of IClassificationEnsembleSolutionWeightCalculator interface
  • Corrected calculation of confidence for test and training samples in ClassificationEnsembleSolutionEstimatedClassValuesView
  • Added overload method GetConfidence to IClassificationEnsembleSolutionWeightCalculator to calculate more than one point at a time (maybe additional methods for training and test confidence could improve the performance remarkably)
  • Added ClassificationEnsembleSolutionConfidenceAccuracyDependence to see how accuracy would behave, if only samples with high confidence would be classified
02:53 Changeset [8296] by abeham

#1897: added quotes in case path contains spaces

02:33 Changeset [8295] by abeham

#1897:

  • Removed protocol buffers 0.9.1
  • Added protocol buffers 2.4.1
  • Updated proto processing command
01:41 Ticket #1897 (Upgrade protocol buffer version) created by abeham
Upgrade the plugin from 0.9.1 (May 2010) to 2.4.1 (October 2011).

07/16/12:

17:23 Changeset [8294] by sforsten

#1292:

  • SpearmansRankCorrelationCoefficientCalculator now uses the alglib function
  • strings in ExtendedHeatMap have been made constant
15:41 Changeset [8293] by spimming

#1894:

  • new default constructor for osm base types
  • defined common interface for data sources
  • implemented xml data source
  • added test project with osm test files
13:51 Ticket #1896 (Allow extension of external evaluation messages) created by abeham
Create a range of tags that can be used as extensions (1000-max) in …
09:06 Changeset [8292] by gkronber

#1847: worked on move operators. version of the final EMSS submission

Note: See TracTimeline for information about the timeline view.