Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15890


Ignore:
Timestamp:
04/10/18 14:56:48 (7 years ago)
Author:
abeham
Message:

#1614: Added console app for irace parameter optimization

Location:
branches/1614_GeneralizedQAP
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP

    • Property svn:ignore
      •  

        old new  
        33*.user
        44.vs
         5packages
  • branches/1614_GeneralizedQAP/GeneralizedQAP.sln

    r15721 r15890  
    3333EndProject
    3434Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.OptimizationExpertSystem-3.3", "HeuristicLab.OptimizationExpertSystem\3.3\HeuristicLab.OptimizationExpertSystem-3.3.csproj", "{6240A044-BD4B-4DDB-9E67-A6CFA5E0C7BE}"
     35EndProject
     36Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GQAPSolver", "GQAPSolver\GQAPSolver.csproj", "{6EC9E8AB-3547-4EC2-901B-6ACD494BE434}"
    3537EndProject
    3638Global
     
    224226    {6240A044-BD4B-4DDB-9E67-A6CFA5E0C7BE}.Release|x86.ActiveCfg = Release|x86
    225227    {6240A044-BD4B-4DDB-9E67-A6CFA5E0C7BE}.Release|x86.Build.0 = Release|x86
     228    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     229    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Debug|Any CPU.Build.0 = Debug|Any CPU
     230    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Debug|x64.ActiveCfg = Debug|Any CPU
     231    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Debug|x64.Build.0 = Debug|Any CPU
     232    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Debug|x86.ActiveCfg = Debug|Any CPU
     233    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Debug|x86.Build.0 = Debug|Any CPU
     234    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Release|Any CPU.ActiveCfg = Release|Any CPU
     235    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Release|Any CPU.Build.0 = Release|Any CPU
     236    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Release|x64.ActiveCfg = Release|Any CPU
     237    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Release|x64.Build.0 = Release|Any CPU
     238    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Release|x86.ActiveCfg = Release|Any CPU
     239    {6EC9E8AB-3547-4EC2-901B-6ACD494BE434}.Release|x86.Build.0 = Release|Any CPU
    226240  EndGlobalSection
    227241  GlobalSection(SolutionProperties) = preSolution
     
    231245    SolutionGuid = {B0BBF50B-4E62-4BAB-A730-881208150933}
    232246  EndGlobalSection
    233   GlobalSection(Performance) = preSolution
    234     HasPerformanceSessions = true
    235   EndGlobalSection
    236   GlobalSection(Performance) = preSolution
    237     HasPerformanceSessions = true
    238   EndGlobalSection
    239   GlobalSection(Performance) = preSolution
    240     HasPerformanceSessions = true
    241   EndGlobalSection
    242   GlobalSection(Performance) = preSolution
    243     HasPerformanceSessions = true
    244   EndGlobalSection
    245   GlobalSection(Performance) = preSolution
    246     HasPerformanceSessions = true
    247   EndGlobalSection
    248247EndGlobal
  • branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LocalSolverNet/GQAPListSolver.cs

    r15758 r15890  
    5050    // LS Program variables
    5151    private LSExpression[] x;
    52     private LSExpression[] equipmentsOnLocations;
    5352    private LSExpression obj;
    5453    private LocalSolver localSolver;
Note: See TracChangeset for help on using the changeset viewer.