Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGRiwrm airGRiwrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous recommandons d'y créer tous vos nouveaux projets.

  • IN-WOP
  • airGRiwrmairGRiwrm
  • Issues
  • #164
Closed
Open
Issue created Aug 01, 2024 by Dorchies David@david.dorchiesOwner

Speed up RunModel_Lag for RunModel.Supervisor

Checks are throwing this note on execution time of RunModel.Supervisor example:

❯ checking examples ... [10s] NOTE
  Examples with CPU (user + system) or elapsed time > 5s
                      user system elapsed
  RunModel.Supervisor  3.3   2.21    5.52

This issue can be prohibitive for the CRAN.

I have tested the code with profvis and raises this issue: most of the time is spent on RunModel_Lag and especially on .GetFeatModel

image

RunModel_Lag is here called by RunModel.SD which is only used by RunModel.Supervisor

image

A solution could be to re-code the lag in RunModel.SD in order to speed it up by removing unecessary features in this case.

Assignee
Assign to
Time tracking