freebsd-ports/math/py-nevergrad/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
499 B
Text

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.