Skip to content
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

add some notes about all the different zeros #162

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

oxinabox
Copy link
Member

@oxinabox oxinabox commented May 7, 2020

Not sure if should merge, doesn't reference what the outcome of this is, just this is the question space

Copy link
Member

@willtebbutt willtebbutt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I definitely think that we should have something like this in the docs, but possibly it should be given more of an intro explaining that it's not clear cut what the correct thing to do is in all of the cases.

Definitely helpful to have this write up floating around though.

@@ -0,0 +1,75 @@
# Design Notes: The many kinds of Zeros and NotDefined's

There are many zero and not defined line situtions one might want to talk about in the context of differentation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's a "line situation"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know

docs/src/design/zeros.md Outdated Show resolved Hide resolved
docs/src/design/zeros.md Outdated Show resolved Hide resolved
docs/src/design/zeros.md Outdated Show resolved Hide resolved
docs/src/design/zeros.md Outdated Show resolved Hide resolved
docs/src/design/zeros.md Outdated Show resolved Hide resolved
docs/src/design/zeros.md Outdated Show resolved Hide resolved
docs/src/design/zeros.md Outdated Show resolved Hide resolved
It is the only the only element of its type.
A very common case of this is functions.
Every function in julia is a singlton struct, with call overloading.
This is ChainRules's `Δself` that shows up in pullbacks and pushforward -- it is this kind of zero whenver
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you stopped writing here.

@nickrobinson251
Copy link
Contributor

This is a great thing to have written down in the docs. I think we basically need to re-write this to make it more structured and accessible (it's a bit more stream-of-consciousness right now)

@nickrobinson251 nickrobinson251 added the documentation Improvements or additions to documentation label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants