Commit Graph

4 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
6f9e2ca203 Use PYNUMPY 2019-08-03 20:55:40 +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
9c76d78ea1 Update to 1.0.1
Changes:	https://github.com/fmfn/BayesianOptimization/releases
2019-02-14 22:41:23 +00:00
Sunpoet Po-Chuan Hsieh
b93cbf2342 Add py-bayesian-optimization 1.0.0
Bayesian Optimization is a pure Python implementation of bayesian global
optimization with gaussian processes.

This is a constrained global optimization package built upon bayesian inference
and gaussian process, that attempts to find the maximum value of an unknown
function in as few iterations as possible. This technique is particularly suited
for optimization of high cost functions, situations where the balance between
exploration and exploitation is important.

WWW: https://github.com/fmfn/BayesianOptimization
2019-01-17 19:20:56 +00:00