SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
81 stars 14 forks source link

optimal_parameter_intervention_for_maximum_threshold #132

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Similar to optimal_parameter_intervention_for_threshold, but makes sure the maximum over the entire interval is below the threshold. For example, optimize intervention parameters such that the maximum of infections is below 0.33 while getting the minimum intervention cost.

YingboMa commented 1 year ago

optimal_parameter_intervention_for_threshold already does that.