Conversation
ljwolf
commented
Feb 7, 2025
| @@ -0,0 +1,126 @@ | |||
| --- | |||
| title: 'AGATE.jl: A probabilistic programming framework for tuneable aquatic ecosystems' | |||
Contributor
Author
There was a problem hiding this comment.
We're not really delivering on "probabilistic programming" here at the moment, but "composable" and "interoperable" might be more useful?
radka-j
reviewed
Feb 7, 2025
|
|
||
| # Models | ||
|
|
||
| We developed `AGATE.jl` (Aquatic GCM-Agnostic Tunable Ecosystems) to as a framework of probabilistic programming primitives to support the development and extension of aquatic ecosystem models. In this framework, model parameters representing traits, such as size and photosynthesis, are mechanistically defined and co-vary based on trait trade-offs based on well-established ecological theories . Such trade-offs represent the costs and benefits of investment in different traits. For example, predator defence is a trait that comes at the cost of additional resource requirements. In this vein, `AGATE.jl` implements many of the basic processes required to model aquatic ecosystems as follows. |
Contributor
There was a problem hiding this comment.
Related to the title comment, I'd also remove "probabilistic programming primitives" here.
This file contains hidden or 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
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.
I've seeded this with proposal text, some new stuff, and outlined the remainder of the submission in a way I think makes sense.