Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/15 18:14:48 (9 years ago)
Author:
abeham
Message:

#2174:

  • Branched ExternalEvaluation
    • Changed to use SingleObjectiveBasicProblem
    • Increased minor version number
  • Created view for MultiEncoding
  • Created dialog to construct encodings in the GUI

Setting up an external evaluation problem in HeuristicLab has finally become simple.

Location:
branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation.GP
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation.GP/3.5/Plugin.cs.frame

    r11174 r11892  
    2424namespace HeuristicLab.Problems.ExternalEvaluation.GP {
    2525  [Plugin("HeuristicLab.Problems.ExternalEvaluation.GP", "Provides a symbolic expression tree grammar and formatters for external evaluation problems.", "3.4.6.$WCREV$")]
    26   [PluginFile("HeuristicLab.Problems.ExternalEvaluation.GP-3.4.dll", PluginFileType.Assembly)]
     26  [PluginFile("HeuristicLab.Problems.ExternalEvaluation.GP-3.5.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Common", "3.3")]
    2828  [PluginDependency("HeuristicLab.Core", "3.3")]
     
    3030  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3131  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]
    32   [PluginDependency("HeuristicLab.Problems.ExternalEvaluation", "3.3")]
     32  [PluginDependency("HeuristicLab.Problems.ExternalEvaluation", "3.4")]
    3333  [PluginDependency("HeuristicLab.ProtobufCS", "2.4.1.473")]
    3434  public class HeuristicLabProblemsExternalEvaluationGPPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.