Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

01/28/13:

17:54 Changeset [9194] by sforsten

#1980:

  • added necessary interface ICondition, IAction, IInput
  • removed not used class MatchSelector and interface IMatchSelector
  • added constructors to ItemDictionary
  • added new encoding
15:27 Changeset [9193] by ascheibe

#2005 simplified refreshing of jobs in the Hive client as this isn't needed anymore

15:18 Changeset [9192] by ascheibe

#1886 RunCollectionStatisticalTabularView now respects RunCollectionFilters

14:33 StatisticalAnalysis edited by ascheibe
added page with an overview of different tests (diff)
12:22 StatisticalAnalysis edited by gkronber
(diff)
12:19 StatisticalAnalysis edited by gkronber
(diff)
12:18 StatisticalAnalysis edited by gkronber
(diff)
10:59 StatisticalAnalysis created by abeham
08:33 Changeset [9191] by sforsten

#1980: branch project HeuristicLab.Core

01/25/13:

21:15 Ticket #2010 (Some TSP instances do not load) created by ascheibe
If you try to load some TSP instances (e.g. pla33810, pla7397 or …
16:22 Ticket #2009 (Statistical significance checking in box plot view) created by abeham
16:20 Changeset [9190] by abeham

#2008: Added option to obtain a matrix representation of a bubble chart view

15:05 Changeset [9189] by ascheibe

#1886 fixed unwanted mutations analyzer

14:42 Ticket #2008 (Add option to get data matrix from bubble chart grouping) created by abeham
09:54 Ticket #2007 (Update AlgLib to 3.7.0) created by mkommend

01/24/13:

17:20 Changeset [9188] by ascheibe

#2005 implemented unloading of jobs

12:55 Changeset [9187] by ascheibe

#2005 merged changes from trunk into branch

12:46 Changeset [9186] by ascheibe

#2006 fixed disposing of ViewContextMenuStrip

01:06 Changeset [9185] by ascheibe

#1886 fixed scaling of qualities

01/23/13:

14:08 Changeset [9184] by ascheibe

#2005 merged changes from trunk into branch

14:05 Changeset [9183] by ascheibe

#2005 reverted changes of r9174 as the trunk now contains the correct memory leak fixes (#2006)

10:18 Changeset [9182] by mkommend

#1997: Added reevaluation of elits to symbolic data analysis island ga and changed evaluator to combine the fixed and random samples.

01/22/13:

22:57 Changeset [9181] by mkommend

#2006: Changed GhostFactory to not hold a reference to the View object and completely removed the TextEditor tool as it was not in use.

22:53 Changeset [9180] by mkommend

#2006: Disposed menu items of the ViewHost correctly.

22:51 Ticket #2006 (Fix memory leaks in MainForm.WindowsForms and the ...) created by mkommend
* Menu items of the ViewHost are not disposed correctly * …
16:49 Changeset [9179] by abeham

#1890: Moved HeuristicLab project to first place in solution (so that it's selected as default startup project in a fresh checkout)

16:46 Changeset [9178] by mkommend

#1996: Corrected OperatorGraph.Iterate to include AlgorithmOperators.

16:46 Changeset [9177] by abeham

#1423: Renamed project to add version number (3.3) and fixed build number

13:39 Changeset [9176] by gkronber

#1508 updated trading plugin to work with current trunk version

01/21/13:

16:33 Changeset [9175] by sforsten

#1980:

  • added BestTrainingXCSSolutionAnalyzer and CurrentXCSSolutionAnalyzer
  • fixed bug: Equals method was not correct in CombinedIntegerVector
09:05 Changeset [9174] by ascheibe

#2005 fixed memory leaks in GraphVisualization and Docking

01/20/13:

01:34 EvoSoft edited by swagner
(diff)
01:27 EvoSoft/2012 edited by swagner
(diff)

01/18/13:

10:26 Changeset [9173] by ascheibe

#2005

  • fixed naming of event handlers that were forgotten when the naming from experiment to job was changed
  • fixed some more memory leaks

01/17/13:

10:51 Changeset [9172] by mkommend

#1997: Improved wiring of SymbolicDataAnalysisIslandGA.

01/16/13:

15:27 Changeset [9171] by gkronber

added comments suggesting a solution for calculating the EMA using a cache.

14:21 Changeset [9170] by ascheibe

#2005 fixed handling of unobservable exceptions

11:13 Changeset [9169] by ascheibe

#2005

  • renamed some events and methods
  • fixed some memory leaks
11:01 Changeset [9168] by ascheibe

#2005 created branch

11:00 Ticket #2005 (Add Unload Jobs in the Hive Job Manager) created by ascheibe
It should be possible to unload jobs in the Job Manager so that the …

01/15/13:

15:52 Changeset [9167] by sforsten

#1980:

  • change standard parameter settings in ConditionActionClassificationProblem
  • fixed bug: if a parent is copied instead of a crossover, the new individual is inserted in the population correctly
  • added missing attributes to ConditionActionClassificationProblemData
15:50 Changeset [9166] by fschoepp

#1888:

  • Model: OptimizationScenario may be a tree of algorithms (and problems)
  • Model: Renamed InputParameters to ProblemParameters (as they are the parameters of a problem)
  • Model: Added JobExecutionDetails which contain Repetitions + Group (resource to use)
  • ScenarioParser parses the new XML scenario files
  • Website + Model: You are now able to add/remove rows from a table (no JavaScript involved yet)
  • Website + Controller: Added repetitions (enables batch jobs) and group (resource to use) to OaaS which will be used by the controller to schedule the job
  • Website: Updated templates to use new model structure
  • Website + Scenarios: Added the new algorithm Benchmark Algorithm
  • Controller: Added a singleton to make the (Azure/Mockup)-DAL exchangeable
  • Controller: Added mockup classes for DAL + IScenarioManager
  • Website/Result Page: Line Diagrams will be added via JavaScript, crawling their data using AJAX
  • Website: Most configuration parameters can be set in the ServiceDefinition directly
  • Added a mockup for the Membership classes: These can be used if no network connection is available or if other parts of the app shall be tested
  • Scenarios: Updated TSP mappings to new xsd
14:21 Changeset [9165] by mkommend

#1837: Corrected selection pressure base sliding window analyzer and added new sample algorithms.

13:56 Changeset [9164] by mkommend

#1837: Added validation to sliding window algorithms.

13:25 Changeset [9163] by mkommend

#1837: Merged trunk changes into branch.

13:19 Changeset [9162] by mkommend

#1837: Refactored sliding window analyzers and updated the provided algorithm.

11:18 Changeset [9161] by sforsten

#1980:

  • added training and test partition to ConditionActionClassificationProblemData
  • ClassifierFetcher only uses training partition
10:47 Changeset [9160] by sforsten

#1980:

  • added problem instance provider to import csv files for ConditionActionClassificationProblemData
  • adapted LCSAdaptedGeneticAlgorithm to use the crossover probability
  • fixed a bug in XCSModelView
09:44 Changeset [9159] by mkommend

#2003: Added the ICheckedMultiOperator interface to CheckedMultiOperator.

09:33 Changeset [9158] by abeham

#1961: improved wiring slightly, added check in OnStarted and fixed name of placeholder

01/14/13:

20:08 AdditionalMaterial edited by shuttere
(diff)
20:05 AdditionalMaterial edited by shuttere
(diff)
20:02 AdditionalMaterial edited by shuttere
(diff)
17:03 AdditionalMaterial edited by shuttere
(diff)
17:01 AdditionalMaterial edited by shuttere
(diff)
17:00 AdditionalMaterial edited by shuttere
(diff)
16:51 Changeset [9157] by shuttere
16:20 Changeset [9156] by mkommend

#2001: Removed commented code from ResourceRegressionInstanceProvider.

15:37 Changeset [9155] by abeham

#1961: commit of project files

15:23 Changeset [9154] by sforsten

#1980:

  • added XCSSolution, XCSModel, XCSClassifier to represent the xcs classifier
  • XCSSolution also shows the current accuracy (training and test partition has to be added)
  • added XCSSolutionAnalyzer to create a XCSSolution during the run of the algorithm
  • added XCSModelView to show the xcs model
  • fixed a bug in XCSDeletionOperator (sometimes it deleted less classifiers than it should)
  • moved some parameter from ConditionActionClassificationProblem to ConditionActionClassificationProblemData
14:54 Changeset [9153] by mkommend

#1985: Removed unused enum TimeLimitRunAction.

13:14 Changeset [9152] by mkommend

#2004: Add an update flag to the best solution symbolic data analysis analyzers (single- and multi objective).

13:03 Ticket #2004 (Flag to determine if the best solutions should be updated regardless ...) created by mkommend
Currently the symbolic data analysis analyzers that track the best …
10:29 Changeset [9151] by mkommend

#2003: Added new interface ICheckedMultiOperator and derived IMultiAnalyzer from it, to allow the UserDefinedAlgorithm to add disabled, problem dependent analyzer to its multi analyzer.

10:13 Ticket #2003 (UserDefinedAlgorithms enable all provided analyzers by default) created by mkommend
The UserDefinedAlgorithm does not take the enabled by default flag …
Note: See TracTimeline for information about the timeline view.