Skip to content

Commit

Permalink
removed some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
weichslgartner@gmail.com authored and weichslgartner@gmail.com committed Aug 24, 2018
1 parent 12a0492 commit 47ca280
Show file tree
Hide file tree
Showing 8 changed files with 1,034 additions and 1,039 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '3.5'
gradleVersion = '4.8' +
''
}

eclipse {
Expand Down
16 changes: 8 additions & 8 deletions default.config.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<configuration>
<module class="optimization.ManagerSpielLoggerModule"/>
<module class="optimization.ManagerSpielModule">
<property name="league">SECONDLEAGUE</property>
<property name="budget">42.0</property>
<property name="classic">true</property>
<property name="league">FIRSTLEAGUE</property>
<property name="budget">42.5</property>
<property name="classic">false</property>
<property name="tactics343">true</property>
<property name="tactics352">true</property>
<property name="tactics433">true</property>
<property name="tactics442">true</property>
<property name="tactics451">true</property>
<property name="tactics453">true</property>
<property name="winter">true</property>
<property name="tactics453">false</property>
<property name="winter">false</property>
</module>
<module class="org.opt4j.optimizers.ea.EvolutionaryAlgorithmModule">
<property name="generations">1000</property>
<property name="generations">4000</property>
<property name="alpha">100</property>
<property name="mu">25</property>
<property name="lambda">25</property>
<property name="crossoverRate">0.95</property>
<property name="lambda">30</property>
<property name="crossoverRate">0.92</property>
</module>
<module class="org.opt4j.viewer.ViewerModule">
<property name="closeEvent">STOP</property>
Expand Down
2 changes: 2 additions & 0 deletions exclusion_ersteliga.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Ulreich;Bayern;TOR;1,5;167;2,8
Hitz;Dortmund;TOR;1,8;161;3,0
2 changes: 2 additions & 0 deletions inclusion_zweiteliga.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Holtby;HSV;MIT;1;;
Hunt;HSV;MIT;1;;
Loading

0 comments on commit 47ca280

Please sign in to comment.