Last change
on this file since 8331 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:
802 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
---|
5 | <section name="HeuristicLab.GeoIP.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
6 | </sectionGroup>
|
---|
7 | </configSections>
|
---|
8 | <applicationSettings>
|
---|
9 | <HeuristicLab.GeoIP.Settings>
|
---|
10 | <setting name="DatabasePath" serializeAs="String">
|
---|
11 | <value>GeoIP.dat</value>
|
---|
12 | </setting>
|
---|
13 | </HeuristicLab.GeoIP.Settings>
|
---|
14 | </applicationSettings>
|
---|
15 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.