useful-math-functions for Optimization, Benchmarking, Visualizing, and more ...
Project description
useful-math-functions
useful-math-functions
is a collection of useful mathematical functions with a
focus on:
- ease of use - the functions are designed to be as easy to use as possible
- pure python - the functions are written in much python as possible and only use external libraries when necessary
- documentation - the functions are documented in code itself with:
- Examples
- Equations
- References
- Links to external resources
Installation
The package can be installed via pip:
pip install useful-math-functions
and for Visualizations:
# matplotlib
pip install useful-math-functions[matplotlib]
# plotly
pip install useful-math-functions[plotly]
# all visualizations
pip install useful-math-functions[all]
Usage
The package can be imported like any other python package:
from umf.core.create import OptBench
res = OptBench(["DeJongN5Function"], dim=3)
res.plot_type_3d = "plot_surface"
res.plot()
res.save_as_image()
Documentation
The documentation can be found here.
Contributing
Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
The project is licensed under 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 Distribution
Built Distribution
File details
Details for the file useful_math_functions-0.1.3.tar.gz
.
File metadata
- Download URL: useful_math_functions-0.1.3.tar.gz
- Upload date:
- Size: 60.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e06a75669bd70de76633694e975ba783a2ec52a31854dc8d3bc72ec15b9adafb |
|
MD5 | 558b621b49cb615e6bca5e6241bf120c |
|
BLAKE2b-256 | 249933eed7178ac4e4c517e0aa42b9cf0cbc96504538e0a60f71d58f36b500c1 |
File details
Details for the file useful_math_functions-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: useful_math_functions-0.1.3-py3-none-any.whl
- Upload date:
- Size: 80.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1111ddac4c072d507b492f11a3ed4cb21251eb7d01e04894e83f1d1418162bb2 |
|
MD5 | 79d3c89a6875ddc8a70d0f3ecd21793f |
|
BLAKE2b-256 | 10536d93093c812701967e5ae1aa279dd0e92b9d39fd7b0d6d2503077a01e2c2 |