Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

10/11/13:

21:41 Changeset [10039] by sawinkle

#2109:

  • Renamed GEEvaluator.cs to GEArtificialAntEvaluator.cs, because a further Evaluator for the Symbolic Regression problem (single objective) is planned to be implemented.
  • Excluded the mapping process from GEArtificialAntEvaluator.cs and created several separated mapper classes. Created stubs for breath-first, depth-first, random and PIGE mappers. These mapper implementations should later be easily usable together with different problems. The mapper can be selected in the GUI, via a Problem parameter. The depth-first mapper is already usable, the others still cause exceptions.
17:22 Blog: HeuristicLab 3.3.9 Release created by swagner
17:09 HL Download 3.3.9.png attached to Pictures by swagner
17:03 Ticket #2115 (Release HeuristicLab 3.3.10) created by swagner
New Features: * Scripting environment for rapid-prototyping (C# …
16:59 Milestone HeuristicLab 3.3.9 completed
== HeuristicLab 3.3.9 - October 11th, 2013 == * …
16:55 Ticket #2049 (Release HeuristicLab 3.3.9) closed by swagner
done
16:53 Changeset [10038] by swagner

#2049: Updated tutorial slides

16:45 Changeset [10037] by swagner

#2049: Merged updates of versions and samples (r10032:r10033) back into trunk.

16:42 ChangeLog edited by swagner
(diff)
16:41 ChangeLogPending edited by swagner
(diff)
16:38 Download edited by swagner
(diff)
16:22 Changeset [10036] by ascheibe

#2049 corrected version of CustomPostBuild command

16:18 Changeset [10035] by swagner

#2049: Updated target path of post build command template

16:09 Changeset [10034] by swagner

#2049: Created HeuristicLab 3.3.9 release tag

16:07 Changeset [10033] by swagner

#2049: Updated samples

16:00 Changeset [10032] by swagner

#2049: Incremented versions

10/09/13:

09:23 Changeset [10031] by gkronber

#2026: worked on plugin for grammars and made some changes for compatibility with the latest stable version of HL

10/08/13:

12:21 Ticket #2114 (Hive Slave crashes if a thread in an AppDomain throws an exception) created by ascheibe
The CLR kills the application if a thread throws an user-unhandeled …
11:41 Ticket #2101 (Several incorrect names/descriptions in class NeuralNetworkClassification) closed by gkronber
done: r10030: merged r9919 from trunk to stable
11:41 Changeset [10030] by gkronber

#2101 merged r9919 from trunk to stable

10/07/13:

21:04 Changeset [10029] by sawinkle

#2109: added additional documentation and refactored code of GEEvaluator.cs

08:49 Changeset [10028] by jkarder

#2069:

  • merged IfStat and ElseStat into IfThenElseStat
  • changed the font of the suffixCode text box in the CodeNodeView

10/06/13:

17:24 Blog: Gaussian Processes for Regression and Classification edited by gkronber
16:59 GP model.png attached to Blog: Gaussian Processes for Regression and Classification by gkronber
16:59 GP hyperparams.png attached to Blog: Gaussian Processes for Regression and Classification by gkronber
16:59 GP likelihood.png attached to Blog: Gaussian Processes for Regression and Classification by gkronber
16:40 GP learning.png attached to Blog: Gaussian Processes for Regression and Classification by gkronber
16:40 GP samples II.png attached to Blog: Gaussian Processes for Regression and Classification by gkronber
16:40 GP samples I.png attached to Blog: Gaussian Processes for Regression and Classification by gkronber
16:40 Blog: Gaussian Processes for Regression and Classification created by gkronber
Initial version without images

10/04/13:

22:00 Changeset [10027] by ascheibe

#1886 adapted convex hull view to work with real vectors and permutations

17:24 Changeset [10026] by ascheibe

#1886

  • removed old caching code
  • adapted convex hull view and some other minor improvements
15:21 Changeset [10025] by ascheibe

#1886 added support for permutation encoding for solution caching

11:20 Changeset [10024] by ascheibe

#1886 added views project for solution caching

09:50 Changeset [10023] by ascheibe

#1886

  • moved solution caching to an own plugin
  • added initial support for real vector encoding

10/03/13:

22:47 Changeset [10022] by sawinkle

#2109:

  • simplified GEArtificialAntProblem and removed some unused code (e.g. parameter MaximumExpressionDepth is not necessary for an IntegerVector)
  • extended GEEvaluator to perform a complete, recursive Genotype-To-Phenotype mapping (depth-first approach); currently no "wrapping" of the integer vector is possible; a full tree with the maximum possible nodes filled in is generated, dependent on the integer vector; the Interpreter, Analysers and other classes get reused

10/02/13:

20:11 Ticket #2110 (Import/Export for ProblemInstanceConsumers of multiple data types is ...) closed by abeham
done: r10021: merged r10000, r10001, r10003, r10005, r10009 to stable
20:11 Changeset [10021] by abeham

#2110: merged to stable

17:05 Ticket #1508 (Plugin for optimization of trading rules) closed by gkronber
done: r10020: merged r9804:9805, r9808:9809, r9811:9812, r9822, r9824:9825, …
17:04 Changeset [10020] by gkronber

#1508: merged r9804:9805,r9808:9809,r9811:9812,r9822,r9824:9825,r9897,r9928,r9938:9941,r9964:9965,r9989,r9991:9992,r9995,r9997,r10004:10015 from trunk into stable branch.

14:43 Changeset [10019] by ascheibe

#2031 added missing static modifiers and removed unused variable

13:59 Changeset [10018] by ascheibe

#2031 improved UI of statistical testing view

13:48 Changeset [10017] by ascheibe

#2031 improved sample size estimation and some minor improvements

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

Note: See TracTimeline for information about the timeline view.