Skip to content

refac(example):simple learn-saturated-mixing-ratio - #248

Merged
rouson merged 1 commit into
mainfrom
simplify-learn-sat-mix-rat
Apr 20, 2025
Merged

refac(example):simple learn-saturated-mixing-ratio#248
rouson merged 1 commit into
mainfrom
simplify-learn-sat-mix-rat

Conversation

@rouson

@rousonrouson commented Apr 20, 2025

Copy link
Copy Markdown
Contributor

This commit adds a trainable_network_t constructor that accepts the components derived types components directly rather than exposing the use of its neural_network_t parent as an intermediary. This eliminates the need for the neural_network_t type in the learn-saturated-mixing-ratio example and thereby makes that example's use of Fiats entities a subset of the entities used by the similar but much more complicated demonstration application train-cloud-microphysics. This change makes the example a useful proxy for the demonstration application when introducing new users to the demonstration application in the ISS conference paper.

This commit adds a trainable_network_t constructor that accepts the
components derived types components directly rather than exposing
the use of its neural_network_t parent as an intermediary. This
eliminates the need for the neural_network_t type in the
learn-saturated-mixing-ratio example and thereby makes that
example's use of Fiats entities a subset of the entities used by
the similar but much more complicated demonstration application
train-cloud-microphysics. This change makes the example a useful
proxy for the demonstration application when introducing new users
to the demonstration application in the ISS conference paper.
@rouson
rouson merged commit bd92b2d into mainApr 20, 2025
@rouson
rouson deleted the simplify-learn-sat-mix-rat branch April 20, 2025 03:15
Sign up for freeto 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

@rouson