Skip to main content

Boltzmann sampler tuner using convex optimisation.

Project description

## Paganini: Convex optimisation tuner for combinatorial systems

```
Install: python2 setup.py install
Usage: python2 paganini.py input.txt 1e-6
Usage: python2 paganini.py input.txt CVXOPT
Usage: python2 paganini.py input.txt SCS
Usage: python2 paganini.py input.txt ECOS
```

* `input.txt` is the name of the input file
with coefficients of algebraic
specifications
* `1e-6` is a float number corresponding to precision
* `[CVXOPT, SCS, ECOS]` stand for different convex optimization solvers.
ECOS is more preferrable for algebraic systems, SCS for rational.

## Example

Consider a system for marking abstractions in lambda-terms:

```
L = z L^2 + u z L + D
D = z + z D
```

We want to have `40%` of abstractions, so we encode all the variables and
functions into a single vector `[z, u, L, D]` and construct input file
```
2 1
0.4
3
1 1 1 0
1 0 2 0
0 0 0 1
2
1 0 0 0
1 0 0 1


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paganini-0.29559774252.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

paganini-0.29559774252-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file paganini-0.29559774252.tar.gz.

File metadata

File hashes

Hashes for paganini-0.29559774252.tar.gz
Algorithm Hash digest
SHA256 53c772d0f98b39a50e01421bdfeeb400f1dc58748997bee2757aeaeaf23933e3
MD5 691c6d35fd63e673c0c087c79391f157
BLAKE2b-256 f499e300516f327b164f280d84aedcbf93ebf1a2d98aa3c9134826de763c221a

See more details on using hashes here.

File details

Details for the file paganini-0.29559774252-py3-none-any.whl.

File metadata

File hashes

Hashes for paganini-0.29559774252-py3-none-any.whl
Algorithm Hash digest
SHA256 f88a2d33ba07b192bc7410115bbb98c2b6ac54f433e920b02bf38adcf1941a0d
MD5 e9443dd1a5ce616d151dd5fbf1939dad
BLAKE2b-256 0f1895a0f0e6641900c519db07349ff39f2084f32ccf8547b434589f96ed6a70

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page