Skip to content

Releases: Axelrod-Python/TourExec

v0.4.1

12 Mar 16:54
498b073
Compare
Choose a tag to compare
  • Code alignment bug fixed in K90R

v0.4.0 (2017-10-9)

09 Oct 14:37
Compare
Choose a tag to compare
  • Initial variable value bug in k61r

v0.3.1 (2017-09-19)

19 Sep 13:29
4bf5f9d
Compare
Choose a tag to compare
  • Code alignment bug fixed in K90R

v0.3.0 (2017-07-25)

26 Jul 11:31
Compare
Choose a tag to compare
  • Bug in strategy K74RXX fixed and the strategy added back into the compiled
    output

v0.2.0 (2017-07-24)

24 Jul 14:34
Compare
Choose a tag to compare
  • Functions are split between those for strategies and those for running the
    original tournament and separate folders created for each category

  • The makefile compiles the strategies into a separate shared object file
    whilst the tournament source is compiled into an executable that links to
    the shared object file

v0.1.0 (2017-07-20)

23 Jul 11:14
Compare
Choose a tag to compare

Original downloaded code with the following changes necessary in order to
ensure that it will compile using gfortran version 7.1.0:

  • Indentation in the downloaded html corrected to ensure the Fortran is valid

  • Html codes '<' and '>' replaced with '<' and '>'

  • The use of '=' in conditional expressions replaced with '=='

  • Lines longer than 72 characters split into multiple lines with continuation
    characters added

  • JSeconds function replaced with secnds

  • DATE and TIME functions replaced with date_and_time

  • Use of a real variable as an arrary index in strategy K85R corrected

  • Removal of strategy K74RXX from the compiled executable due to an
    unresolved bug that prevents compilation

And splitting of the original single file into separate files for each
function.

The makefile in this release compiles the entire source code to a single
executable.