Submission instructions

Once you have pruned your model, call the evaluate_submission function on the floating point model (note: DO NOT use the bitstream model). You get to choose the simulation length for evaluating your model.

include("src/setup.jl")

# choose simulation length
sim_length = 10_000 # in clock cycles

# evaluate your pruned model 
evaluate_submission(model, sim_length)

Please use this form to submit your results: BCH@UW Submission Form

Submissions are due by end of day (any time zone) on Sunday 11/26/2023.


CC BY-SA 4.0 UW-Madison PHARM Group. Last modified: November 15, 2023. Website built with Franklin.jl and the Julia programming language.