Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/14 16:05:58 (10 years ago)
Author:
mkommend
Message:

#2171: Added new ParameterOptimizationProblem and the external evaluation with Scilab to the trunk.

Location:
trunk/sources
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
        88FxCopResults.txt
        99Google.ProtocolBuffers-0.9.1.dll
         10Google.ProtocolBuffers-2.4.1.473.dll
        1011HeuristicLab 3.3.5.1.ReSharper.user
        1112HeuristicLab 3.3.6.0.ReSharper.user
        1213HeuristicLab.4.5.resharper.user
        1314HeuristicLab.ExtLibs.6.0.ReSharper.user
         15HeuristicLab.Scripting.Development
        1416HeuristicLab.resharper.user
        1517ProtoGen.exe
         
        1719_ReSharper.HeuristicLab
        1820_ReSharper.HeuristicLab 3.3
         21_ReSharper.HeuristicLab 3.3 Tests
        1922_ReSharper.HeuristicLab.ExtLibs
        2023bin
        2124protoc.exe
        22 _ReSharper.HeuristicLab 3.3 Tests
        23 Google.ProtocolBuffers-2.4.1.473.dll
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/Plugin.cs.frame

    r10600 r10605  
    2828  /// Plugin class for HeuristicLab.Problems.ExternalEvaluation.Scilab plugin.
    2929  /// </summary>
    30   [Plugin("HeuristicLab.Problems.ExternalEvaluation.Scilab", "3.3.8.$WCREV$")]
     30  [Plugin("HeuristicLab.Problems.ExternalEvaluation.Scilab", "3.3.9.$WCREV$")]
    3131  [PluginFile("HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.dll", PluginFileType.Assembly)]
    32   [PluginFile("DotNet-Component-Scilab.dll",PluginFileType.Assembly)]
    33   [PluginFile("DotNet-Component-Scilab.dll.config",PluginFileType.Data)]
    34   [PluginFile("DotNet-Component-Scilab License.txt", PluginFileType.License)]
     32  [PluginDependency("HeuristicLab.DotNetScilab", "1.0")]
    3533  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3634  [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.