Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 17:52:14 (10 years ago)
Author:
abeham
Message:

#2174: Integrated programmable problem into trunk

  • Fixed build configuration
  • Fixed some assembly references that had CopyLocal set to true
  • Added a missing license header
  • Cleaned some usings
  • Fixed the version number in ExternalEvaluation.GP
  • Added ProgrammableProblem and new ExternalEvaluationProblem as a reference to unit tests
  • Fixed plugin dependencies and assembly references
  • Changed icon of programmable problem to script icon
  • Fixed name clash in VRP that also had defined a "PermutationEncoding" class
  • (Hopefully) fixed all output paths
Location:
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Plugin.cs.frame

    r11892 r11961  
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
    3232  [PluginDependency("HeuristicLab.Data", "3.3")]
    33   [PluginDependency("HeuristicLab.Operators", "3.3")]
    3433  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    35   [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
    3634  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3735  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3836  [PluginDependency("HeuristicLab.ProtobufCS", "2.4.1.473")]
     37  [PluginDependency("HeuristicLab.Scripting", "3.3")]
    3938  public class HeuristicLabProblemsExternalEvaluationPlugin : PluginBase {
    4039  }
Note: See TracChangeset for help on using the changeset viewer.