Skip to main content

Generic implementations of some numerical optimization methods.

Project description

Build Status codecov Maintainability PyPI version

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


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 hashes)

Uploaded Source

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