Commit Graph

7 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
4c003cbb46 Update to 0.2.3
Changes:	https://github.com/facebookresearch/nevergrad/releases
		https://github.com/facebookresearch/nevergrad/blob/master/CHANGELOG.md
2019-09-03 19:09:17 +00:00
Sunpoet Po-Chuan Hsieh
a9a4731ce9 Use PYNUMPY 2019-08-03 20:55:54 +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
12b0b2fab9 Update to 0.2.2
Changes:	https://github.com/facebookresearch/nevergrad/releases
		https://github.com/facebookresearch/nevergrad/blob/master/CHANGELOG.md
2019-06-21 23:09:26 +00:00
Sunpoet Po-Chuan Hsieh
338b3ae612 Update to 0.2.1
Changes:	https://github.com/facebookresearch/nevergrad/releases
		https://github.com/facebookresearch/nevergrad/blob/master/CHANGELOG.md
2019-05-18 05:58:33 +00:00
Sunpoet Po-Chuan Hsieh
acfac5264b Update to 0.2.0
- Add BENCHMARK option

Changes:	https://github.com/facebookresearch/nevergrad/releases
		https://github.com/facebookresearch/nevergrad/blob/master/CHANGELOG.md
2019-04-13 23:44:34 +00:00
Sunpoet Po-Chuan Hsieh
6c1c1ce868 Add py-nevergrad 0.1.6
Nevergrad is a gradient-free optimization platform.

The goals of this package are to provide:
- gradient/derivative-free optimization algorithms, including algorithms able to
  handle noise.
- tools to instrument any code, making it painless to optimize your
  parameters/hyperparameters, whether they are continuous, discrete or a mixture
  of continuous and discrete variables.
- functions on which to test the optimization algorithms.
- benchmark routines in order to compare algorithms easily.

WWW: https://github.com/facebookresearch/nevergrad
2019-03-21 19:40:05 +00:00