Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/14 18:01:54 (10 years ago)
Author:
abeham
Message:

#2174: The problem is now not Sim# specific anymore, but the parameters of Sim# models could be optimized using this problem. It's all about being able to program the evaluation function and parameter vector.

Location:
branches/SimSharp/HeuristicLab.Problems.Programmable
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/SimSharp/HeuristicLab.Problems.Programmable/3.3

    • Property svn:global-ignores
      •  

        old new  
        11obj
        22Plugin.cs
         3*.DotSettings
  • branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Plugin.cs.frame

    r10726 r10753  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.SimulationOptimization {
    25   [Plugin("HeuristicLab.Problems.SimulationOptimization", "Parameter optimization of SimSharp simulation models", "3.3.0.$WCREV$")]
    26   [PluginFile("HeuristicLab.Problems.SimulationOptimization-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.SimSharp", "3.0.3")]
    28   public class HeuristicLabProblemsSimulationOptimizationPlugin : PluginBase { }
     24namespace HeuristicLab.Problems.Programmable {
     25  [Plugin("HeuristicLab.Problems.Programmable", "Programmable problem for defining custom representation and evaluation function.", "3.3.9.$WCREV$")]
     26  [PluginFile("HeuristicLab.Problems.Programmable-3.3.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Encodings.ParameterVectorEncoding", "3.3")]
     28  public class HeuristicLabProblemsProgrammablePlugin : PluginBase { }
    2929}
Note: See TracChangeset for help on using the changeset viewer.