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

periodic models #21

Open
levisc8 opened this issue Apr 29, 2021 · 0 comments
Open

periodic models #21

levisc8 opened this issue Apr 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@levisc8
Copy link
Collaborator

levisc8 commented Apr 29, 2021

Current interface assumes all kernels operate on the same time scale without intermediate states. Need an interface for sequential kernels acting on intermediate states - think it should look something like this:

init_ipm(..., is_periodic = TRUE) %>%
... %>%
define_impl(
  state_start = c('size', 'size_1_star', 'size_2_star`),
  state_end  = c('size_1_star', 'size_2_star', 'size')
) %>%
define_pop_state(
  ...
  period_seq = c('size', 'size_1_star', 'size_2_star', 'size')
)
@levisc8 levisc8 added the enhancement New feature or request label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant