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.4.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.4-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tamu_csce_636_project1-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 d1b581ae53f7b075500d31ce05407c3a1d6a94dd55977b8c665761f0df3fb4e9
MD5 b65211038895d9a369b1fd9f3bca2376
BLAKE2b-256 3e4ef609108449c72122e062167c0973cdfd879f845c82309f3c3898eee3a905

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tamu_csce_636_project1-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4523c64687f29d33b769f2bc4f91747c6e0bd88fcc12ce2d0d36b521e4de5687
MD5 4cf33852da5170453a7519e996601013
BLAKE2b-256 c005cfba1c9a4fb22e7c3d020ef5ea78240ff6ee301ddb2fd5d04e6e2d8ca3e7

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