Skip to content
  • Maxime Jaunatre's avatar
    Deterministic sim refacto · 2e8fafc3
    Maxime Jaunatre authored
    Refactorisation of the Sim_NonDem_NL into sim_deter_forest
    Main improvement is the simplification of Add_Delay_Matrix that should
    not be used at each iteration, even more when equilibrium is reached.
    Return format is now a matrix with a specified format that can be
    exploited by the summary.sim_deter function to expose it as a list.
    
    SaveSimNonDem has been refactored into run_sim_deter to use
    sim_deter_forest. In the same spirit, the return format is now a table
    in long format for multiple simulations and climate.
    
    a new method delay is added to expand various objects class of the
    package.
    
    ipm class will be written to fit in sim_deter_forest with various user
    functions like summary of plot. This function is in exploration dev
    since I'm not sure what every usage require to have inside it.
    
    Example data is still too heavy to be added to the package
    
    Next objective is to simulation a single system with multiple species,
    which will require a sim_deter_forest refactorisation with species
    classes. Adding different harvest control in an other objective.
    2e8fafc3
This project is licensed under the MIT License. Learn more