An advanced extension of the SciPy library.
Project description
AdvSciPy
AdvSciPy is an advanced extension of the popular SciPy library, providing enhanced functionality for scientific computing.
Installation
pip install advscipy
USAGE from advscipy import advanced_minimize
Define a simple quadratic function: f(x) = (x - 3)^2
def objective_function(x): return (x - 3) ** 2
Perform optimization
result = advanced_minimize(objective_function, x0=[0], method='BFGS') print(result)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file advscipy-0.1.0.tar.gz.
File metadata
- Download URL: advscipy-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cce02fc6b5b207cae2787cf876170b753fdf9cc9dd85f7c632378a6102b3a41
|
|
| MD5 |
57cad80fbf2cfde64d329aa34d9b2a8a
|
|
| BLAKE2b-256 |
48ee1942db4b91846d4897b7d0c9159646a5edc9e6502c49cd7112cf67bb30fc
|
File details
Details for the file advscipy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: advscipy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
703de93a88313c905a2cb20d15f9d39c947c01cd5ea1a2bbcb7b159477b075de
|
|
| MD5 |
476fef4d15b28023b8c007241056d81e
|
|
| BLAKE2b-256 |
4c632a4e2518d6b681716d1934bd4f98d8a2a1a0ae176640fa9bd64aedd2470c
|