Changes for version 0.102 - 2016-03-13

  • IMPORTANT NOTE: some names have been changed from the previous release! my_fminimizer_set --> my_gsl_multimin_fminimizer_set my_fdfminimizer_set --> my_gsl_multimin_fdfminimizer_set my_fminimizer_fval --> raw_gsl_multimin_fminimizer_fval my_fdfminimizer_f --> raw_gsl_multimin_fdfminimizer_f my_fdfminimizer_gradient --> raw_gsl_multimin_fdfminimizer_gradient my_vector_size --> raw_gsl_vector_size
  • Remove swig dependancy. Copy the vector type passed into my_gsl_multimin_f(df)minimizer_set and recreate objects of that type when passing back to the callbacks (sometimes it's a Math::GSL::Vector::gsl_vector and sometimes it's a Math::GSL::Matrix::gsl_vector). Remove artificial restriction on handicaps (9) in Game.pm. Add extra/collection.pl as an example of how to use Collection.pm.

Provides

in lib/Games/Go/AGA/BayRate.pm
in lib/Games/Go/AGA/BayRate/Collection.pm
in lib/Games/Go/AGA/BayRate/GSL/Multimin.pm
in lib/Games/Go/AGA/BayRate/Game.pm
in lib/Games/Go/AGA/BayRate/Player.pm