Skip to content

libcmaes 0.9.5

Compare
Choose a tag to compare
@beniz beniz released this 09 Mar 08:09
· 118 commits to master since this release

Major release with many additions, improvements and fixes:

  • step-size two-point adaptaion scheme for improved performances in some settings, ref #88
  • important bug fixes to the ACM surrogate scheme, ref #57, #106
  • simple high-level workflow under Python, ref #116
  • improved performances in high dimensions, ref #97
  • improved profile likelihood and contour computations, including under geno/pheno transforms, ref #30,
    #31, #48
  • elitist mechanism for forcing best solutions during evolution, ref 103
  • new legacy plotting function, ref #110
  • optional initial function value, ref #100
  • improved C++ API, ref #89
  • fixed seed control of random vector in VD-CMA, ref #105
  • new namespace support for gflags 2.1 and above, ref #108
  • Python bindings support with Anaconda, ref #111
  • configure script now tries to detect numpy when building Python bindings, ref #113
  • Python bindings now have embedded documentation, ref #114
  • workaround bad values of lambda, ref #119
  • support for Travis continuou integration, ref #122
  • lower resolution random seed initialization