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 deleted
3 edited
2 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)]
  • branches/SimSharp/3.0.4/SimSharp-3.0.4/Properties/AssemblyInfo.cs

    r10726 r10753  
    2727// associated with an assembly.
    2828[assembly: AssemblyTitle("HeuristicLab.SimSharp")]
    29 [assembly: AssemblyDescription("Transport plugin for SimSharp")]
     29[assembly: AssemblyDescription("Transport plugin for Sim#")]
    3030[assembly: AssemblyConfiguration("")]
    3131[assembly: AssemblyCompany("HEAL")]
     
    5353// by using the '*' as shown below:
    5454// [assembly: AssemblyVersion("1.0.*")]
    55 [assembly: AssemblyVersion("3.0.3.0")]
    56 [assembly: AssemblyFileVersion("3.0.3.0")]
     55[assembly: AssemblyVersion("3.0.4.0")]
     56[assembly: AssemblyFileVersion("3.0.4.0")]
  • branches/SimSharp/3.0.4/SimSharp-3.0.4/SimSharp-3.0.4.csproj

    r10745 r10753  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.SimSharp</RootNamespace>
    11     <AssemblyName>HeuristicLab.SimSharp-3.0.3</AssemblyName>
     11    <AssemblyName>HeuristicLab.SimSharp-3.0.4</AssemblyName>
    1212    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
Note: See TracChangeset for help on using the changeset viewer.