Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

10/01/13:

21:42 Changeset [10016] by ascheibe

#2031 added recommended sample size to sample size influence view

18:17 Changeset [10015] by gkronber

#1508 hide export button in view for symb. trading solutions

16:39 Changeset [10014] by jkarder

#2069:

  • refactored grammar and symbols
  • changed RobocodeProblem to use the ProbabilisticTreeCreator by default
13:18 Changeset [10013] by spimming

#1888:

  • enabled transactions
  • enabled tracing output
  • set correct invoice data
  • saving invoices
13:10 Changeset [10012] by sawinkle

#2109:
added initial version of Problem class and Evaluator class; GEArtificialAntProblem randomly initializes an IntegerVector and prepares the GE run; GEEvaluator currently only creates a simple SymbolicExpressionTree, consisting of the RootSymbol, StartSymbol and the MoveSymbol

12:08 Changeset [10011] by jkarder

#2069:

  • refactored grammar and symbols
  • fixed cloning and storable ctors
  • fixed plugin dependencies

09/30/13:

11:08 Changeset [10010] by ascheibe

#2113 fixed hive slave configuration files

11:05 Ticket #2113 (Update Hive Slave Configurations) created by ascheibe
The app.config file of the windows service is missing the behavior …

09/27/13:

14:59 Changeset [10009] by abeham

#2110: renamed generic view class

09/26/13:

23:56 Changeset [10008] by ascheibe

#1886 added volume calculation for convex d-polytopes

10:30 Changeset [10007] by ascheibe

#1886 started working on volume calculation

09/25/13:

13:55 Ticket #2107 (Chart export dialog saves emf files as png) closed by abeham
done: r10006: merged r9946 and r10002 into stable
13:55 Changeset [10006] by abeham

#2107: merged r9946 and r10002 into stable

10:22 Changeset [10005] by jkarder

#2110: adapted view in MetaOpt branch

09/24/13:

16:15 Changeset [10004] by gkronber

#1508 fixed data import from ECB (some rates are not available for the full time interval)

14:10 Changeset [10003] by jkarder

#2110: fixed ProblemView to hide all provider related controls if its content is no IProblemInstanceConsumer

14:08 Changeset [10002] by bburlacu

#2107: Fixed font scaling issue related to the MetafileFrameUnit when exporting charts in the EMF format.

12:39 Changeset [10001] by jkarder

#2110: additional commit for r10000 (fix build fail)

11:49 Changeset [10000] by jkarder

#2110: refactored ProblemInstanceProviderViews

09/23/13:

08:09 Ticket #2102 (The "Data Analysis" menu should not be a top-level menu in the optimizer) closed by gkronber
done: r9999: merged r9973:9975 and r9994 from trunk to stable
08:08 Changeset [9999] by gkronber

#2102 merged r9973:9975 and r9994 from trunk to stable

09/21/13:

17:43 Ticket #2112 (ThreadSafeLogThreadSafetyTest sometimes fails) created by ascheibe
It seems there is a Deadlock in the ThreadSafeLog which occurs …

09/20/13:

20:12 Changeset [9998] by ascheibe

#2031 added confidence intervals to sample size influence view

13:08 Changeset [9997] by gkronber

#1508 fixed bugs in line chart visualization for the trading plugin

10:10 Changeset [9996] by bburlacu

#1772: Removed unnecessary subproject (not included in solution). Merged changes from tree layout branch.

09/19/13:

18:04 Changeset [9995] by gkronber

#1508 enabled target variable as input variable for the trading plugin

17:25 Changeset [9994] by gkronber

#2102 handled estimation bounds in Excel exporter specifically to prevent writing extreme values that Excel can't handle (necessary to support export of linear regression solutions).

14:24 Changeset [9993] by bburlacu

#2076: Improved tree aspect by calculating maximum visual node width per level.

13:24 Changeset [9992] by gkronber

#1508

  • disabled "Variable" symbol in default time series grammar
  • in the line chart use two different axis to display signals and prices
  • in the line chart display profits for training and test partitions separately
  • fixed hard-coded strings in SolutionView
  • added plugin dependency
11:29 Changeset [9991] by gkronber

#1508

  • fixed a bug in the ECB problem instance provider (reversed time series)
  • improved the ProblemInstanceProviderViewGeneric class to show a progress bar while loading the problem instance
  • fixed the build fail (in SolutionLineChartView)
10:32 Ticket #1909 (Support for different real valued test functions should be implemented ...) closed by abeham
done: r9990: merged into stable branch
10:32 Changeset [9990] by abeham

#1909: merged into stable branch

10:16 Changeset [9989] by gkronber

#1508 worked on problem instance providers for trading problem

09:46 Changeset [9988] by gkronber

#2111 write font family name instead of font name in persistence.

09:46 Ticket #2111 (Unit test for font persistence fails) created by gkronber

09/18/13:

15:26 Ticket #2110 (Import/Export for ProblemInstanceConsumers of multiple data types is ...) created by svonolfe
The ProblemInstanceConsumerView<T> is instantiated with one of the …
10:42 Changeset [9987] by abeham

#1909: fixed references in MetaOpt branch (test project)

10:24 Changeset [9986] by abeham

#1909: fixed references in MetaOpt branch

10:24 Changeset [9985] by jkarder

#2069:

  • fixed deserialization of the RobocodeProblem
  • added a BattleRunnerDialog that allows to configure some arguments of the battle runner
  • added functionality to save a Solution in a java file
10:18 Changeset [9984] by abeham

#1909: fixed evaluator in FLA branch

09/17/13:

14:06 Changeset [9983] by ascheibe

#2069 fixed project file

11:47 Changeset [9982] by abeham

#1909:

  • Removed project HeuristicLab.Problems.Instances.TestFunctions and integrated it into HeuristicLab.Problems.TestFunctions
  • Removed SOTFData from HeuristicLab.Problems.Instances and integrated it into HeuristicLab.Problems.TestFunctions
  • Changed SOTFData's Evaluator property to be of type ISingleObjectiveTestFunctionProblemEvaluator
  • Removed cast in the problem's load method
11:27 Changeset [9981] by abeham

#1909: fixed references and output path

11:18 Changeset [9980] by abeham

#1909:

  • Integrated TestFunctionInstances branch into trunk
  • Removed the branch
10:39 Ticket #2108 (Adapt unit tests to VS 2012) closed by ascheibe
done: r9979 Merged r9955-r9956, r9958-r9959, r9978 into stable branch
10:39 Changeset [9979] by ascheibe

#2108 Merged r9955-r9956, r9958-r9959, r9978 into stable branch

10:25 Changeset [9978] by ascheibe

#2108 fixed output directory of all configurations

10:06 Ticket #2100 (Views should support displaying help texts) closed by ascheibe
done: r9977 merged r9915-r9916, r9920-r9921, r9935 into stable branch
10:05 Changeset [9977] by ascheibe

#2100 merged r9915-r9916, r9920-r9921, r9935 into stable branch

Note: See TracTimeline for information about the timeline view.