Search Criteria
Package Details: python-cmaes 0.12.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-cmaes.git (read-only, click to copy) |
|---|---|
| Package Base: | python-cmaes |
| Description: | Lightweight Covariance Matrix Adaptation Evolution Strategy (CMA-ES) implementation for Python 3 |
| Upstream URL: | https://github.com/CyberAgent/cmaes |
| Licenses: | MIT |
| Submitter: | benallard |
| Maintainer: | benallard |
| Last Packager: | benallard |
| Votes: | 1 |
| Popularity: | 0.000040 |
| First Submitted: | 2021-03-18 21:24 (UTC) |
| Last Updated: | 2026-01-24 13:16 (UTC) |
Dependencies (8)
- python
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-hypothesis (check)
- python-pytest (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR) (optional) – Support for CMA-ES with Margin (CMAwM)
Required by (2)
- python-cotengra (optional)
- python-quimb (optional)
Latest Comments
benallard commented on 2026-01-24 13:16 (UTC)
Thanks for the patch !
iyanmv commented on 2026-01-12 14:40 (UTC)
Here is the patch for the modified PKGBUILD I used:
check()python-scipyas optional dependencyFeel free to use any of the suggestions.
iyanmv commented on 2026-01-12 14:26 (UTC)
This fails to build due to missing dependencies in
makedepends.