Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

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

07/12/12:

20:05 Changeset [8291] by spimming

#1984: missed vs project file on last commit

19:52 Changeset [8290] by spimming

#1984: core data types for osm graphs implemented

16:18 Changeset [8289] by swagner

Worked on AlleleFrequencyAnalyzer (#1893)

16:16 Changeset [8288] by swagner

Added ProgrammableAnalyzer (#1895)

16:14 Ticket #1895 (Implement ProgrammableAnalyzer) created by swagner
06:37 Changeset [8287] by ascheibe

#1886 worked on analyzers

07/11/12:

16:43 Changeset [8286] by gkronber

#1847 experimental changes to try to get TS to work

15:53 Changeset [8285] by spimming

#1894:

  • updated references and plugin dependencies
  • initial stub version of RoutePlanningProblem implementation
13:10 Changeset [8284] by spimming

#1894: initial commit for route planning branch

12:19 Ticket #1894 (Exact Route Planning Algorithms (Dijkstra, A*)) created by spimming
Solve route planning problems (point-to-point) using algorithms like …
01:29 Changeset [8283] by swagner

Worked on AlleleFrequencyAnalyzer (#1893)

01:05 Ticket #1893 (Enhance allele frequency analyzer) created by swagner
Additional analyses should be added to the AlleleFrequencyAnalyzer.
01:02 Changeset [8282] by swagner

Worked on enhanced version of ScatterPlot (#1892)

00:51 Changeset [8281] by ascheibe

#1886 added datatable to convergence speed analyzer

00:25 Changeset [8280] by swagner

Added enhanced version of ScatterPlot (#1892)

00:10 Changeset [8279] by ascheibe

#1886 save distinct solutions in a data table

Note: See TracTimeline for information about the timeline view.