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

funman update #3193

Merged
merged 5 commits into from
Apr 4, 2024
Merged

funman update #3193

merged 5 commits into from
Apr 4, 2024

Conversation

mwdchang
Copy link
Member

@mwdchang mwdchang commented Mar 27, 2024

Summary

Notes from dan bryce:

mono-decrease

# Susceptible is decreasing,  dS/dt <= 0, S_{t+1} - S_t <= 0
c1 = LinearConstraint(name="c1", additive_bounds=Interval(ub=0, closed_upper_bounds=True), variables=["Susceptible"], derivative=True)

mono-increase

# R is increasing, dR/dt >= 0,   R_{t+1} - R_t >= 0
c2 = LinearConstraint(name="c2", additive_bounds=Interval(lb=0), variables=["Recovered"], derivative=True)

@mwdchang mwdchang changed the title update function update Mar 27, 2024
@mwdchang mwdchang changed the title function update funman update Mar 27, 2024
@mwdchang mwdchang marked this pull request as ready for review April 4, 2024 18:35
@mwdchang mwdchang requested a review from YohannParis as a code owner April 4, 2024 18:35
@mwdchang mwdchang merged commit 0177368 into main Apr 4, 2024
5 checks passed
@mwdchang mwdchang deleted the funman-update branch April 4, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant