-
Notifications
You must be signed in to change notification settings - Fork 47
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
Application of s-finite kernels to program semantics #912
Draft
affeldt-aist
wants to merge
30
commits into
math-comp:master
Choose a base branch
from
affeldt-aist:prob_lang
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
affeldt-aist
changed the title
Prob lang
Application of s-finite kernels to program semantics
Apr 27, 2023
3 tasks
affeldt-aist
force-pushed
the
prob_lang
branch
3 times, most recently
from
May 22, 2023 00:11
870c929
to
1a34645
Compare
affeldt-aist
force-pushed
the
prob_lang
branch
3 times, most recently
from
August 22, 2023 02:42
8dc09a2
to
6242813
Compare
1 task
affeldt-aist
force-pushed
the
prob_lang
branch
from
October 10, 2023 01:16
c4dd151
to
ce0b897
Compare
affeldt-aist
force-pushed
the
prob_lang
branch
2 times, most recently
from
November 17, 2023 05:20
e4c675f
to
564ae22
Compare
affeldt-aist
force-pushed
the
prob_lang
branch
2 times, most recently
from
January 9, 2024 04:46
4a191b6
to
00feb59
Compare
affeldt-aist
force-pushed
the
prob_lang
branch
from
February 14, 2024 02:52
ed131a4
to
07defec
Compare
affeldt-aist
force-pushed
the
prob_lang
branch
3 times, most recently
from
April 30, 2024 16:23
cc2f275
to
5d96668
Compare
affeldt-aist
force-pushed
the
prob_lang
branch
2 times, most recently
from
July 29, 2024 13:01
5e78cea
to
5aecc7f
Compare
affeldt-aist
force-pushed
the
prob_lang
branch
2 times, most recently
from
August 8, 2024 13:45
48c890c
to
bfb2fc6
Compare
Co-authored-by: Reynald Affeldt <[email protected]>
- binomial - uniform - generalize measure_and - change the order of binop & add pow - fix for mR - rewrite casino0 to casino1 Co-authored-by: Reynald Affeldt <[email protected]>
- also fix casino1
Co-authored-by: Reynald Affeldt <[email protected]>
- define beta_probability - proof beta_ge0
- add exp_beta
- rewrite casino01 - proved casino34' - casino34 (remain admit) - casino45 - add Normalize
- use change of variables from charge.v to prove lemma integral_beta_nat (wip) - beta_nat_bern_bern
- new version of Bernoulli - cleaning
affeldt-aist
force-pushed
the
prob_lang
branch
from
October 24, 2024 03:02
d28364d
to
ab84edc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
This draft PR is an application of s-finite kernels to probabilistic programs.
It provides a semantics, an intrinsically-typed syntax, and a denotational semantics,
The semantics is explained in the second part of the following paper https://dl.acm.org/doi/10.1145/3573105.3575691 .
It is based on a hierarchy of kernels and its theory introduced by PR #896 (merged).
(This hierarchy is explained in the first part of the above paper.)
(NB: Originally, both the hierarchy of kernels and its application to program semantics
appeared as PR #749 (scheduled for closing) that we have split for convenience.)
The syntax is explained in this paper https://link.springer.com/chapter/10.1007/978-981-99-8311-7_9
@CohenCyril @AyumuSaito
Things done/to do
CHANGELOG_UNRELEASED.md
Compatibility with MathComp 2.0
TODO: HB port
to make sure someone ports this PR tothe
hierarchy-builder
branch or I already opened an issue or PR (please cross reference).Automatic note to reviewers
Read this Checklist and put a milestone if possible.