Skip to main content

A tool for analysis of industrial optimization problems and their solutions

Project description

optimization-problem-inspector

PyPI - Version PyPI - Python Version coverage report pipeline status


Table of Contents

Installation

From PyPI

First create a new virtual environment and activate it or activate desired virtual environment.

Now install the optimization-problem-inspector from PyPI with

pip install optimization-problem-inspector

NOTE This install works only for certain Linux distributions! You may have to re-compile for your distribution or Windows/Mac. See Installing bbob_functions for more info.

From source

You can also install the package from source. The project is hosted at:

Download the repo and cd to it. Create a fresh virtual environment with python 3.9 or higher, e.g.,

python -m venv .venv

Activate it with something like

# in Linux/Unix
source .venv/bin/activate

Now install the package with (use -e flag to make and editable install if desired)

pip install -e .

This will make the package available in the currently activated virtual environment.

Installing bbob_functions

You may have to re-compile for your Linux distribution or Windows/Mac. Go to the virtual environment folders created by venv tool or your virtual environment manager of choice and find the bbob_functions directory. Usually something like .../envs/opi-test/lib/python3.1/site-packages/optimization_problem_inspector/bbob_functions or similar. With your virtual environment activated, you can now re-build the bbob_functions module with

python install_bbob_functions.py build_ext -i

Running GUI

To run the optimization-problem-inspector GUI after installation process has completed, just type command

opi-gui

You can also run the GUI with

python -m optimization_problem_inspector.app

Note: the desired virtual environment with optimization-problem-inspector has to be activated.

Note: use python or python3 command, depending on what executables you have available for Python3.

Additional guides

License

optimization-problem-inspector is distributed under the terms of the MIT license.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file optimization_problem_inspector-0.3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for optimization_problem_inspector-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cb0d81fa4b59e939c9f63ef5a50fc3aff6fd7a6b650c11ea4a27f7426a2866d5
MD5 17239f729d3db2f117a38792d8dd0085
BLAKE2b-256 c514b3291a3e973dfb17c08d665182d781a00b7fe901b025a0a8259078835091

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