NumAn_Op (stands for Numerical Analysis & Optimization) is a python package that contains some optimization algorithms.
Project description
Numerical_Analysis_Optimization_Package
Python package that contains some numerical analysis & optimization algorithms.
Following are the algorithms present in this package:
I. One dimensional function minimization algorithms:
- Searching with elimination methods
- Unrestricted search
- Exhaustive search
- Dichotomous search
- Interval halving method
- Fibonacci method
- Golden section method
- Searching with interpolation methods
- Newton-Rapson method
- Quasi-Newton method
- Secant method
II. System of Equations & Decompositions:
- The Elimination Of Gauss-Jordan
- LU Decomposition Method
- Cholesky Decomposition Method
III. Multi-dimensional function minimization algorithms:
- Gradient methods
- Gradient Descent method
- Conjugate Gradient method
- AdaGrad
- Newton methods
- Newton method
- Quasi-Newton with DFP and armijo
Visualization of some the progress of some algorithms
Following are some plots visualizing the progress of some algorithms that the package contains. You can find all the scripts to make them in the Plotting_Scripts folder in this repository.
-
One dimensional function minimization comparison:
-
Elimination methods comparison
-
Interpolation methods comparison
-
-
Mutli-Variable function minimization comparison:
Note: You won't get the same progess path for the Adagrad method if you try to use the scripts in the Plotting_Scripts folder, and this is due to the fact that Adagrad is a variant of the stochastic gradient descent method, this means that it takes a random starting point each time.
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
File details
Details for the file NumAn_Op-0.0.1.tar.gz
.
File metadata
- Download URL: NumAn_Op-0.0.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e876ba6803526a9b18eaa4b0e46704ea701b0ec0f92836e90d18a2c7b186d59e |
|
MD5 | f3a96e13e091220d8cc0d64f54226bf8 |
|
BLAKE2b-256 | 596e97bb0e67c31791776e8ca1fcd2c643e72ddf90f4732529e5ddfb02db2433 |
File details
Details for the file NumAn_Op-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: NumAn_Op-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 938448958ee4a79623b39e5d999d67509fefa2113d6a181359fc486b55d8ce15 |
|
MD5 | 5281277af9548f08d2b8eb7f9f1b3823 |
|
BLAKE2b-256 | 7f3fce0d0969f8bcfbea69db8b426509cdeaaa49c9cd2314f24a9e53f88d58dd |