From owner-svn-ports-head@freebsd.org Fri Dec 7 07:46:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95E25132D72C; Fri, 7 Dec 2018 07:46:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 362007C163; Fri, 7 Dec 2018 07:46:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16EE7101CC; Fri, 7 Dec 2018 07:46:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB77kDBN000595; Fri, 7 Dec 2018 07:46:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB77kDnG000591; Fri, 7 Dec 2018 07:46:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070746.wB77kDnG000591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 07:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486829 - in head/math: . py-deap X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-deap X-SVN-Commit-Revision: 486829 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 362007C163 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:46:14 -0000 Author: yuri Date: Fri Dec 7 07:46:13 2018 New Revision: 486829 URL: https://svnweb.freebsd.org/changeset/ports/486829 Log: New port: math/py-deap: Distributed Evolutionary Algorithms in Python Added: head/math/py-deap/ head/math/py-deap/Makefile (contents, props changed) head/math/py-deap/distinfo (contents, props changed) head/math/py-deap/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 07:44:46 2018 (r486828) +++ head/math/Makefile Fri Dec 7 07:46:13 2018 (r486829) @@ -703,6 +703,7 @@ SUBDIR += py-cvxopt SUBDIR += py-cvxpy SUBDIR += py-cyipopt + SUBDIR += py-deap SUBDIR += py-ecos SUBDIR += py-fastcluster SUBDIR += py-fastdtw Added: head/math/py-deap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-deap/Makefile Fri Dec 7 07:46:13 2018 (r486829) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= deap +DISTVERSION= 1.2.2 +CATEGORIES= math biology science devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Distributed Evolutionary Algorithms in Python + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USES= python:3.5+ +USE_PYTHON= distutils autoplist + +.include Added: head/math/py-deap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-deap/distinfo Fri Dec 7 07:46:13 2018 (r486829) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544165307 +SHA256 (deap-1.2.2.tar.gz) = 95c63e66d755ec206c80fdb2908851c0bef420ee8651ad7be4f0578e9e909bcf +SIZE (deap-1.2.2.tar.gz) = 936584 Added: head/math/py-deap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-deap/pkg-descr Fri Dec 7 07:46:13 2018 (r486829) @@ -0,0 +1,23 @@ +DEAP is a novel evolutionary computation framework for rapid prototyping and +testing of ideas. It seeks to make algorithms explicit and data structures +transparent. It works in perfect harmony with parallelisation mechanisms such +as multiprocessing and SCOOP. + +DEAP includes the following features: +* Genetic algorithm using any imaginable representation + o List, Array, Set, Dictionary, Tree, Numpy Array, etc. +* Genetic programing using prefix trees + o Loosely typed, Strongly typed + o Automatically defined functions +* Evolution strategies (including CMA-ES) +* Multi-objective optimisation (NSGA-II, SPEA2, MO-CMA-ES) +* Co-evolution (cooperative and competitive) of multiple populations +* Parallelization of the evaluations (and more) +* Hall of Fame of the best individuals that lived in the population +* Checkpoints that take snapshots of a system regularly +* Benchmarks module containing most common test functions +* Genealogy of an evolution (that is compatible with NetworkX) +* Examples of alternative algorithms : Particle Swarm Optimization, Differential + Evolution, Estimation of Distribution Algorithm + +WWW: https://github.com/DEAP/deap