Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.1 KB

index.md

File metadata and controls

42 lines (30 loc) · 1.1 KB
jupytext kernelspec
text_representation
extension format_name format_version jupytext_version
.md
myst
0.13
1.14.0
display_name language name
Python 3 (ipykernel)
python
python3

projplot: Utilities for Creating Projection Plots

Kanika Chopra, Martin Lysy -- University of Waterloo

November 14, 2022

+++

projplot provides a set of tools to assess whether or not an optimization algorithm has converged to a local optimum. Its main function does this by visualizing the "projection plots" of the objective function $f(\boldsymbol{x})$ -- that is, by plotting $f$ against each coordinate of $\boldsymbol{x}$ with the other coordinates fixed at the corresponding elements of the candidate optimal solution $\boldsymbol{x}_{opt}$.

This package has a similar goal to the R package optimCheck.

Installation

This package is available on PyPi and can be installed as follows:

pip install projplot
:maxdepth: 1
:hidden:

example.md
faq.md
autoapi/index