This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2017:discrete:projects:pnc1 [2017/09/04 14:52] – [Full Verification Compliance] wedge | haas:fall2017:discrete:projects:pnc1 [2017/10/15 21:09] (current) – wedge | ||
---|---|---|---|
Line 3: | Line 3: | ||
< | < | ||
</ | </ | ||
- | |||
- | ~~TOC~~ | ||
======Project: | ======Project: | ||
Line 20: | Line 18: | ||
=====Objective===== | =====Objective===== | ||
- | To apply your skills in the implementation | + | To continue our exploration |
=====Background===== | =====Background===== | ||
Line 131: | Line 129: | ||
Some of these optimizations can co-exist easily (break + map, odd + sqrt()), others are partially compatible (map + odd can coexist in a certain form), while others are mutually exclusive (sqrt() and approximated square root conflict). So there are definitely a few combinations that are possible using this scheme. | Some of these optimizations can co-exist easily (break + map, odd + sqrt()), others are partially compatible (map + odd can coexist in a certain form), while others are mutually exclusive (sqrt() and approximated square root conflict). So there are definitely a few combinations that are possible using this scheme. | ||
+ | |||
+ | =====A note on comments===== | ||
+ | Something I noticed (and have historically noticed) in relation to comments that I'd like to point out: | ||
+ | |||
+ | Comments should be describing what is going on in your code. | ||
+ | |||
+ | With projects like this, often relying on a common base, comments become even more important, as they allow me to see specifically what is changed or unique about one variant over the other. | ||
+ | |||
+ | As such, when evaluating the project, I will be looking for pertinent comments specifically covering the how or why of the particular change unique to the variant in question. | ||
+ | |||
+ | And notice I said the " | ||
+ | |||
+ | * WHY is that important to the process? | ||
+ | * HOW does it impact the efficiency of the algorithm? | ||
+ | |||
+ | These are things I'd like to see addressed in your comments, as there were some cases where the WHAT was claimed, yet what actually followed had little resemblance (if any) on the requirements for that variant. | ||
+ | |||
+ | Just like if you can't do it by hand you have no business trying to code it- if you cannot adequately explain the WHY and HOW, you similarly will have trouble. | ||
=====Programs===== | =====Programs===== | ||
Line 451: | Line 467: | ||
<cli> | <cli> | ||
lab46: | lab46: | ||
+ | ========================================================================================================================= | ||
+ | qty | ||
+ | ========================================================================================================================= | ||
+ | | ||
+ | | ||
+ | 128 0.0005 | ||
+ | 256 0.0022 | ||
+ | 512 0.0096 | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
... | ... | ||
- | | + | |
- | ========================================================================================= | + | ========================================================================================================================= |
- | | + | |
- | ========================================================================================= | + | ========================================================================================================================= |
lab46: | lab46: | ||
</ | </ | ||
Line 465: | Line 492: | ||
<cli> | <cli> | ||
lab46: | lab46: | ||
+ | ========================================================================================================================= | ||
+ | range | ||
+ | ========================================================================================================================= | ||
+ | | ||
+ | | ||
+ | 128 0.0001 | ||
+ | 256 0.0001 | ||
+ | 512 0.0003 | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | 16384 0.1742 | ||
+ | 32768 0.6861 | ||
+ | 65536 2.7211 | ||
... | ... | ||
- | | + | |
- | ========================================================================================= | + | ========================================================================================================================= |
- | | + | |
- | ========================================================================================= | + | ========================================================================================================================= |
lab46: | lab46: | ||
</ | </ |