aboutsummaryrefslogtreecommitdiff
path: root/math/py-moarchiving
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 12:45:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:36:38 +0000
commit4f1eac7221994a696606199d4c26f3f2342a8e43 (patch)
treedcda3737c7a7edbead45831c729db2b2fbfe8016 /math/py-moarchiving
parenta314f8f1ce3e229e6ddb6f552ada350c08f45afe (diff)
downloadports-4f1eac7221994a696606199d4c26f3f2342a8e43.tar.gz
ports-4f1eac7221994a696606199d4c26f3f2342a8e43.zip
Diffstat (limited to 'math/py-moarchiving')
-rw-r--r--math/py-moarchiving/Makefile19
-rw-r--r--math/py-moarchiving/distinfo3
-rw-r--r--math/py-moarchiving/pkg-descr7
3 files changed, 29 insertions, 0 deletions
diff --git a/math/py-moarchiving/Makefile b/math/py-moarchiving/Makefile
new file mode 100644
index 000000000000..40c60fb5e2a7
--- /dev/null
+++ b/math/py-moarchiving/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= moarchiving
+PORTVERSION= 0.6.0
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Biobjective Archive class with hypervolume indicator and uncrowded hypervolume improvement computation
+
+LICENSE= BSD3CLAUSE
+
+USES= python:3.7+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/math/py-moarchiving/distinfo b/math/py-moarchiving/distinfo
new file mode 100644
index 000000000000..f71517d957ea
--- /dev/null
+++ b/math/py-moarchiving/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1647264408
+SHA256 (moarchiving-0.6.0.tar.gz) = 705ded992d399bc1ac703e68391bded6f64e1bde81b2bb25061eaa6208b5b29a
+SIZE (moarchiving-0.6.0.tar.gz) = 14635
diff --git a/math/py-moarchiving/pkg-descr b/math/py-moarchiving/pkg-descr
new file mode 100644
index 000000000000..9f1b15ea66b7
--- /dev/null
+++ b/math/py-moarchiving/pkg-descr
@@ -0,0 +1,7 @@
+The Python class moarchiving.BiobjectiveNondominatedSortedList implements a
+bi-objective non-dominated archive with list as parent class. It is heavily
+based on the bisect module. It provides easy and fast access to the overall
+hypervolume, the contributing hypervolume of each element, and to the uncrowded
+hypervolume improvement of any given point in objective space.
+
+WWW: https://github.com/CMA-ES/moarchiving