Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.MetaOptimization.Test/app.config @ 5144

Last change on this file since 5144 was 5144, checked in by cneumuel, 13 years ago

#1215

  • added possibility to create all parameter combinations from a ParameterConfigurationTree and generate an experiment from them
File size: 699 bytes
Line 
1<?xml version="1.0"?>
2<configuration>
3  <runtime>
4    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5      <dependentAssembly>
6        <assemblyIdentity name="HeuristicLab.Tracing-3.3" publicKeyToken="BA48961D6F65DCEC" culture="neutral"/>
7        <bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0"/>
8      </dependentAssembly>
9      <dependentAssembly>
10        <assemblyIdentity name="HeuristicLab.Common.Resources-3.3" publicKeyToken="BA48961D6F65DCEC" culture="neutral"/>
11        <bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0"/>
12      </dependentAssembly>
13    </assemblyBinding>
14  </runtime>
15<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.