-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Review: Documentation #288
Comments
TransformedCurve This is quite a heavyweight in the model. I am by no means fooling myself to insinuate that I tracked all of the math happening in this file, and to a certain extent must trust that @veillette and @pixelzoom have done their research here. Overall the documentation was very thorough, which allowed me to follow the math in a very superficial manner helping to make the code legible. A couple general comments for this file:
|
I ended up not having too many REVIEW comments that fell into this category. The micro cases can be found by searching |
I'll assign this one to myself. |
Thanks @veillette. Looks like the remaining |
Signed-off-by: Martin Veillette <[email protected]>
Signed-off-by: Martin Veillette <[email protected]>
Signed-off-by: Martin Veillette <[email protected]>
I attempted to reorder the methods, but I just realized that we have internal processes (from git-hooks?) that reorder methods behind the scene. Public methods are set above the private methods. |
Signed-off-by: Martin Veillette <[email protected]>
Signed-off-by: Martin Veillette <[email protected]>
Signed-off-by: Martin Veillette <[email protected]>
Signed-off-by: Martin Veillette <[email protected]>
I added some context for weight functions, their purposes, and the various weight functions that we used in the sim in the header of
|
Signed-off-by: Martin Veillette <[email protected]>
I have addressed all the REVIEW comments (except the one in GraphNode which is tracked in #291). Unfortunately I have removed the word I also ordered the methods and added on comments on 'weight' in Assigning back to @marlitas for review. |
These commits are very helpful and the reordering seems much cleaner to me! Thanks for clarifying and responding to the |
for #268
Opening this issue to track documentation questions that feel too general for a
REVIEW
comment, and too small for their own specific issue.The text was updated successfully, but these errors were encountered: