Pikaia Versions Save

Modern Fortran Edition of the Pikaia Genetic Algorithm

2.0.0

2 years ago
  • The library now requires the Fortran Package Manger to build. The Mersenne Twister module is now a separate library that is downloaded by FPM as a dependency.
  • Fixed a bug in rqsort() 🐞
  • Added code coverage to the CI
  • Updates to the Readme

1.0.1

2 years ago
  • Just some minor refactoring

1.0.0

2 years ago
  • Added OpenMP support
  • User iteration function now reports unscaled values
  • Updated documentation style to FORD
  • Added Fortran Package Manager support
  • Some bug fixes and minor changes

0.0.2

9 years ago
  • added additional error check to make sure the class was initialized properly before calling solve.
  • init routine now sets all inputs not present to default values.
  • added new option to specify the percentage of the initial population to seed with the initial guess.

0.0.1

9 years ago

Initial release of Fortran 2003/2008 object-oriented Pikaia.