Generic implementations of some numerical optimization methods.
Project description
Optimiser
Overview
This Python package is a library with implementations of some optimization techniques. Current content is shown in the below table:
| Method | Implementation |
|---|---|
| Cross-Entropy | optimize_with_crossentropy_method |
Of course, just one function is not that much...
Installation
pip install optimiser
Usage
All functions from the package (especially, those of them that are designed for end users) have a built-in documentation that describes every argument. To read it, look at a docstring or, alternatively, run from Python shell a command like this one:
help(optimize_with_crossentropy_method)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
optimiser-0.1.0.tar.gz
(5.3 kB
view details)
File details
Details for the file optimiser-0.1.0.tar.gz.
File metadata
- Download URL: optimiser-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
264608b3876f407c0e2544913820a209303f0b652d0afc3c7c2a8a22f1addf5e
|
|
| MD5 |
6614db5a45048f021c72ebbb6af5adeb
|
|
| BLAKE2b-256 |
76f03123040e67273384d0fd504228994897dc2e11084f0bb555f60ffd287285
|