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.3.tar.gz (13.5 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.3-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tamu_csce_636_project1-0.0.3.tar.gz
  • Upload date:
  • Size: 13.5 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.3.tar.gz
Algorithm Hash digest
SHA256 f5f641ac40ff263f44b1a2d9a5b39e3f6bf3bc40a17d9ec61281348e0db473b0
MD5 853824cfa8d3cbde4b55abce72f3bc54
BLAKE2b-256 73cf1b6fcbc9a18e0a4da6102f00116596a9909afa56ae18c7f859f7c2f343bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tamu_csce_636_project1-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 14.8 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fc3ad21d167ad79be6d74fd50d49b1ff1a8c78856b297849b0b080008fafad4e
MD5 be52ab73bccbbb5ea2555cc2080e8b7c
BLAKE2b-256 7871b17ddd0361df264d189c5a61530d5a75052112e3e2d3753e9574e8bbfbf7

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