Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ScatterSearch (trunk integration)/HeuristicLab.Services.Access.DataAccess/3.3/app.config @ 8300

Last change on this file since 8300 was 8086, checked in by jkarder, 12 years ago

#1331:

  • synced branch with trunk
  • added custom interface (ISimilarityBasedOperator) to mark operators that conduct similarity calculation
  • similarity calculators are now parameterized by the algorithm
  • deleted SolutionPool2TierUpdateMethod
  • deleted KnapsackMultipleGuidesPathRelinker
  • moved IImprovementOperator, IPathRelinker and ISimilarityCalculator to HeuristicLab.Optimization
  • added parameter descriptions
  • fixed plugin references
  • fixed count of EvaluatedSolutions
  • fixed check for duplicate solutions
  • minor code improvements
File size: 768 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4    </configSections>
5    <connectionStrings>       
6        <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString"
7            connectionString="Data Source=.;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True"
8            providerName="System.Data.SqlClient" />
9        <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString"
10            connectionString="Data Source=.;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True"
11            providerName="System.Data.SqlClient" />
12    </connectionStrings>
13</configuration>
Note: See TracBrowser for help on using the repository browser.