Skip to main content

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

tamu_csce_636_project1-0.0.5.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tamu_csce_636_project1-0.0.5-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file tamu_csce_636_project1-0.0.5.tar.gz.

File metadata

  • Download URL: tamu_csce_636_project1-0.0.5.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

Hashes for tamu_csce_636_project1-0.0.5.tar.gz
Algorithm Hash digest
SHA256 fa372c376236e74cd45dcfc9e0a8922c00f07d72ff72be77720dd0a22d5790c1
MD5 c052e43b284e51be44b96427c4eefd5b
BLAKE2b-256 3f2f3577781f794a019b9e311831f2f8963ed747839656595499158cd3d88732

See more details on using hashes here.

File details

Details for the file tamu_csce_636_project1-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: tamu_csce_636_project1-0.0.5-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

Hashes for tamu_csce_636_project1-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b82e8869c63311439ff77673d14c4b657c9b5e1a2b90e823cb573486cb374df1
MD5 bbd13daae3856fee33062079f6d22a02
BLAKE2b-256 aeec8ce9d3cebfee268f5d4a2254ae96ea5dd1b9a69831e16c82508320b1a11e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page