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/3.0.4
Files:
1 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/SimSharp/3.0.4/SimSharp-3.0.4/Plugin.cs

    r10726 r10753  
    2323
    2424namespace HeuristicLab.SimSharp {
    25   [Plugin("HeuristicLab.SimSharp", "Transport plugin for SimSharp", "3.0.3.0")]
    26   [PluginFile("HeuristicLab.SimSharp-3.0.3.dll", PluginFileType.Assembly)]
     25  [Plugin("HeuristicLab.SimSharp", "Transport plugin for SimSharp", "3.0.4.0")]
     26  [PluginFile("HeuristicLab.SimSharp-3.0.4.dll", PluginFileType.Assembly)]
    2727  [PluginFile("SimSharp.dll", PluginFileType.Assembly)]
    2828  [PluginFile("SimSharp-License.txt", PluginFileType.License)]
Note: See TracChangeset for help on using the changeset viewer.