Commit graph

4 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ed808d97b3 Use PYNUMPY 2019-08-03 20:55:45 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Sunpoet Po-Chuan Hsieh
1b4736f51a Update to 2.7.0
Changes:	https://github.com/CMA-ES/pycma/releases
2019-04-27 18:26:00 +00:00
Sunpoet Po-Chuan Hsieh
bde795881f Add py-cma 2.6.0
pycma is a Python implementation of CMA-ES and a few related numerical
optimization tools.

The Covariance Matrix Adaptation Evolution Strategy (CMA-ES) is a stochastic
derivative-free numerical optimization algorithm for difficult (non-convex,
ill-conditioned, multi-modal, rugged, noisy) optimization problems in continuous
search spaces.

WWW: https://github.com/CMA-ES/pycma
2019-01-17 19:21:19 +00:00