8000 GitHub - dcsoto/HIPPO: An iterative re-parametrization method for identification and calibration of bioreactor models, written in MATLAB
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ HIPPO Public
forked from BenjaSanchez/HIPPO

An iterative re-parametrization method for identification and calibration of bioreactor models, written in MATLAB

License

Notifications You must be signed in to change notification settings

dcsoto/HIPPO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

HIPPO

HIPPO (Heuristic Iterative Procedure for Parameter Optimization) is the companion software of the publication:

Benjamín J. Sánchez, Daniela C. Soto, Héctor Jorquera, Claudio A. Gelmi, José R. Pérez-Correa (2014). HIPPO: An iterative reparametrization method for identification and calibration of dynamic bioreactor models of complex processes. Industrial & Engineering Chemistry Research. 53(48): 18514 - 18525 (http://www.dx.doi.org/10.1021/ie501298b)

HIPPO was programmed by Benjamí­n J. Sánchez (@BenjaSanchez), excluding the functions identifica, ksensibilidadBSB and intconfianzaBSB, that were programmed by Dr. Claudio Gelmi (www.systemsbiology.cl), Engineering School, Pontificia Universidad Católica de Chile.

HIPPO is available for free (for academic or non commercial purposes only) at http://www.systemsbiology.cl/tools/ No technical support is provided for its use.

Last update: 2015-08-19

========================

Required Software:

========================

Functions Included:

Functions you have to modify (instructions in each .m file):

  • load_problem.m
  • model.m
  • obj_var.m
  • permited_it.m
  • plotResults.m
  • You also need to have a file with the experimental data, and you can also add more .m files if your code uses them.

Functions you should NOT modify:

  • HIPPO.m
  • add_it.m
  • iteration.m
  • obj_func.m
  • solve_ODE.m
  • reg_analysis.m
  • lsq_func.m
  • decision.m
  • find_best.m

Functions you cannot modify (they are in protected form):

  • identifica.p
  • ksensibilidadBSB.p
  • intconfianzaBSB.p

About

An iterative re-parametrization method for identification and calibration of bioreactor models, written in MATLAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%
0