Just a tool for tamu_csce_636
Project description
(Readme template below)
What is this?
Just a tool for tamu_csce_636
How do I use this?
pip install tamu_csce_636_project1
from tamu_csce_636_project1 import Evaluator
evaler = Evaluator(
first_name="Your Name",
last_name="Your Name",
email="your email@tamu.edu",
print=True,
)
# #
### your normal code here ###
# #
σ = evaler.eval(
func=lambda *args: [1],
# your_func will be given k (int), n (int), m (int),
# and p_list, which will be a list of P matrices, each as a numpy array
)
# use your own inputs/outputs
σ = evaler.eval(
inputs={
# n,k,m
'[5,2,2]': [
# P matrix #1
numpy.array([
[ 0.4759809, 0.9938236, 0.819425 ],
[-0.8960798, -0.7442706, 0.3345122],
]),
# ... (additional P matrices here)...
],
},
outputs={
# n,k,m
'[5,2,0]': [
1 # correct output for first P matrix
],
'[5,2,2]': [
1.9242387 # correct output for second P matrix
]
},
func=YOUR_FUNC_HERE,
)
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
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 tamu_csce_636_project1-0.0.7.tar.gz.
File metadata
- Download URL: tamu_csce_636_project1-0.0.7.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/6.6.0 pkginfo/1.9.6 requests/2.30.0 requests-toolbelt/1.0.0 tqdm/4.65.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8265ba62d5a01b5e8eff1b1ee93c4ae8b212af7563e3258a9aedd95b6dce574e
|
|
| MD5 |
0c26d12fffdd104230b614de0f4c2c5d
|
|
| BLAKE2b-256 |
2445dbc8d301cd3cd21e7bc0791d2853baae7f7f0b98672544dd1b104411fd54
|
File details
Details for the file tamu_csce_636_project1-0.0.7-py3-none-any.whl.
File metadata
- Download URL: tamu_csce_636_project1-0.0.7-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/6.6.0 pkginfo/1.9.6 requests/2.30.0 requests-toolbelt/1.0.0 tqdm/4.65.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
906c0cb086aa0923c7c3965f02b7c9656971df900d10302e7c010f434e065b03
|
|
| MD5 |
6e62f0a1c34a6675e38b170df428edd6
|
|
| BLAKE2b-256 |
42ec208f1ef81234f6e9b6128c12a2264b1f1ee1db4efa88c3c3cd64dd25148a
|