Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

10/31/13:

14:54 Changeset [10102] by ascheibe

#1886 added mutation pointcuts for realvector and permutation encodings

14:31 Changeset [10101] by ascheibe

#1886 added PermutationPointcut and refactored pointcut code

13:15 Changeset [10100] by gkronber

#2026: major refactoring of example GPDL solver (random search complete except for RANGE constrained terminals)

13:11 Changeset [10099] by gkronber

#2026 minor corrections in GPDL example files

09:34 Changeset [10098] by ascheibe

#1886 added method for converting similarity-based measures to euclidean distances

10/30/13:

21:49 Changeset [10097] by ascheibe

#1886 added metric mds for testing purposes

17:05 Changeset [10096] by ascheibe

#1886 started working on crossover wrappers that can execute analyzers for crossovers

15:46 Changeset [10095] by ascheibe

added initial plugin structure

10/29/13:

14:23 Changeset [10094] by mkommend

#2082: Improved error handling in Scilab evaluator and prepared the project files for MONO compilation.

13:47 Changeset [10093] by jkarder

#2116:

  • refactored breadcrumb navigation
  • added possibility to navigate to the first invisible breadcrumb via the ellipsis

10/28/13:

18:27 Changeset [10092] by ascheibe

#1886 fixed volume calculation of polytopes

18:03 Changeset [10091] by ascheibe

#1886 renamed analyzers to collectors to avoid confusion

17:51 Changeset [10090] by ascheibe

#1886 added an algorithm that executes analyzers on a solution cache

17:50 Changeset [10089] by jkarder

#2116:

  • added hotlinking functionality
  • added methods for outermost view host detection and manipulation
11:47 Changeset [10088] by bburlacu

#2083: Removed old project and rewritten the Benchmark Generator as a HeuristicLab plugin. Added new functions and visualization capability.

08:15 Changeset [10087] by jkarder

#2116: fixed readonly property assignment in ParameterCollectionView

10/27/13:

20:17 Changeset [10086] by gkronber

#2026 worked on random search solver (now all examples are working)

10/25/13:

14:50 Changeset [10085] by ascheibe

branched trunk

14:49 Changeset [10084] by ascheibe

removed branch

14:44 Changeset [10083] by ascheibe

added student data pre-processing branch

09:02 Documentation/DevelopmentCenter/Compile HeuristicLab under Linux edited by ascheibe
(diff)

10/24/13:

10:14 Changeset [10082] by ascheibe

#1886 correction of LPHull Func

10/23/13:

15:56 Changeset [10081] by ascheibe

#1886 fixed LPHull, seems to work now

10/22/13:

20:39 Changeset [10080] by gkronber

#2026 implemented a code generator for random search solvers for GPDL problems

19:23 Changeset [10079] by gkronber

#2026 added the royal tree benchmark problem for genetic programming

00:05 Changeset [10078] by ascheibe

#1886 another bugfix in the point calculation from distance matrices

10/21/13:

23:43 Changeset [10077] by ascheibe

#1886 fixed a bug in the point calculation from distance matrices

12:54 Changeset [10076] by ascheibe

#2110 updated list of problems and algorithms

11:29 Changeset [10075] by sawinkle

#2109:

  • For each newly created node, ResetLocalParameters() has to be called, if possible. Otherwise 'Variable' symbols won't be initialized correctly. (E.g. internal ValueName is null and causes exceptions.)
  • Method MapDepthFirstRecursively() of DepthFirstMapper.cs checks subtree boundaries by using the MinimumArity instead of the MaximumArity. Otherwise e.g. adding the 'Addition' symbol will cause very short trees, because this symbol has got a MaximumArity of 255! This would cause, that the tree is immediately full, after insertion of one 'Addition' symbol, if the genotype length is e.g. just 100.
  • Several bug fixes.
  • Unresolved issues:
    • Changes in the selected grammar are not taken into account during a run (e.g. 'Addition' symbols will be inserted into the tree, although its checkbox was unchecked previously).
    • Exception, if a division by zero is tried.
    • Wrapping mechanism.

10/20/13:

21:31 Changeset [10074] by gkronber

#2026: finished tree searcher for artifical ant, multiplexer and even parity examples. (+ performance tweak in Artificial Ant.txt)

20:18 Changeset [10073] by sawinkle

#2109:

  • Renamed all identifiers within the files to include 'GE', where necessary.
  • Changed the namespaces of all files to 'HeuristicLab.Problems.GrammaticalEvolution'.
  • Added the parameters IntegerVector, GenotypeToPhenotype and SymbolicExpressionTreeGrammar to the Evaluator classes, where necessary.
  • Changed the SolutionCreator from ISymbolicDataAnalysisSolutionCreator to IIntegerVectorCreator; changed the Evaluator from ISymbolicDataAnalysisEvaluator<T> to IGESymbolicDataAnalysisEvaluator<T>; the problem data class/interface IDataAnalysisProblemData stays the same.
  • The methods Evaluate() and Calculate() of the specific Evaluators won't change -> the genotype-to-phenotype mapping process is done within the Apply() method.
19:52 Changeset [10072] by sawinkle

#2109: added copies of files of the SymbolicAnalysis projects and the SymbolicRegression projects and renamed them to include 'GE'

19:31 Changeset [10071] by sawinkle

#2109: moved GEArtificialAntEvaluator.cs and GEArtificialAntProblem.cs to sub folder \ArtificialAnt

19:26 Changeset [10070] by sawinkle

#2109: resolved switch error

19:21 Changeset [10069] by sawinkle

#2109: an error occurred, when trying to switch GEArtificialAntEvaluator.cs to the sub folder ArtificialAnt; GEArtificialAntEvaluator.cs was switched as folder (!) to branches\GrammaticalEvolution\HeuristicLab.Problems.GrammaticalEvolution

18:44 Changeset [10068] by sawinkle

#2109:

  • Removed the parameters MaxFunctionDefinitions and MaxFunctionArguments from GEArtificialAntProblem.cs, because automatically defined functions (adf) won't be supported by the Grammatical Evolution implementation of the Artificial Ant problem.
  • Switched from SharpDevelop to Visual Studio 2012 and installed 'Productivity Power Tools 2012'. This extension includes the options 'Format Document on save' and 'Remove and Sort Usings on save', so that some usings were deleted, sorted and the formating changed slightly. Furthermore 'Visual Studio 2010 text editor settings.vssettings' were included.
  • Added new folders ArtificialAnt and Symbolic to separate the files for the ArtificialAnt problem and the Symbolic Regression problem (single objective).

10/18/13:

21:33 Changeset [10067] by gkronber

#2026 worked on brute force solver for GPDL problems.

15:17 Documentation/DevelopmentCenter/AdditionalMaterial edited by abeham
added gagp2009 link and reference (diff)
09:49 Changeset [10066] by gkronber

#2026 added instructions on building, a short readme and the GPL license file.

09:08 Changeset [10065] by gkronber

#2026 added shell script to generate parser and scanner on linux also adapted pre- and post-build events

09:04 Changeset [10064] by gkronber

#2026 removed the test project as it does not build on mono

08:15 Changeset [10063] by gkronber

#2026 removed reference to HeuristicLab.PluginInfrastructure (and set svn:ignore properties)

Note: See TracTimeline for information about the timeline view.