[SciPy-User] [ANN] global constrained solver with discrete variables

Dmitrey tmp50 at ukr.net
Mon Jan 16 15:07:54 EST 2012




hi all,
I've done support of discrete variables for interalg - free (license:
BSD) solver with specifiable accuracy, you can take a look at an example
here

It is written in Python + NumPy, and I hope it's speed will be
essentially increased when PyPy (Python with dynamic compilation) support
for NumPy will be done (some parts of code are not vectorized and still
use CPython cycles). Also, NumPy funcs like vstack or append produce only
copy of data, and it also slows the solver very much (for mature
problems).

Maybe some bugs still present somewhere - interalg code already became
very long, but since it already works, you could be interested in trying
to use it right now.

Regards, D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120116/7afbf75e/attachment.html>


More information about the SciPy-User mailing list