forked from pool/python-cma
- update to r3.2.2:
* Smallish fixes and improvements and a constraints use case notebook. * fixes plot of principal axes which were shown squared by mistake - update to r3.2.0: * constraints handling via a dynamic unconstrained function instantiated from cma.ConstrainedFitnessAL. * many small improvements and fixes - update to r3.1.0: * fix return value of fmin_con and make it more usable, added attribute best_feasible * polish evolution_strategy.py * fix a few smallish bugs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cma?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d0fa84cff3eb0b743e7b4d75a876e37561c1da337655cca7219c7a1eb5f12af
|
|
||||||
size 219969
|
|
3
cma-3.2.2.tar.gz
Normal file
3
cma-3.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b4e7ac37c27dce32c18bbfe2653c7378d27609d5a47f9fbf494d4d56fdc9db1
|
||||||
|
size 538458
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 16:50:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to r3.2.2:
|
||||||
|
* Smallish fixes and improvements and a constraints use case notebook.
|
||||||
|
* fixes plot of principal axes which were shown squared by mistake
|
||||||
|
- update to r3.2.0:
|
||||||
|
* constraints handling via a dynamic unconstrained function instantiated
|
||||||
|
from cma.ConstrainedFitnessAL.
|
||||||
|
* many small improvements and fixes
|
||||||
|
- update to r3.1.0:
|
||||||
|
* fix return value of fmin_con and make it more usable, added attribute
|
||||||
|
best_feasible
|
||||||
|
* polish evolution_strategy.py
|
||||||
|
* fix a few smallish bugs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 16 11:30:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri Apr 16 11:30:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cma
|
# spec file for package python-cma
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2020 Christoph Junghans
|
# Copyright (c) 2020 Christoph Junghans
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
# No numpy on 3.6
|
# No numpy on 3.6
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-cma
|
Name: python-cma
|
||||||
Version: 3.0.3
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Covariance Matrix Adaptation Evolution Strategy numerical optimizer
|
Summary: Covariance Matrix Adaptation Evolution Strategy numerical optimizer
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user